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