summaryrefslogtreecommitdiff
path: root/oidtree.c
AgeCommit message (Expand)AuthorFilesLines
2026-05-15oidtree: add ability to store dataPatrick Steinhardt1-5/+32
2026-05-15cbtree: allow using arbitrary wrapper structures for nodesPatrick Steinhardt1-19/+14
2026-03-20oidtree: extend iteration to allow for arbitrary return codesPatrick Steinhardt1-6/+6
2026-03-20oidtree: modernize the code a bitPatrick Steinhardt1-29/+30
2026-02-07hash: use uint32_t for object_id algorithmbrian m. carlson1-1/+1
2024-10-21global: Fix duplicate word typosSven Strickroth1-1/+1
2024-06-14global: ensure that object IDs are always paddedPatrick Steinhardt1-2/+2
2023-07-05git-compat-util: move alloc macros to git-compat-util.hCalvin Wan1-1/+0
2023-02-23treewide: ensure one of the appropriate headers is sourced firstElijah Newren1-0/+1
2021-08-15oidtree: avoid unaligned access to crit-bit treeRené Scharfe1-5/+15
2021-08-09oidtree: avoid nested struct oidtree_nodeCarlo Marcelo Arenas Belón1-8/+3
2021-07-07oidtree: a crit-bit tree for odb_loose_cacheEric Wong1-0/+104