summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* rio fdset target: handle short writes.antirez2014-10-173-2/+18
* anet.c: API to set sockets back to blocking mode.antirez2014-10-172-4/+18
* Diskless replication: rio fdset target new supports buffering.antirez2014-10-173-1/+56
* Diskless replication: Various fixes to backgroundSaveDoneHandlerSocket()antirez2014-10-171-4/+8
* Diskless replication: don't send "\n" pings to slaves.antirez2014-10-171-1/+3
* Diskless replication: remove 40 bytes EOF mark from end of RDB file.antirez2014-10-171-0/+10
* Diskless replication: swap inverted branches to compute read len.antirez2014-10-171-2/+2
* Diskless replication: don't enter the read-payload branch forever.antirez2014-10-171-0/+3
* syncReadLine(): actually enforce buffer size limits.antirez2014-10-161-0/+1
* Diskless replication: EOF:<mark> streaming support slave side.antirez2014-10-161-7/+60
* Diskless replication: redis.conf and CONFIG SET/GET support.antirez2014-10-164-5/+18
* Diskless replication: trigger a BGSAVE after a config change.antirez2014-10-161-12/+17
* Diskless replication flag renamed repl_diskless -> repl_diskless_sync.antirez2014-10-163-9/+9
* Diskless replication: trigger diskless RDB transfer if needed.antirez2014-10-162-2/+37
* Diskless replication: handle putting the slave online.antirez2014-10-151-31/+57
* Diskless replication: read report from child.antirez2014-10-151-15/+57
* Diskless replication: child writes report to parent.antirez2014-10-151-0/+40
* rio.c fdset target: tolerate (and report) a subset of FDs in error.antirez2014-10-142-3/+22
* Diskless replication: parent-child pipe and a few TODOs.antirez2014-10-142-4/+35
* Diskless replication: RDB -> slaves transfer draft implementation.antirez2014-10-145-28/+200
* rio.c: draft implementation of fdset target implemented.antirez2014-10-102-0/+69
* rio.c refactoring before adding a new target.antirez2014-10-101-17/+24
* Add some comments in syncCommand() to clarify RDB target.antirez2014-10-101-4/+9
* Define different types of RDB childs.antirez2014-10-083-0/+9
* RDB file creation refactored to target non-disk target.antirez2014-10-071-27/+46
* Cluster: more chatty slaves when failover is stalled.antirez2014-10-072-4/+94
* Merge pull request #1902 from mattsta/comment-fixesSalvatore Sanfilippo2014-10-0617-85/+86
|\
| * Fix typoEzequiel Lovelle2014-09-291-1/+1
| * Fix typos in commentsGregory Petrosyan2014-09-291-3/+3
| * Add missing 'by'Matt Stancliff2014-09-291-1/+1
| * Fix typo in scripting.c commentJuarez Bochi2014-09-291-1/+1
| * Fix typo radis -> redisT.J. Schuck2014-09-291-1/+1
| * Cleanup wording of dictScan() commentMatt Stancliff2014-09-291-31/+31
| * Fix comment inconsistencies in ziplist.cXiaojie Zhang2014-09-291-3/+4
| * Clean up text throughout projectMatt Stancliff2014-09-296-21/+21
| * Fix hash table size in comment for dictScanMichael Parker2014-09-291-1/+1
| * Fix on-place -> in-placeTed Nyman2014-09-291-1/+1
| * Fix typo in redis.hxuxiang2014-09-291-1/+1
| * Fix typosAaron Rutkovsky2014-09-292-5/+5
| * Fix typo: ad -> andJan-Erik Rediger2014-09-291-2/+2
| * Fix typoJuarez Bochi2014-09-291-1/+1
| * Fix incorrect commentszionwu2014-09-292-2/+2
| * Fix many small typosJan-Erik Rediger2014-09-291-12/+12
| * Remove surplus double quotesLynn2014-09-291-1/+1
* | INCR: Modify incremented object in-place when possible.antirez2014-10-031-5/+15
|/
* redis-trib should not abort easily on connection issues.antirez2014-09-261-2/+7
* DEBUG POPULATE two args form implemented.antirez2014-09-251-2/+4
* anetPeerToString(): make unix sockets distinguishable.antirez2014-09-181-1/+1
* anetPeerToString() refactoring and more explicit checks.antirez2014-09-181-8/+19
* Unix domain sockets incorrectly listed as IPv6.Yossi Gottlieb2014-09-181-1/+4