aboutsummaryrefslogtreecommitdiffstats
path: root/chunk-format.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-09chunk-format: drop pair_chunk_unsafe()Jeff King1-8/+0
2023-10-09midx: enforce chunk alignment on readingJeff King1-1/+7
2023-10-09chunk-format: note that pair_chunk() is unsafeJeff King1-4/+20
2023-07-05git-compat-util: move alloc macros to git-compat-util.hCalvin Wan1-1/+0
2023-04-24hash-ll.h: split out of hash.h to remove dependency on repository.hElijah Newren1-0/+1
2023-03-21csum-file.h: remove unnecessary inclusion of cache.hElijah Newren1-0/+1
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren1-0/+1
2023-02-23alloc.h: move ALLOC_GROW() functions from cache.hElijah Newren1-1/+2
2022-05-26chunk-format.h: extract oid_version()Taylor Blau1-0/+12
2021-05-19csum-file.h: increase hashfile buffer sizeDerrick Stolee1-4/+8
2021-02-18chunk-format: restore duplicate chunk checksDerrick Stolee1-0/+9
2021-02-18chunk-format: create read chunk APIDerrick Stolee1-0/+80
2021-02-18chunk-format: create chunk format write APIDerrick Stolee1-0/+90