summaryrefslogtreecommitdiffstats
path: root/commit-graph.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-10-23Merge branch 'jk/chunk-bounds'Junio C Hamano1-17/+102
2023-10-13Merge branch 'jk/commit-graph-leak-fixes'Junio C Hamano1-21/+19
2023-10-09commit-graph: check bounds when accessing BIDX chunkJeff King1-2/+14
2023-10-09commit-graph: check bounds when accessing BDAT chunkJeff King1-0/+10
2023-10-09commit-graph: bounds-check generation overflow chunkJeff King1-3/+7
2023-10-09commit-graph: check size of generations chunkJeff King1-2/+12
2023-10-09commit-graph: bounds-check base graphs chunkJeff King1-1/+7
2023-10-09commit-graph: detect out-of-bounds extra-edges pointersJeff King1-6/+14
2023-10-09commit-graph: check size of commit data chunkJeff King1-1/+11
2023-10-09midx: enforce chunk alignment on readingJeff King1-1/+1
2023-10-09commit-graph: check consistency of fanout tableJeff King1-0/+16
2023-10-09commit-graph: check size of oid fanout chunkJeff King1-2/+11
2023-10-09chunk-format: note that pair_chunk() is unsafeJeff King1-7/+7
2023-10-03commit-graph: free write-context base_graph_name during cleanupJeff King1-0/+1
2023-10-03commit-graph: free write-context entries before overwritingJeff King1-0/+2
2023-10-03commit-graph: free graph struct that was not added to chainJeff King1-0/+2
2023-10-03commit-graph: delay base_graph assignment in add_graph_to_chain()Jeff King1-2/+2
2023-10-03commit-graph: free all elements of graph chainJeff King1-18/+11
2023-10-03commit-graph: move slab-clearing to close_commit_graph()Jeff King1-1/+1
2023-09-28commit-graph: report incomplete chains during verificationJeff King1-2/+5
2023-09-28commit-graph: tighten chain size checkJeff King1-2/+8
2023-09-28commit-graph: check mixed generation validation when loading chain fileJeff King1-27/+27
2023-09-28commit-graph: factor out chain opening functionJeff King1-19/+39
2023-09-07Merge branch 'jk/unused-post-2.42'Junio C Hamano1-4/+5
2023-08-29commit-graph: mark unused data parameters in generation callbacksJeff King1-4/+5
2023-08-21commit-graph: avoid repeated mixed generation number warningsTaylor Blau1-16/+13
2023-08-21commit-graph: verify swapped zero/non-zero generation casesJeff King1-3/+6
2023-08-21commit-graph: introduce `commit_graph_generation_from_graph()`Taylor Blau1-2/+12
2023-07-25Merge branch 'tb/object-access-overflow-protection'Junio C Hamano1-23/+40
2023-07-18Merge branch 'tb/fsck-no-progress'Junio C Hamano1-17/+34
2023-07-14commit-graph.c: prevent overflow in `verify_commit_graph()`Taylor Blau1-2/+2
2023-07-14commit-graph.c: prevent overflow in `write_commit_graph()`Taylor Blau1-1/+1
2023-07-14commit-graph.c: prevent overflow in `merge_commit_graph()`Taylor Blau1-0/+5
2023-07-14commit-graph.c: prevent overflow in `split_graph_merge_strategy()`Taylor Blau1-1/+6
2023-07-14commit-graph.c: prevent overflow in `load_tree_for_commit()`Taylor Blau1-1/+1
2023-07-14commit-graph.c: prevent overflow in `fill_commit_in_graph()`Taylor Blau1-2/+2
2023-07-14commit-graph.c: prevent overflow in `fill_commit_graph_info()`Taylor Blau1-3/+3
2023-07-14commit-graph.c: prevent overflow in `load_oid_from_graph()`Taylor Blau1-1/+1
2023-07-14commit-graph.c: prevent overflow in add_graph_to_chain()Taylor Blau1-2/+9
2023-07-14commit-graph.c: prevent overflow in `write_commit_graph_file()`Taylor Blau1-10/+10
2023-07-10commit-graph.c: avoid duplicated progress output during `verify`Taylor Blau1-10/+17
2023-07-10commit-graph.c: pass progress to `verify_one_commit_graph()`Taylor Blau1-8/+9
2023-07-10commit-graph.c: iteratively verify commit-graph chainsTaylor Blau1-4/+5
2023-07-10commit-graph.c: extract `verify_one_commit_graph()`Taylor Blau1-8/+16
2023-07-05treewide: remove unnecessary includes for wrapper.hCalvin Wan1-1/+0
2023-06-29Merge branch 'en/header-split-cache-h-part-3'Junio C Hamano1-1/+2
2023-06-22Merge branch 'ds/disable-replace-refs'Junio C Hamano1-3/+1
2023-06-21object-store-ll.h: split this header out of object-store.hElijah Newren1-1/+1
2023-06-21repository: remove unnecessary include of path.hElijah Newren1-0/+1
2023-06-12replace-objects: create wrapper around settingDerrick Stolee1-3/+1