summaryrefslogtreecommitdiff
path: root/commit-graph.c
AgeCommit message (Expand)Author
2024-09-23commit-graph: remove unnecessary UNLEAKRené Scharfe
2024-08-09refs: add referent to each_ref_fnJohn Cai
2024-07-08Merge branch 'tb/path-filter-fix'Junio C Hamano
2024-07-02Merge branch 'ps/use-the-repository'Junio C Hamano
2024-06-25bloom: introduce `deinit_bloom_filters()`Taylor Blau
2024-06-25commit-graph: reuse existing Bloom filters where possibleTaylor Blau
2024-06-25commit-graph: new Bloom filter version that fixes murmur3Taylor Blau
2024-06-25commit-graph: unconditionally load Bloom filtersTaylor Blau
2024-06-25repo-settings: introduce commitgraph.changedPathsVersionTaylor Blau
2024-06-25commit-graph: ensure Bloom filters are read with consistent settingsTaylor Blau
2024-06-24Merge branch 'tb/commit-graph-use-tempfile'Junio C Hamano
2024-06-20Merge branch 'ds/ahead-behind-fix'Junio C Hamano
2024-06-14global: introduce `USE_THE_REPOSITORY_VARIABLE` macroPatrick Steinhardt
2024-06-14hash: require hash algorithm in `oidread()` and `oidclr()`Patrick Steinhardt
2024-06-14hash: require hash algorithm in `hasheq()`, `hashcmp()` and `hashclr()`Patrick Steinhardt
2024-06-12commit-graph: increment progress indicatorDerrick Stolee
2024-06-07commit-graph.c: remove temporary graph layers on exitTaylor Blau
2024-05-17refs: pass repo when peeling objectsPatrick Steinhardt
2024-05-07cocci: apply rules to rewrite callers of "refs" interfacesPatrick Steinhardt
2024-01-26Merge branch 'ps/commit-graph-write-leakfix'Junio C Hamano
2024-01-16Merge branch 'jk/commit-graph-slab-clear-fix'Junio C Hamano
2024-01-15commit-graph: fix memory leak when not writing graphPatrick Steinhardt
2024-01-08Merge branch 'en/header-cleanup'Junio C Hamano
2024-01-05commit-graph: retain commit slab when closing NULL commit_graphJeff King
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren
2023-12-26treewide: add direct includes currently only pulled in transitivelyElijah Newren
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren
2023-12-18Merge branch 'ps/commit-graph-less-paranoid'Junio C Hamano
2023-12-09Merge branch 'jk/chunk-bounds-more'Junio C Hamano
2023-11-26commit-graph: disable GIT_COMMIT_GRAPH_PARANOIA by defaultPatrick Steinhardt
2023-11-09commit-graph: mark chunk error messages for translationJeff King
2023-11-09commit-graph: drop verify_commit_graph_lite()Jeff King
2023-11-09commit-graph: check order while reading fanout chunkJeff King
2023-11-09commit-graph: use fanout value for graph sizeJeff King
2023-11-09commit-graph: abort as soon as we see a bogus chunkJeff King
2023-11-09commit-graph: clarify missing-chunk error messagesJeff King
2023-11-09commit-graph: drop redundant call to "lite" verificationJeff King
2023-11-09commit-graph: handle overflow in chunk_size checksJeff King
2023-11-08Merge branch 'ps/do-not-trust-commit-graph-blindly-for-existence'Junio C Hamano
2023-11-01commit-graph: introduce envvar to disable commit existence checksPatrick Steinhardt
2023-10-23Merge branch 'jk/chunk-bounds'Junio C Hamano
2023-10-13Merge branch 'jk/commit-graph-leak-fixes'Junio C Hamano
2023-10-09commit-graph: check bounds when accessing BIDX chunkJeff King
2023-10-09commit-graph: check bounds when accessing BDAT chunkJeff King
2023-10-09commit-graph: bounds-check generation overflow chunkJeff King
2023-10-09commit-graph: check size of generations chunkJeff King
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