summaryrefslogtreecommitdiffstats
path: root/oidmap.h
AgeCommit message (Expand)AuthorLines
2025-05-12oidmap: add size functionJeff King-0/+4
2025-05-12oidmap: rename oidmap_free() to oidmap_clear()Jeff King-2/+3
2024-06-14hash-ll: merge with "hash.h"Patrick Steinhardt-1/+1
2023-06-21read-cache*.h: move declarations for read-cache.c functions from cache.hElijah Newren-0/+1
2023-02-23treewide: remove unnecessary cache.h includesElijah Newren-1/+0
2019-10-07hashmap: use *_entry APIs for iterationEric Wong-2/+4
2019-05-05*.[ch]: manually align parameter listsDenton Liu-1/+1
2019-05-05*.[ch]: remove extern from function declarations using spatchDenton Liu-5/+5
2018-08-15Add missing includes and forward declarationsElijah Newren-0/+1
2017-11-22oidmap: add oidmap iterator methodsJeff Hostetler-0/+22
2017-10-01oidmap: map with OID as keyJonathan Tan-0/+68