]> git.saurik.com Git - redis.git/shortlog
redis.git
2010-10-13  Pieter NoordhuisMerge master with resolved conflict in src/redis-cli.c
2010-10-13  Pieter Noordhuissockaddr_un.sun_path appears to never hold anything...
2010-10-13  Pieter NoordhuisUse different accept handlers for TCP and unix socket...
2010-10-13  Pieter NoordhuisRemove disabling TCP with port -1
2010-10-13  Pieter NoordhuisRename variable sockpath to unixsocket
2010-10-13  Pieter NoordhuisMove creating socket/bind+listen on socket to separate...
2010-10-11  antirezfree memory if the maxmemory parameter is reduced via...
2010-10-11  antirezmaxmemory fixed, we now try to release memory just...
2010-10-07  antirezfixed an alignment problem with time_t is 32 bit, long...
2010-10-07  antirezminor typo fixed, reported by Thomas Bassetto
2010-09-24  antirezintset stress testing added, ziplist stress testing...
2010-09-24  antirezexplicit regression test for a ziplist bug added
2010-09-24  antirezziplist implementation fuzzy tests
2010-09-23  antirezMerge remote branch 'pietern/ziplist-fix'
2010-09-23  Pieter NoordhuisAdd regression test and fix for >255 byte string entries
2010-09-23  antirezContributing file added
2010-09-23  antirezmore tests for sds.c
2010-09-23  antirezminimal C test framework + a first example sds.c tests
2010-09-22  Pieter NoordhuisUpdate rdb.c to properly work with new memory strategy...
2010-09-22  antireztwo leaks fixed
2010-09-22  antirezerror generation format reverted to the new style after...
2010-09-22  antirezMerge remote branch 'pietern/zset-mem'
2010-09-22  antirezpreventive conflict resolution to merge pietern/zset-mem
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-13  Pieter NoordhuisFix another test that sometimes returned the swapped...
2010-09-09  antirezredis-cli does no longer try to auto detect if it is...
2010-09-09  antirezFix for the init script provided with Redis, thanks...
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 test that sometimes returned the swapped object...
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  antirezWe finally have an half decent README! (Issue 277)
2010-08-31  antirezresolved conflict merging pietern/bpop-timeout
2010-08-31  antirezMerge remote branch 'pietern/issue-300'
2010-08-31  antirezfaster server starting in Redis tests
2010-08-31  Pieter NoordhuisFix issue 300 by upgrading variable types to 64-bit
2010-08-31  Pieter NoordhuisFix set tests to make sets have a deterministic encoding
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  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  Pieter NoordhuisVerify that the blocking pop timeout value is a non...
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
next