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