aboutsummaryrefslogtreecommitdiff
path: root/oidtree.c
AgeCommit message (Expand)Author
2026-03-20oidtree: extend iteration to allow for arbitrary return codesPatrick Steinhardt
2026-03-20oidtree: modernize the code a bitPatrick Steinhardt
2026-02-07hash: use uint32_t for object_id algorithmbrian m. carlson
2024-10-21global: Fix duplicate word typosSven Strickroth
2024-06-14global: ensure that object IDs are always paddedPatrick Steinhardt
2023-07-05git-compat-util: move alloc macros to git-compat-util.hCalvin Wan
2023-02-23treewide: ensure one of the appropriate headers is sourced firstElijah Newren
2021-08-15oidtree: avoid unaligned access to crit-bit treeRené Scharfe
2021-08-09oidtree: avoid nested struct oidtree_nodeCarlo Marcelo Arenas Belón
2021-07-07oidtree: a crit-bit tree for odb_loose_cacheEric Wong