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