Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-14Merge branch 'jk/commit-graph-leak-fixes'Junio C Hamano
2023-10-10commit-graph: check bounds when accessing BIDX chunkJeff King
2023-10-10commit-graph: check bounds when accessing BDAT chunkJeff King
2023-10-10commit-graph: bounds-check generation overflow chunkJeff King
2023-10-10commit-graph: check size of generations chunkJeff King
2023-10-10commit-graph: bounds-check base graphs chunkJeff King
2023-10-10commit-graph: detect out-of-bounds extra-edges pointersJeff King
2023-10-10commit-graph: check size of commit data chunkJeff King
2023-10-10midx: enforce chunk alignment on readingJeff King
2023-10-10commit-graph: check consistency of fanout tableJeff King
2023-10-10commit-graph: check size of oid fanout chunkJeff King
2023-10-10chunk-format: note that pair_chunk() is unsafeJeff King
2023-10-04commit-graph: free write-context base_graph_name during cleanupJeff King
2023-10-04commit-graph: free write-context entries before overwritingJeff King
2023-10-04commit-graph: free graph struct that was not added to chainJeff King
2023-10-04commit-graph: delay base_graph assignment in add_graph_to_chain()Jeff King
2023-10-04commit-graph: free all elements of graph chainJeff King
2023-10-04commit-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-08Merge branch 'jk/unused-post-2.42'Junio C Hamano
2023-08-30commit-graph: mark unused data parameters in generation callbacksJeff King
2023-08-22commit-graph: avoid repeated mixed generation number warningsTaylor Blau
2023-08-22commit-graph: verify swapped zero/non-zero generation casesJeff King
2023-08-22commit-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-30Merge branch 'en/header-split-cache-h-part-3'Junio C Hamano
2023-06-23Merge branch 'ds/disable-replace-refs'Junio C Hamano
2023-06-21object-store-ll.h: split this header out of object-store.hElijah Newren