index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
commit-graph.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'jk/chunk-bounds'
Junio C Hamano
2023-10-23
1
-17
/
+102
|
\
|
*
commit-graph: check bounds when accessing BIDX chunk
Jeff King
2023-10-10
1
-2
/
+14
|
*
commit-graph: check bounds when accessing BDAT chunk
Jeff King
2023-10-10
1
-0
/
+10
|
*
commit-graph: bounds-check generation overflow chunk
Jeff King
2023-10-10
1
-3
/
+7
|
*
commit-graph: check size of generations chunk
Jeff King
2023-10-10
1
-2
/
+12
|
*
commit-graph: bounds-check base graphs chunk
Jeff King
2023-10-10
1
-1
/
+7
|
*
commit-graph: detect out-of-bounds extra-edges pointers
Jeff King
2023-10-10
1
-6
/
+14
|
*
commit-graph: check size of commit data chunk
Jeff King
2023-10-10
1
-1
/
+11
|
*
midx: enforce chunk alignment on reading
Jeff King
2023-10-10
1
-1
/
+1
|
*
commit-graph: check consistency of fanout table
Jeff King
2023-10-10
1
-0
/
+16
|
*
commit-graph: check size of oid fanout chunk
Jeff King
2023-10-10
1
-2
/
+11
|
*
chunk-format: note that pair_chunk() is unsafe
Jeff King
2023-10-10
1
-7
/
+7
*
|
Merge branch 'jk/commit-graph-leak-fixes'
Junio C Hamano
2023-10-13
1
-21
/
+19
|
\
\
|
|
/
|
/
|
|
*
commit-graph: free write-context base_graph_name during cleanup
Jeff King
2023-10-03
1
-0
/
+1
|
*
commit-graph: free write-context entries before overwriting
Jeff King
2023-10-03
1
-0
/
+2
|
*
commit-graph: free graph struct that was not added to chain
Jeff King
2023-10-03
1
-0
/
+2
|
*
commit-graph: delay base_graph assignment in add_graph_to_chain()
Jeff King
2023-10-03
1
-2
/
+2
|
*
commit-graph: free all elements of graph chain
Jeff King
2023-10-03
1
-18
/
+11
|
*
commit-graph: move slab-clearing to close_commit_graph()
Jeff King
2023-10-03
1
-1
/
+1
*
|
commit-graph: report incomplete chains during verification
Jeff King
2023-09-28
1
-2
/
+5
*
|
commit-graph: tighten chain size check
Jeff King
2023-09-28
1
-2
/
+8
*
|
commit-graph: check mixed generation validation when loading chain file
Jeff King
2023-09-28
1
-27
/
+27
*
|
commit-graph: factor out chain opening function
Jeff King
2023-09-28
1
-19
/
+39
|
/
*
Merge branch 'jk/unused-post-2.42'
Junio C Hamano
2023-09-08
1
-4
/
+5
|
\
|
*
commit-graph: mark unused data parameters in generation callbacks
Jeff King
2023-08-30
1
-4
/
+5
*
|
commit-graph: avoid repeated mixed generation number warnings
Taylor Blau
2023-08-22
1
-16
/
+13
*
|
commit-graph: verify swapped zero/non-zero generation cases
Jeff King
2023-08-22
1
-3
/
+6
*
|
commit-graph: introduce `commit_graph_generation_from_graph()`
Taylor Blau
2023-08-22
1
-2
/
+12
|
/
*
Merge branch 'tb/object-access-overflow-protection'
Junio C Hamano
2023-07-25
1
-23
/
+40
|
\
|
*
commit-graph.c: prevent overflow in `verify_commit_graph()`
Taylor Blau
2023-07-14
1
-2
/
+2
|
*
commit-graph.c: prevent overflow in `write_commit_graph()`
Taylor Blau
2023-07-14
1
-1
/
+1
|
*
commit-graph.c: prevent overflow in `merge_commit_graph()`
Taylor Blau
2023-07-14
1
-0
/
+5
|
*
commit-graph.c: prevent overflow in `split_graph_merge_strategy()`
Taylor Blau
2023-07-14
1
-1
/
+6
|
*
commit-graph.c: prevent overflow in `load_tree_for_commit()`
Taylor Blau
2023-07-14
1
-1
/
+1
|
*
commit-graph.c: prevent overflow in `fill_commit_in_graph()`
Taylor Blau
2023-07-14
1
-2
/
+2
|
*
commit-graph.c: prevent overflow in `fill_commit_graph_info()`
Taylor Blau
2023-07-14
1
-3
/
+3
|
*
commit-graph.c: prevent overflow in `load_oid_from_graph()`
Taylor Blau
2023-07-14
1
-1
/
+1
|
*
commit-graph.c: prevent overflow in add_graph_to_chain()
Taylor Blau
2023-07-14
1
-2
/
+9
|
*
commit-graph.c: prevent overflow in `write_commit_graph_file()`
Taylor Blau
2023-07-14
1
-10
/
+10
*
|
Merge branch 'tb/fsck-no-progress'
Junio C Hamano
2023-07-18
1
-17
/
+34
|
\
\
|
*
|
commit-graph.c: avoid duplicated progress output during `verify`
Taylor Blau
2023-07-10
1
-10
/
+17
|
*
|
commit-graph.c: pass progress to `verify_one_commit_graph()`
Taylor Blau
2023-07-10
1
-8
/
+9
|
*
|
commit-graph.c: iteratively verify commit-graph chains
Taylor Blau
2023-07-10
1
-4
/
+5
|
*
|
commit-graph.c: extract `verify_one_commit_graph()`
Taylor Blau
2023-07-10
1
-8
/
+16
|
|
/
*
|
treewide: remove unnecessary includes for wrapper.h
Calvin Wan
2023-07-05
1
-1
/
+0
*
|
Merge branch 'en/header-split-cache-h-part-3'
Junio C Hamano
2023-06-30
1
-1
/
+2
|
\
\
|
*
|
object-store-ll.h: split this header out of object-store.h
Elijah Newren
2023-06-21
1
-1
/
+1
|
*
|
repository: remove unnecessary include of path.h
Elijah Newren
2023-06-21
1
-0
/
+1
|
|
/
*
|
Merge branch 'ds/disable-replace-refs'
Junio C Hamano
2023-06-23
1
-3
/
+1
|
\
\
|
|
/
|
/
|
|
*
replace-objects: create wrapper around setting
Derrick Stolee
2023-06-12
1
-3
/
+1
[next]