index
:
git
main
maint
master
next
seen
todo
Mirror of https://git.kernel.org/pub/scm/git/git.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
commit-graph.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2024-06-14
hash: require hash algorithm in `hasheq()`, `hashcmp()` and `hashclr()`
Patrick Steinhardt
1
-1
/
+2
2024-06-12
commit-graph: increment progress indicator
Derrick Stolee
1
-1
/
+1
2024-06-07
commit-graph.c: remove temporary graph layers on exit
Taylor Blau
1
-11
/
+8
2024-05-17
refs: pass repo when peeling objects
Patrick Steinhardt
1
-1
/
+1
2024-05-07
cocci: apply rules to rewrite callers of "refs" interfaces
Patrick Steinhardt
1
-1
/
+2
2024-01-26
Merge branch 'ps/commit-graph-write-leakfix'
Junio C Hamano
1
-11
/
+8
2024-01-16
Merge branch 'jk/commit-graph-slab-clear-fix'
Junio C Hamano
1
-0
/
+3
2024-01-15
commit-graph: fix memory leak when not writing graph
Patrick Steinhardt
1
-11
/
+8
2024-01-08
Merge branch 'en/header-cleanup'
Junio C Hamano
1
-2
/
+1
2024-01-05
commit-graph: retain commit slab when closing NULL commit_graph
Jeff King
1
-0
/
+3
2023-12-26
treewide: remove unnecessary includes in source files
Elijah Newren
1
-1
/
+0
2023-12-26
treewide: add direct includes currently only pulled in transitively
Elijah Newren
1
-0
/
+1
2023-12-26
treewide: remove unnecessary includes in source files
Elijah Newren
1
-1
/
+0
2023-12-18
Merge branch 'ps/commit-graph-less-paranoid'
Junio C Hamano
1
-1
/
+1
2023-12-09
Merge branch 'jk/chunk-bounds-more'
Junio C Hamano
1
-61
/
+33
2023-11-26
commit-graph: disable GIT_COMMIT_GRAPH_PARANOIA by default
Patrick Steinhardt
1
-1
/
+1
2023-11-09
commit-graph: mark chunk error messages for translation
Jeff King
1
-9
/
+9
2023-11-09
commit-graph: drop verify_commit_graph_lite()
Jeff King
1
-20
/
+0
2023-11-09
commit-graph: check order while reading fanout chunk
Jeff King
1
-12
/
+13
2023-11-09
commit-graph: use fanout value for graph size
Jeff King
1
-5
/
+3
2023-11-09
commit-graph: abort as soon as we see a bogus chunk
Jeff King
1
-16
/
+13
2023-11-09
commit-graph: clarify missing-chunk error messages
Jeff King
1
-3
/
+3
2023-11-09
commit-graph: drop redundant call to "lite" verification
Jeff King
1
-4
/
+0
2023-11-09
commit-graph: handle overflow in chunk_size checks
Jeff King
1
-3
/
+3
2023-11-08
Merge branch 'ps/do-not-trust-commit-graph-blindly-for-existence'
Junio C Hamano
1
-1
/
+5
2023-11-01
commit-graph: introduce envvar to disable commit existence checks
Patrick Steinhardt
1
-1
/
+5
2023-10-23
Merge branch 'jk/chunk-bounds'
Junio C Hamano
1
-17
/
+102
2023-10-13
Merge branch 'jk/commit-graph-leak-fixes'
Junio C Hamano
1
-21
/
+19
2023-10-09
commit-graph: check bounds when accessing BIDX chunk
Jeff King
1
-2
/
+14
2023-10-09
commit-graph: check bounds when accessing BDAT chunk
Jeff King
1
-0
/
+10
2023-10-09
commit-graph: bounds-check generation overflow chunk
Jeff King
1
-3
/
+7
2023-10-09
commit-graph: check size of generations chunk
Jeff King
1
-2
/
+12
2023-10-09
commit-graph: bounds-check base graphs chunk
Jeff King
1
-1
/
+7
2023-10-09
commit-graph: detect out-of-bounds extra-edges pointers
Jeff King
1
-6
/
+14
2023-10-09
commit-graph: check size of commit data chunk
Jeff King
1
-1
/
+11
2023-10-09
midx: enforce chunk alignment on reading
Jeff King
1
-1
/
+1
2023-10-09
commit-graph: check consistency of fanout table
Jeff King
1
-0
/
+16
2023-10-09
commit-graph: check size of oid fanout chunk
Jeff King
1
-2
/
+11
2023-10-09
chunk-format: note that pair_chunk() is unsafe
Jeff King
1
-7
/
+7
2023-10-03
commit-graph: free write-context base_graph_name during cleanup
Jeff King
1
-0
/
+1
2023-10-03
commit-graph: free write-context entries before overwriting
Jeff King
1
-0
/
+2
2023-10-03
commit-graph: free graph struct that was not added to chain
Jeff King
1
-0
/
+2
2023-10-03
commit-graph: delay base_graph assignment in add_graph_to_chain()
Jeff King
1
-2
/
+2
2023-10-03
commit-graph: free all elements of graph chain
Jeff King
1
-18
/
+11
2023-10-03
commit-graph: move slab-clearing to close_commit_graph()
Jeff King
1
-1
/
+1
2023-09-28
commit-graph: report incomplete chains during verification
Jeff King
1
-2
/
+5
2023-09-28
commit-graph: tighten chain size check
Jeff King
1
-2
/
+8
2023-09-28
commit-graph: check mixed generation validation when loading chain file
Jeff King
1
-27
/
+27
2023-09-28
commit-graph: factor out chain opening function
Jeff King
1
-19
/
+39
2023-09-07
Merge branch 'jk/unused-post-2.42'
Junio C Hamano
1
-4
/
+5
[prev]
[next]