]> git.saurik.com Git - redis.git/history - src/replication.c
Spurious debugging printf removed.
[redis.git] / src / replication.c
2012-03-31  antirezsyncio.c calls in replication.c fixed for the new milli...
2012-03-30  antirezPurely aesthetic code change.
2012-03-30  Joseph JangFixed a memory leak with replication
2012-03-29  antirezFix for slaves chains. Force resync of slaves (simply...
2012-03-27  Premysl Hrubyuse server.unixtime instead of time(NULL) where possibl...
2012-03-09  antirezMerge conflicts resolved.
2012-03-07  antirezBetter MONITOR output, now includes client ip:port...
2012-02-29  antirezPing the slave using the standard protocol instead...
2012-01-16  Salvatore SanfilippoMerge pull request #279 from kashif/patch-1
2012-01-16  antirezDon't change the replication state if SLAVE OF is calle...
2011-12-30  antirezFixed replication when multiple slaves are attaching...
2011-12-21  antirezMerge remote-tracking branch 'origin/unstable' into...
2011-12-21  antirezserver.replstate -> server.repl_state
2011-12-21  antirezsome RDB server struct fields renamed.
2011-12-21  antirezAOF refactoring, now with three states: ON, OFF, WAIT_R...
2011-12-20  antirezMerge remote-tracking branch 'origin/unstable' into...
2011-12-15  antirezAOF fixes in the context of replicaiton (when AOF is...
2011-11-30  antirezReplication bug fixed: now non blocking connect is...
2011-10-31  Salvatore SanfilippoMerge pull request #170 from bnoordhuis/fix-sunos-build
2011-10-31  antirez7c6da73
2011-10-18  antirezReturn from syncWithMaster() ASAP if the event fired...
2011-09-22  antirezmerge conflicts resolved
2011-06-24  Salvatore SanfilippoMerge pull request #63 from djanowski/tcl
2011-06-14  antirezUpdated to unstable
2011-06-10  antirezMerge remote branch 'pietern/unstable-bench' into unstable
2011-06-10  antirezMerge remote branch 'origin/unstable' into unstable
2011-06-09  antirezTwo fixes for replication: Slave performs the AOF rewri...
2011-06-07  antirezMerge branch 'unstable'
2011-06-05  antirezMerge remote branch 'origin/unstable' into unstable
2011-05-30  Pieter NoordhuisMake replication faster (biggest gain for small number...
2011-05-29  antirezMerge remote branch 'pietern/unstable-replnonblock...
2011-05-22  Pieter NoordhuisConfigurable synchronous I/O timeout
2011-05-22  Pieter NoordhuisMinor changes in non-blocking repl. connect
2011-05-19  Pieter NoordhuisNon-blocking connect with master
2011-02-21  antirezsuppress a Linux warning, for 2.2 sake
2011-01-20  antirezFixed issue #435 and at the same time introduced explic...
2010-12-14  antirezMerge remote branch 'jonahharris/syslog'
2010-12-14  antirezMerge remote branch 'pietern/cli-monitor'
2010-12-14  Pieter NoordhuisZero-pad timestamps in MONITOR output
2010-11-26  Pieter NoordhuisMerge remote branch 'visionmedia/cli-help' into cli...
2010-11-12  antirezFix for bug 374, thanks to Jeremy Zawodny for reporting...
2010-11-05  antirezMerge branch 'aaslave'
2010-11-04  antirezmore replication info in logs
2010-11-04  antireznon blocking slave replication is now more non blocking...
2010-11-04  antireztypos and minor stuff fixed in the new non blocking...
2010-11-04  antirezfirst attempt to non blocking implementation of slave...
2010-11-02  antirezMerge remote branch 'pietern/unixsocket'
2010-10-28  antirezmerge conflict resolved
2010-10-28  antirezMerge remote branch 'remotes/pietern/zrevrangebyscore'
2010-10-24  antirezsynchronous I/O networking functions originally used...
2010-10-13  Pieter NoordhuisMerge master with resolved conflict in src/redis-cli.c
2010-09-22  antirezMerge remote branch 'pietern/zset-mem'
2010-09-22  antirezMerge remote branch 'pietern/ziplist-eff'
2010-09-16  Pieter NoordhuisMerge branch 'zset-mem' into zrevrangebyscore
2010-09-16  antirezMerge remote branch 'pietern/networking-perf'
2010-09-03  Pieter NoordhuisMerge branch 'master' into networking-perf
2010-09-02  Pieter NoordhuisUse specialized function to add status and error replies
2010-08-31  antirezresolved conflict merging pietern/bpop-timeout
2010-08-27  antirezFixed another instace of the Issue 173
2010-08-26  antirezMerge remote branch 'pietern/intset-split'
2010-08-25  Pieter NoordhuisMerge master and move argument splitting patch to sds.c
2010-08-24  antirezslave now detect lost connection during SYNC, fixing...
2010-08-24  antirezslave with attached slaves now close the conection...
2010-07-02  Pieter Noordhuismerged intset code into the split files
2010-07-01  antirezFixed MONITOR output for consistency: now integer encod...
2010-07-01  antirezMerged with split
2010-07-01  antirezredis.c split into many different C files.