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