summaryrefslogtreecommitdiffstats
path: root/commit-graph.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ps/commit-graph-write-leakfix'Junio C Hamano2024-01-261-11/+8
|\
| * commit-graph: fix memory leak when not writing graphPatrick Steinhardt2024-01-161-11/+8
* | Merge branch 'jk/commit-graph-slab-clear-fix'Junio C Hamano2024-01-161-0/+3
|\ \ | |/ |/|
| * commit-graph: retain commit slab when closing NULL commit_graphJeff King2024-01-051-0/+3
* | Merge branch 'en/header-cleanup'Junio C Hamano2024-01-081-2/+1
|\ \
| * | treewide: remove unnecessary includes in source filesElijah Newren2023-12-261-1/+0
| * | treewide: add direct includes currently only pulled in transitivelyElijah Newren2023-12-261-0/+1
| * | treewide: remove unnecessary includes in source filesElijah Newren2023-12-261-1/+0
* | | Merge branch 'ps/commit-graph-less-paranoid'Junio C Hamano2023-12-181-1/+1
|\ \ \
| * | | commit-graph: disable GIT_COMMIT_GRAPH_PARANOIA by defaultPatrick Steinhardt2023-11-261-1/+1
| |/ /
* | | Merge branch 'jk/chunk-bounds-more'Junio C Hamano2023-12-101-61/+33
|\ \ \ | |/ / |/| |
| * | commit-graph: mark chunk error messages for translationJeff King2023-11-091-9/+9
| * | commit-graph: drop verify_commit_graph_lite()Jeff King2023-11-091-20/+0
| * | commit-graph: check order while reading fanout chunkJeff King2023-11-091-12/+13
| * | commit-graph: use fanout value for graph sizeJeff King2023-11-091-5/+3
| * | commit-graph: abort as soon as we see a bogus chunkJeff King2023-11-091-16/+13
| * | commit-graph: clarify missing-chunk error messagesJeff King2023-11-091-3/+3
| * | commit-graph: drop redundant call to "lite" verificationJeff King2023-11-091-4/+0
| * | commit-graph: handle overflow in chunk_size checksJeff King2023-11-091-3/+3
* | | Merge branch 'ps/do-not-trust-commit-graph-blindly-for-existence'Junio C Hamano2023-11-081-1/+5
|\ \ \
| * | | commit-graph: introduce envvar to disable commit existence checksPatrick Steinhardt2023-11-011-1/+5
* | | | 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
|\