]> git.saurik.com Git - redis.git/shortlog
redis.git
2011-06-25  antirezMerge remote branch 'origin/unstable' into unstable
2011-06-25  antirezdiskstore removed
2011-06-24  Salvatore SanfilippoMerge pull request #63 from djanowski/tcl
2011-06-24  Damian JanowskiAvoid bug reports when Tcl is not installed.
2011-06-20  antirezFix for bug 561 and other related problems
2011-06-20  antirezuseless call removed, thanks to Pieter for spotting...
2011-06-20  Pieter NoordhuisSETNX regression tests.
2011-06-20  antirezDB API refactoring. The changes were designed together...
2011-06-20  antirezMakefile deps updated
2011-06-20  antirezIt is now possible to build with: make 32bit USE_JEMALL...
2011-06-20  antirezAdded -ldl when linking against jemalloc, needed on...
2011-06-20  antirezFixed INFO implementation to use the new allocator...
2011-06-20  antirezMakefile modified to build with jemalloc
2011-06-20  Pieter NoordhuisIgnore jemalloc build artifacts
2011-06-20  antirezZMALLOC related stuff removed from config.h. They are...
2011-06-20  antirezforward-ported changes in zmalloc.c/h to support jemall...
2011-06-20  antirezjemalloc source added
2011-06-17  antireznew INFO filed master_link_down_since_seconds
2011-06-17  antirezUse a safe iterator while saving the DB, since the...
2011-06-14  antirezFixed init script bug, thanks to Henrik Westphal
2011-06-14  antirezBetter init script
2011-06-14  Salvatore SanfilippoMerge pull request #58 from hampus/fix-autorewrite
2011-06-12  Hampus WessmanFix automatic rewrite starting too early.
2011-06-10  antirezdifferent message on BGREWRITEAOF when it is just sched...
2011-06-10  antirezminor code aesthetic change
2011-06-10  antirezMake sure an automatic rewrite only gets triggered...
2011-06-10  antirezCONFIG SET/GET support for new automatic AOF rewrite...
2011-06-10  antirezcorrectly set AOF base size field in server structure
2011-06-10  antirezAdded new INFO fields related to the new AOF auto rewri...
2011-06-10  antirezFixed bug in AOF rewrite not working because of integer...
2011-06-10  antirezdebugging printf removed
2011-06-10  antirezAOF auto rewrite percentage option parsing fixed
2011-06-10  antirezMerge remote branch 'pietern/unstable-bench' into unstable
2011-06-10  antirezAvoid division by zero issues in the automatically...
2011-06-10  antirezMerge remote branch 'origin/unstable' into unstable
2011-06-10  antirezautomatic AOF rewrite first implementation. Still to...
2011-06-09  Salvatore SanfilippoMerge pull request #57 from melo/patch-1
2011-06-09  Pedro MeloSmall fix in the installation instructions
2011-06-09  Hampus WessmanFix Makefile colors.
2011-06-09  antirezTwo fixes for replication: Slave performs the AOF rewri...
2011-06-08  antirezBetter colorized Makefile implementation, inspired...
2011-06-07  antirezMerge branch 'unstable'
2011-06-05  antirezMerge remote branch 'origin/unstable' into unstable
2011-06-05  antirezno more client-libraries directory
2011-06-05  antirezno more html documentation
2011-06-03  antireztouch less pages in decrRefCount
2011-06-01  Pieter NoordhuisThere is no debug mode in benchmark tool
2011-06-01  Pieter NoordhuisProvide custom command to benchmark against via args
2011-06-01  Pieter NoordhuisMore const's in redis-benchmark.c
2011-05-31  antirezZREM tests
2011-05-31  antirezVariadic ZREM
2011-05-31  antirezFix for the variadic version of SREM. Regression test...
2011-05-31  antirezdisabled development test entry, tests moved in the...
2011-05-31  antirezVariadic ZADD tests
2011-05-31  antirezVariadic ZADD
2011-05-30  Pieter NoordhuisMake replication faster (biggest gain for small number...
2011-05-29  antirezINFO now contains the time (in usecs) needed to fork...
2011-05-29  antirezMerge remote branch 'pietern/unstable-replnonblock...
2011-05-28  antirezredis-cli: -i (interval) implemented, to wait the speci...
2011-05-28  antirezredis-cli: Use the repetiton prefix after a reconnection.
2011-05-28  antirezredis-cli in REPL mode is now able to send the same...
2011-05-28  antirezredis-cli no longer aborts in repl-mode on error, and...
2011-05-25  antirezMerge branch 'unstable'
2011-05-25  antirezFix for Pub/Sub system, introduced in Redis 2.2.6 with...
2011-05-24  antirezComment typo fixed
2011-05-24  antirezFixed typo in comment
2011-05-22  Pieter NoordhuisConfigurable synchronous I/O timeout
2011-05-22  Pieter NoordhuisMinor changes in non-blocking repl. connect
2011-05-20  antirezMerge branch 'unstable' of github.com:antirez/redis...
2011-05-20  antirezPrint version info before running the test
2011-05-19  Pieter NoordhuisNon-blocking connect with master
2011-05-19  antirezFix for ZUNIONSTORE bug when there is an empty set...
2011-05-19  antirezFix for ZUNIONSTORE bug when there is an empty set...
2011-05-16  antirezfmacros in utils.c to avoid warning about strcasecmp()
2011-05-16  antirezMerge branch 'unstable'
2011-05-15  antirezFixed misuse of the new iterator semantics in ZUNIONSTORE
2011-05-15  antirezFix for a possible bug related to ZINTER/UNIONSTORE...
2011-05-15  antirezFixed SINTER[STORE] problem related to the new copy...
2011-05-12  antirezreplication with expire test modified to produce no...
2011-05-12  antirezMerge branch 'unstable' of github.com:antirez/redis...
2011-05-12  antirezZINTERSTORE regressiont test with two sets, intset...
2011-05-11  antirezremoved assert causing an illegal memory access. This...
2011-05-10  antirezMerge branch 'unstable'
2011-05-10  antirezRDB version signature bumped to 2, now that direct...
2011-05-10  antirezIntroduced a safe iterator interface that can be used...
2011-05-10  antirezDEBUG DIGEST additional lookup needed for VM removed...
2011-05-10  antirezUseless statement removed
2011-05-07  antirezwhen Redis fails accepting a new connection reports...
2011-05-06  antirezCluster TODO updated
2011-05-06  antirezclear importing/exporing state when appropriate on...
2011-05-06  antirezCLUSTER SETSLOT command and some refactoring of the...
2011-05-06  antirezCLUSTER DELSLOTS
2011-05-05  antirezFixed semantics of CLUSTER SETSLOT, SELECT now only...
2011-05-05  antirezCLUSTER SETSLOT STABLE fixed
2011-05-05  antirezmissing return caused protocol desync in CLUSTER SETSLOT
2011-05-05  antirezFixed problem in cluster redirection due to a stupid...
2011-05-05  Pieter NoordhuisExtra tests for string2ll
2011-05-05  Pieter NoordhuisCheck seplen and len before malloc'ing "tokens"
2011-05-05  Pieter NoordhuisCheck for \n after finding \r
2011-05-05  Pieter NoordhuisShow memory allocator in INFO output
next