]> git.saurik.com Git - redis.git/shortlog
redis.git
2010-08-21  Pieter NoordhuisRename iterator to setTypeIterator for consistency
2010-08-21  Pieter NoordhuisMake SORT use the hybrid set accessors to allow sorting...
2010-08-21  Pieter NoordhuisSORT tests with hash table encoded set as input
2010-08-21  Pieter NoordhuisMake SORT tests use both ziplists and linked lists...
2010-08-21  Pieter NoordhuisMove SORT tests around
2010-08-21  Pieter NoordhuisDon't abort test suite when the server block has a...
2010-08-20  Pieter NoordhuisCheck if stroll return value was clamped
2010-08-20  Pieter NoordhuisMerge branch 'master' into intset-split
2010-08-05  antirezredis cli argument splitting is general and is now...
2010-08-03  antirezPERSIST: a fix and some basic test
2010-08-03  antirezPERSIST command implemented
2010-08-03  antirezreplication test with expires
2010-08-03  antirezMerge remote branch 'pietern/test-encoding-fix' into...
2010-08-03  antirezno longer passing tests due to the new write-on-volatil...
2010-08-03  antirezallow to set a new EXPIRE of an existing volatile key
2010-08-02  antirezmemory leak removed from expire propagation code
2010-08-02  antirezsupport for write operations against expiring keys...
2010-08-01  Pieter NoordhuisFix assertion function on value encoding
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-02  Pieter Noordhuisfix aof and digest code to work with dual set encoding
2010-07-02  Pieter Noordhuismerged intset code into the split files
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  Pieter Noordhuisexpand the dictionary of the target set to the right...
2010-06-13  Pieter Noordhuismake sure sets have the right encoding when loaded...
2010-06-13  Pieter Noordhuisuse max number of intset entries in tests and make...
2010-06-13  antirezfixed a bug in rdbLoadObject abount specially encoded...
2010-06-13  Pieter Noordhuisconfigure maximum number of entries in an intset
2010-06-13  Pieter Noordhuisuse raw strings when loading a hash from the rdb into...
2010-06-13  Pieter Noordhuissmall refactor of SMOVE and tests for SMOVE on sets...
2010-06-12  Pieter Noordhuisintset encoding for sets, refactored set tests to test...
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 Noordhuisintset housekeeping
2010-06-11  Pieter Noordhuiswrapper functions for the set type to support multiple...
2010-06-11  Pieter NoordhuisLPUSHX, RPUSHX, LINSERT only work on non-empty lists...
next