]> git.saurik.com Git - redis.git/history - src
Merge remote branch 'pietern/ziplist-eff'
[redis.git] / src /
2010-09-22  antirezMerge remote branch 'pietern/ziplist-eff'
2010-09-17  antireznew parsing code bugfixing
2010-09-17  antireztry to parse the request in a smarter way to gain speed...
2010-09-16  antirezAdded used CPU statistics in INFO output, obtained...
2010-09-16  antirezmodified a bit addReply() to play better with copy...
2010-09-16  antirezMerge remote branch 'pietern/networking-perf'
2010-09-16  Pieter NoordhuisStatic buffer in client struct has a constant size
2010-09-16  antirezMerge remote branch 'pietern/networking-perf'
2010-09-15  antirezThis should fix Issue 332: when there is a background...
2010-09-14  antirezfixed typo in the latest commit
2010-09-14  antirezAdvertise the existence of redis-check dump --fix when...
2010-09-13  Pedro MeloFixed missed use of INSTALL_TOP
2010-09-13  Pedro MeloMake sure INSTALL_TOP exists before we install to it
2010-09-13  Pedro MeloRename INSTALL_TOP to PREFIX; update documentation
2010-09-09  antirezredis-cli does no longer try to auto detect if it is...
2010-09-08  antirezFix re-enabled again, I forgot to check if VM was enabl...
2010-09-08  antirezlatest fix reverted, there is some problem reported...
2010-09-08  antirezFixed a race condition in VM happening when a key was...
2010-09-07  Pieter NoordhuisFix bug where the client is not present in server.clien...
2010-09-06  Pieter NoordhuisAllow a random seed argument for the ziplist test binary
2010-09-06  Pieter NoordhuisFix updating the prevlen field of consecutive entries
2010-09-06  antirezFix for solaris compilation bug Issue 325
2010-09-03  Pieter NoordhuisMerge branch 'master' into networking-perf
2010-09-03  antirezadded some comment and changed coding style for fix...
2010-09-03  Anko paintingfix for issue 237
2010-09-02  Pieter NoordhuisFix bug in gluing a deferred multi bulk length to the...
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-09-02  antirezmemory fragmentation reporting in INFO also added for...
2010-09-02  antirezmemory fragmentation ratio in INFO output
2010-09-01  antirezfixed a few harmless warnings complining on Linux
2010-08-31  antirezVersion is now 2.1.4 -- AKA 2.2-alpha1
2010-08-31  antirezMerge remote branch 'pietern/issue-300'
2010-08-31  Pieter NoordhuisFix compilation errors and add warning for 32-bit platforms
2010-08-31  antirezresolved conflict merging pietern/bpop-timeout
2010-08-31  antirezMerge remote branch 'pietern/issue-300'
2010-08-31  Pieter NoordhuisFix issue 300 by upgrading variable types to 64-bit
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  antirezBLPOP inside MULTI/EXEC block no longer crashes, instea...
2010-08-30  antirezNow redis-cli replies to help showing some basic usage...
2010-08-30  antirezIt is now possible to use authentication and DB selecti...
2010-08-30  antirezFixed MONITOR mode and Issue 296
2010-08-30  antirezMakefile deps updated
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  antirezVersion is now 2.1.3
2010-08-26  antirezMerge remote branch 'pietern/redis-cli-fix'
2010-08-26  Pieter NoordhuisVerify that the blocking pop timeout value is a non...
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 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  antirezsanity check for the bulk argument in protocol parsing...
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-20  Pieter NoordhuisCheck if stroll return value was clamped
2010-08-20  Pieter NoordhuisMerge branch 'master' into intset-split
2010-08-13  Pieter NoordhuisMake ziplist schema more efficient for strings with...
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  antirezMerge remote branch 'pietern/test-encoding-fix' into...
next