summaryrefslogtreecommitdiffstats
path: root/oidtree.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* global: Fix duplicate word typosSven Strickroth2024-10-211-1/+1
* global: ensure that object IDs are always paddedPatrick Steinhardt2024-06-141-2/+2
* git-compat-util: move alloc macros to git-compat-util.hCalvin Wan2023-07-051-1/+0
* treewide: ensure one of the appropriate headers is sourced firstElijah Newren2023-02-241-0/+1
* oidtree: avoid unaligned access to crit-bit treeRené Scharfe2021-08-151-5/+15
* oidtree: avoid nested struct oidtree_nodeCarlo Marcelo Arenas Belón2021-08-091-8/+3
* oidtree: a crit-bit tree for odb_loose_cacheEric Wong2021-07-081-0/+104