]> git.saurik.com Git - redis.git/shortlog
redis.git
2010-09-02  Pieter NoordhuisUse specialized function to add status and error replies
2010-09-02  Pieter NoordhuisAdd sds function that can be called with va_list
2010-09-02  Pieter NoordhuisChanged reply buildup internals
2010-09-02  Pieter NoordhuisRemoved unneeded function
2010-09-02  Pieter NoordhuisUse existing reply functions where possible
2010-09-02  Pieter NoordhuisFree the sds in addReplySds when it cannot be added...
2010-09-02  Pieter NoordhuisIntialize bufpos in the fake client
2010-09-02  Pieter NoordhuisUse specialized function to add multi bulk reply length
2010-08-30  Pieter NoordhuisDon't build a reply when replaying the AOF
2010-08-30  Pieter NoordhuisWrapper for adding unknown multi bulk length to reply...
2010-08-30  Pieter NoordhuisRefactor reply buildup for speed on large multi bulk...
2010-08-30  Pieter NoordhuisShow the current throughput while benchmarking
2010-08-30  Pieter NoordhuisRefactor reply parsing code in redis-benchmark for...
2010-08-30  antirezFix for a race in BGSAVE that may result in some data...
2010-08-27  antirezfix for the prev fix
2010-08-27  antirezFix for bug 312, yet to verify in a couple of minutes...
2010-08-27  antirezFixed another instace of the Issue 173
2010-08-27  antirezFixed segfault in freeMemoryIfNeeded due to the fact...
2010-08-26  antirezintset loading bug fixed
2010-08-26  antireztest for intset integer encodability test and some...
2010-08-26  antireztranslated a few long logn into int64_t for correctness...
2010-08-26  antirezredis-cli tests commented out since there is a problem...
2010-08-26  antirezSORT stress testing against bigger aggregate values
2010-08-26  antirezVersion is now 2.1.3
2010-08-26  antirezMerge remote branch 'pietern/redis-cli-fix'
2010-08-26  antirezforgot the traceleaks var in tests set to 1, reverted...
2010-08-26  Pieter NoordhuisFix parenthesis error on decrementing *argc
2010-08-26  antirezfixed a memory leak in the new Set code
2010-08-26  antirezcomputeObjectSwappability is now able to compute swappa...
2010-08-26  Pieter NoordhuisFix type that was not renamed and compiler warning
2010-08-26  antirezremoved a duplicated ERRNO checking that is useless...
2010-08-26  antirezMerge remote branch 'pietern/intset-split'
2010-08-26  Pieter NoordhuisMake the function intsetUpgrade self-contained
2010-08-26  Pieter NoordhuisExpand macro's to functions for readability
2010-08-25  Pieter NoordhuisUse fstat to detect if stdin was redirected
2010-08-25  Pieter NoordhuisMake helper functions simpler
2010-08-25  Pieter NoordhuisComments in redis-cli tests
2010-08-25  Pieter NoordhuisAdd a newline to tty output after every reply
2010-08-25  Pieter NoordhuisRe-introduce the interactive field so we can reconnect...
2010-08-25  Pieter NoordhuisMerge master and move argument splitting patch to sds.c
2010-08-24  antirezredis-cli now supports automatically reconnection in...
2010-08-24  antirezIssue 179 fixed, now redis-cli is able to parse correct...
2010-08-24  antirezThe pid file is now created only after the server is...
2010-08-24  antirezslave now detect lost connection during SYNC, fixing...
2010-08-24  antirezslave with attached slaves now close the conection...
2010-08-24  antirezBLPOPping clients are no longer subject to connection...
2010-08-24  antirezadded tests for invalid bulk argument
2010-08-24  antirezsanity check for the bulk argument in protocol parsing...
2010-08-24  antirezchanged the comments on top of redis-copy.rb to reflect...
2010-08-23  antirezFixed overflow detection in argument to long convertion...
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-04  Pieter NoordhuisDeprecate starting interactive mode using the -i flag
2010-08-04  Pieter NoordhuisSet tty before going into interactive mode to get non...
2010-08-04  Pieter NoordhuisChange output format for non-tty redis-cli execution
2010-08-04  Pieter NoordhuisLet the output mode depend on having a tty or not
2010-08-04  Pieter NoordhuisTests for redis-cli in non-interactive mode
2010-08-04  Pieter NoordhuisAdd tests for quotation in an interactive redis-cli...
2010-08-04  Pieter NoordhuisTests for the interactive mode of redis-cli
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...
next