summaryrefslogtreecommitdiff
path: root/chunk-format.c
AgeCommit message (Expand)Author
2023-10-09chunk-format: drop pair_chunk_unsafe()Jeff King
2023-10-09midx: enforce chunk alignment on readingJeff King
2023-10-09chunk-format: note that pair_chunk() is unsafeJeff King
2023-07-05git-compat-util: move alloc macros to git-compat-util.hCalvin Wan
2023-04-24hash-ll.h: split out of hash.h to remove dependency on repository.hElijah Newren
2023-03-21csum-file.h: remove unnecessary inclusion of cache.hElijah Newren
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren
2023-02-24alloc.h: move ALLOC_GROW() functions from cache.hElijah Newren
2022-05-26chunk-format.h: extract oid_version()Taylor Blau
2021-05-19csum-file.h: increase hashfile buffer sizeDerrick Stolee
2021-02-18chunk-format: restore duplicate chunk checksDerrick Stolee
2021-02-18chunk-format: create read chunk APIDerrick Stolee
2021-02-18chunk-format: create chunk format write APIDerrick Stolee