]> git.saurik.com Git - redis.git/shortlog
redis.git
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
2010-06-03  antirezmemory leak introduced in the latest big changes fixed
2010-06-03  antirezFixed VM bugs introduced with the top level keys as...
2010-06-03  antireztop level keys are no longer redis objects but sds...
2010-06-02  Pieter Noordhuisupdate Makefile to include ziplist.o
2010-06-02  Pieter Noordhuisuse ziplists in SORT STORE until the thresholds are...
2010-06-02  antirezMerge branch 'testsuite' of git://github.com/pietern...
2010-06-02  antirezMerge branch 'testsuite' of git://github.com/pietern...
2010-06-02  Pieter Noordhuistag memory leak check on kill server as "leaks"
2010-06-02  Pieter Noordhuistag test with sleep() as slow
2010-06-02  Pieter Noordhuismake sure the config it returned when called without...
2010-06-02  Pieter Noordhuistag more slow tests
2010-06-02  Pieter Noordhuischange how arguments are passed from the AOF tests
2010-06-02  Pieter Noordhuisscope res variable outside test
2010-06-02  Pieter Noordhuistags for existing tests
2010-06-02  Pieter Noordhuispass tags to filter and match via arguments
2010-06-02  Pieter Noordhuisbasic support to tag tests
2010-06-02  Pieter Noordhuischanged how server.tcl accepts options to support more...
2010-06-02  Pieter Noordhuisremoved obsolete code
2010-06-02  Pieter Noordhuiscatch exceptions in the server proc, to be able to...
2010-06-02  antirezMerge branch 'master' into smallkeys
2010-06-02  antirezsmarter swapout policy on AOF too
2010-06-02  antirezbetter swapout policy while loading RDB file
2010-06-02  antirezminor code comment change
2010-06-01  Pieter Noordhuisuse integer types from stdint.h to be more verbose...
2010-06-01  Pieter Noordhuisadded stress test for heavy i/o in ziplists
2010-06-01  Pieter Noordhuisfix signedness errors in ziplist testing code
2010-06-01  antirezminor code movements and free object pull restored...
2010-06-01  antirezTODO updated with syslog plans for 2.2
2010-06-01  antirezDebug message was printing stuff that are sometimes...
2010-06-01  antirezMerge branch 'smallkeys' of github.com:antirez/redis...
2010-06-01  antirezfixed a few comments
2010-06-01  antirezfixed bugs introduced in the rewrite of the new VM...
2010-05-31  Pieter Noordhuissupport rewriting the AOF with dual list encoding
2010-05-31  Pieter Noordhuissmall refactor of fwrite* commands for AOF rewrite...
2010-05-31  Pieter Noordhuisuse list wrapper functions in computing the dataset...
2010-05-31  Pieter NoordhuisziplistNext should work as expected when called with...
2010-05-31  Pieter Noordhuisupdate SORT to work with the dual list encoding
2010-05-31  Pieter Noordhuisfunction to create a new ziplist encoded list
2010-05-31  antirezfixed missing incrRefCount
2010-05-31  Pieter Noordhuissupport rdb saving/loading with dual list encoding
2010-05-31  Pieter Noordhuisfixed signedness and disambiguate variable names
2010-05-31  Pieter Noordhuisadded rdb save function to directly save long long...
2010-05-31  Pieter Noordhuisupdate RPOPLPUSH to support dual encoding
2010-05-31  Pieter Noordhuisupdate list iteration semantic to work as expected...
next