]> git.saurik.com Git - redis.git/shortlog
redis.git
2010-08-02  antirezsupport for write operations against expiring keys...
2010-07-31  antirezMerge remote branch 'pietern/list-test'
2010-07-29  Pieter NoordhuisChange getDoubleFromObject to fail on NaN.
2010-07-29  Pieter NoordhuisFix ZUNIONSTORE/ZINTERSTORE to never store a NaN score.
2010-07-29  Pieter NoordhuisUse a large value to consistently trigger a list encoding,
2010-07-29  Pieter Noordhuisensure the value is swapped in before testing its encoding
2010-07-28  antirezfix of the fix for the replication bug
2010-07-28  antirezFixed a replication bug in ZINTERSTORE.
2010-07-28  antirezbetter random dataset creation function in test. master...
2010-07-27  antirezfixed a ziplist bug about encoding of integer values...
2010-07-27  antirezremoved test code having bad effects...
2010-07-27  antirezConsistency test improved
2010-07-27  antirezmalloc definition with deprecated attribute was duplica...
2010-07-27  antirezSTRLEN command implemented
2010-07-27  antirezhash table example commented out in dict.c
2010-07-27  antirezuse the function deprecated attribute if compiling...
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-23  Pieter Noordhuisexit with non-zero status when there are failed tests
2010-07-22  antirezdon't open/close log file if log level is not matched
2010-07-22  Pieter Noordhuisfix rare condition where 'key' would already be destroy...
2010-07-22  antirezdefensive programming: set o->ptr to NULL before freein...
2010-07-22  antirezother shared objects where created in the I/O thread...
2010-07-22  antirezminor typo fixed in a comment
2010-07-22  antirezdon't use object sharing inside I/O threads, as a fix...
2010-07-21  antirezvm_blocked_clients count fixed in INFO, thanks to Piete...
2010-07-16  antirezTODO list modified, trivial change to source code
2010-07-12  antirezWATCH is now affected only when write commands actually...
2010-07-09  antirezfmacro included in linenoise.c
2010-07-07  antirezredis-cli history saved across sessions
2010-07-06  antirezredis-cli is now able to report version information...
2010-07-06  antirezMake install fixed using a dummy taget
2010-07-06  antirezmake install target, finally ;)
2010-07-06  antireztop level Makefile added, so you do not need to cd src
2010-07-06  antirezimproved random dataset creation in test: del, sunionst...
2010-07-06  antirezFirst implementation of a replication consistency test
2010-07-05  Pieter Noordhuismerged code from 184d74ab, 4774a53b, f483ce5f to new...
2010-07-05  antirezINSTALL file added BETATESTING.txt removed
2010-07-05  antirezFixed compilation on *BSD systems
2010-07-05  antirezFixed a crash loading the AOF file containing MULTI...
2010-07-05  antirezWATCH will now consider touched keys target of EXPIRE...
2010-07-01  antirezCompilation fixed on Linux after the source code split
2010-07-01  antirezFixed MONITOR output for consistency: now integer encod...
2010-07-01  antirezFix the AOF fix of the latest commit ;)
2010-07-01  antirezfixed error code checking for *write operations and...
2010-07-01  antirezMerged with split
2010-07-01  antirezminor aesthetic change
2010-07-01  antirezTODO updated
2010-07-01  antirezVersion is now 2.1.2
2010-07-01  antirezMake log target fixed
2010-07-01  antirezgitignore modified
2010-07-01  antirezredis.c split into many different C files.
2010-06-24  antirezMerge remote branch 'pietern/zfixes'
2010-06-24  Pieter Noordhuisfix unexpected behavior on an out of range end index...
2010-06-16  Pieter Noordhuismore pub/sub tests
2010-06-16  Pieter Noordhuisinitial basic pub/sub tests
2010-06-15  Pieter Noordhuisfix BLPOP/BRPOP to use the wrapped function for list...
2010-06-15  Pieter Noordhuistests for BLPOP/BRPOP via an option in the tcl client...
2010-06-15  Pieter Noordhuisfix behavior for out-of-range negative end index on...
2010-06-15  Pieter Noordhuismore tests for zrange and zrevrange; fix behavior for...
2010-06-14  antirezTODO updated
2010-06-14  antirezMerge branch 'ltrim-tests' of git://github.com/pietern...
2010-06-14  Pieter Noordhuisrename "list" to "linkedlist" to be more verbose
2010-06-14  antirezallow running the test suite against an external Redis...
2010-06-14  Pieter Noordhuischange ltrim tests to cover all min/max cases and add...
2010-06-13  antirezFixed deps in makefile and mkreleasehdr.sh script to...
2010-06-13  antirezhopefully faster recompiling with a trick
2010-06-13  antirezfixed a bug in rdbLoadObject abount specially encoded...
2010-06-13  Pieter Noordhuisuse raw strings when loading a hash from the rdb into...
2010-06-12  antirezMerge branch 'expire' of git://github.com/pietern/redis
2010-06-11  antirezMerge branch 'lists' of git://github.com/pietern/redis
2010-06-11  Pieter NoordhuisLPUSHX, RPUSHX, LINSERT only work on non-empty lists...
2010-06-11  Pieter Noordhuismake LINSERT return -1 when the value could not be...
2010-06-11  Pieter Noordhuischeck if the list encoding needs to be changed on LPUSH...
2010-06-11  Pieter Noordhuismake sure the value to insert is string encoded
2010-06-11  Pieter Noordhuisrename vars, move arguments, add comments
2010-06-11  Pieter Noordhuisalways iterate from head to tail on LINSERT
2010-06-11  Pieter Noordhuisuse REDIS_TAIL to insert AFTER an entry and REDIS_HEAD...
2010-06-11  Pieter Noordhuismove listTypeInsert to be grouped with other wrapper...
2010-06-11  Robey Pointersquashed merge from robey/twitter3: LINSERT BEFORE...
2010-06-09  Pieter Noordhuisremove pop function and the sds dependency; can be...
2010-06-07  Pieter Noordhuiscompute swappability for ziplist encoded lists
2010-06-07  Pieter Noordhuisreuse the sds from the main dictionary in the expiratio...
2010-06-07  antirezTODO updated
2010-06-07  antirezencode integers while loading an hash
2010-06-05  antirezMerge branch 'lists' of git://github.com/pietern/redis
2010-06-05  Pieter Noordhuisfixed two leaks for the dual encoded lists
2010-06-04  antirezTODO updated
2010-06-04  antirezDISCSARD now unwatches all keys, as it should
2010-06-04  Pieter Noordhuisgenerated tests for different encodings to avoid test...
2010-06-04  Pieter Noordhuisrefactor list tests to test both encodings; implemented...
2010-06-04  Pieter Noordhuisrenamed hash wrapper functions to match wrapper functio...
2010-06-04  antirezMerge branch 'lists' of git://github.com/pietern/redis
2010-06-04  antirezMerge branch 'smallkeys'
2010-06-04  Pieter Noordhuissafety assert in listTypeNext
2010-06-04  Pieter Noordhuisrenamed list wrapper functions to be more verbose
2010-06-04  Pieter Noordhuisadd thresholds for converting a ziplist to a real list
2010-06-04  Pieter Noordhuismerge antirez/smallkeys
2010-06-03  antireztest restored
next