summaryrefslogtreecommitdiffstats
path: root/zix/hash.c
AgeCommit message (Expand)AuthorFilesLines
2020-11-11Remove redundant API attributes in implementation filesDavid Robillard1-7/+7
2020-08-13Make zix_hash_free() tolerate NULLDavid Robillard1-0/+4
2019-01-07Make zix_hash_insert() provide a non-const pointerDavid Robillard1-1/+1
2019-01-06Clean up includesDavid Robillard1-3/+2
2018-11-13Make hash return non-const pointersDavid Robillard1-2/+2
2014-09-23Allow non-const visitation of hash nodes.David Robillard1-4/+4
2014-09-23Lint.David Robillard1-1/+0
2014-09-22Gracefully handle memory allocation failure.David Robillard1-8/+13
2012-08-10Minimal space overhead inline value hash table.David Robillard1-0/+228