summaryrefslogtreecommitdiff
path: root/src/dict.h
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #693 from ghurrell/dict-h-typosSalvatore Sanfilippo2012-10-221-4/+4
|\
| * Fix (cosmetic) typos in dict.hGreg Hurrell2012-10-021-4/+4
* | Hash function switched to murmurhash2.antirez2012-10-051-1/+1
|/
* Fix for hash table collision attack. We simply randomize hash table initializ...antirez2012-01-211-0/+2
* dict set/get macros for integers fixed.antirez2011-11-091-4/+4
* dict.c: added macros to get signed/unsigned integer values from hashantirez2011-11-081-2/+4
* dict.c: added macros in dict.h to set signed and unsigned 64 bit values direc...antirez2011-11-081-0/+6
* dict.c API names modified to be more coincise and consistent.antirez2011-11-081-8/+7
* dict.c: added two lower level methods for directly manipulating hash entries....antirez2011-11-081-0/+2
* added an union in the dict.h structure to store 64 bit integers directly into...antirez2011-11-021-5/+11
* Introduced a safe iterator interface that can be used to iterate while access...antirez2011-05-101-2/+6
* command lookup process turned into a much more flexible and probably faster h...antirez2010-11-031-0/+1
* redis.c split into many different C files.antirez2010-07-011-0/+151