summaryrefslogtreecommitdiffstats
path: root/commit-graph.c
AgeCommit message (Expand)AuthorLines
2024-02-08Merge branch 'en/header-cleanup' into maint-2.43Junio C Hamano-2/+1
2024-02-08Merge branch 'jk/commit-graph-slab-clear-fix' into maint-2.43Junio C Hamano-0/+3
2024-01-05commit-graph: retain commit slab when closing NULL commit_graphJeff King-0/+3
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren-1/+0
2023-12-26treewide: add direct includes currently only pulled in transitivelyElijah Newren-0/+1
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren-1/+0
2023-11-26commit-graph: disable GIT_COMMIT_GRAPH_PARANOIA by defaultPatrick Steinhardt-1/+1
2023-11-08Merge branch 'ps/do-not-trust-commit-graph-blindly-for-existence'Junio C Hamano-1/+5
2023-11-01commit-graph: introduce envvar to disable commit existence checksPatrick Steinhardt-1/+5
2023-10-23Merge branch 'jk/chunk-bounds'Junio C Hamano-17/+102
2023-10-13Merge branch 'jk/commit-graph-leak-fixes'Junio C Hamano-21/+19
2023-10-09commit-graph: check bounds when accessing BIDX chunkJeff King-2/+14
2023-10-09commit-graph: check bounds when accessing BDAT chunkJeff King-0/+10
2023-10-09commit-graph: bounds-check generation overflow chunkJeff King-3/+7
2023-10-09commit-graph: check size of generations chunkJeff King-2/+12
2023-10-09commit-graph: bounds-check base graphs chunkJeff King-1/+7
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