]> git.saurik.com Git - redis.git/history - src/dict.h
Redis 2.5.8 (2.6.0 RC2).
[redis.git] / src / dict.h
2012-03-09  antirezMerge conflicts resolved.
2012-02-22  Salvatore SanfilippoMerge pull request #304 from bradvoth/unstable
2012-01-23  antirezMerge branch 'unstable' into limits
2012-01-21  antirezFix for hash table collision attack. We simply randomiz...
2011-11-18  Salvatore SanfilippoMerge pull request #173 from jasondavies/typo
2011-11-15  Salvatore SanfilippoMerge pull request #181 from redsquirrel/unstable
2011-11-09  antirezdict set/get macros for integers fixed.
2011-11-08  antirezdict.c: added macros to get signed/unsigned integer...
2011-11-08  antirezdict.c: added macros in dict.h to set signed and unsign...
2011-11-08  antirezdict.c API names modified to be more coincise and consi...
2011-11-08  antirezdict.c: added two lower level methods for directly...
2011-11-08  antirezMerge branch 'unstable' into ttlres
2011-11-02  antirezadded an union in the dict.h structure to store 64...
2011-05-10  antirezMerge branch 'unstable'
2011-05-10  antirezIntroduced a safe iterator interface that can be used...
2010-11-26  Pieter NoordhuisMerge remote branch 'visionmedia/cli-help' into cli...
2010-11-03  antirezcommand lookup process turned into a much more flexible...
2010-07-02  Pieter Noordhuismerged intset code into the split files
2010-07-01  antirezMerged with split
2010-07-01  antirezredis.c split into many different C files.