]> git.saurik.com Git - redis.git/history - src/dict.c
Set LUA_MASKCOUNT hook more selectively. Fixes issue #480.
[redis.git] / src / dict.c
2012-04-21  antirezEven inside #if 0 comments are comments.
2012-04-18  antirezCurrenly not used code in dict.c commented out.
2012-03-27  huangz1990fix typo
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-22  antirezfixed typo in hahs function seed default value. It...
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-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...
2011-02-11  antirezfixed two diskstore issues, a quasi-deadlock creating...
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-10-13  Pieter NoordhuisMerge master with resolved conflict in src/redis-cli.c
2010-09-22  antirezMerge remote branch 'pietern/zset-mem'
2010-09-22  antirezMerge remote branch 'pietern/ziplist-eff'
2010-09-16  Pieter NoordhuisMerge branch 'zset-mem' into zrevrangebyscore
2010-09-16  antirezMerge remote branch 'pietern/networking-perf'
2010-09-16  antirezMerge remote branch 'pietern/networking-perf'
2010-09-15  antirezThis should fix Issue 332: when there is a background...
2010-08-20  Pieter NoordhuisMerge branch 'master' into intset-split
2010-07-27  antirezhash table example commented out in dict.c
2010-07-24  Benjamin KramerAdd zcalloc and use it where appropriate
2010-07-24  Benjamin KramerRemove _dictAlloc and friends
2010-07-24  Benjamin KramerReduce code duplication
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.