summaryrefslogtreecommitdiff
path: root/dict.c
AgeCommit message (Expand)Author
2021-01-25Stack allocate dict iteratorsBjorn Svensson
2020-05-22Allow users to replace allocator and handle OOM everywhere. (#800)Michael Grunder
2020-01-28Safe allocation wrappers (#754)Michael Grunder
2019-11-20Fix typo in dict.c.Kevin
2015-10-28fixing typoscharsyam
2011-01-14Make dictionary functions static and include the .c filePieter Noordhuis
2010-12-31Remove unused code/cleanupPieter Noordhuis
2010-12-31Replace zmalloc with regular mallocPieter Noordhuis
2010-12-31Import dictionary code from Redis repository (as of 2069d06a)Pieter Noordhuis