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