summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Stricter options for SET commandMihir Joshi2014-12-141-8/+12
* stricter options for SET commandMihir Joshi2014-11-211-4/+8
* Fix non-linux builds error introduced with THP checks.antirez2014-11-142-2/+2
* Merge pull request #1662 from mattsta/lua-add-bitopsSalvatore Sanfilippo2014-11-141-0/+2
|\
| * Lua: Add bitopMatt Stancliff2014-10-091-0/+2
* | THP detection for LATENCY DOCTOR.antirez2014-11-121-2/+13
* | Check THP support at startup and warn about it.antirez2014-11-122-2/+7
* | THP detection / reporting functions added.antirez2014-11-123-6/+45
* | Diskless SYNC: fix RDB EOF detection.antirez2014-11-113-4/+21
* | Disconnect timedout slave: regression introduced with diskless repl.antirez2014-11-111-2/+3
* | Merge pull request #2096 from mattsta/cluster-ipv6Salvatore Sanfilippo2014-10-312-6/+8
|\ \
| * | Parse cluster state file in IPv6 compatible wayMatt Stancliff2014-10-291-1/+1
| * | Fix redis-trib.rb IP:Port disassembly for IPv6Matt Stancliff2014-10-291-5/+7
* | | Merge pull request #2110 from mattsta/more-outbound-bind-fixesSalvatore Sanfilippo2014-10-312-3/+4
|\ \ \
| * | | Networking: add more outbound IP binding fixesMatt Stancliff2014-10-292-3/+4
| |/ /
* | | redis-cli: ignore SIGPIPE network errorsMatt Stancliff2014-10-291-1/+4
|/ /
* | Merge branch 'memsync' into unstableantirez2014-10-2912-134/+859
|\ \
| * | Diskless replication: missing listRewind() added.memsyncantirez2014-10-291-1/+5
| * | Log slave ip:port in more log messages.antirez2014-10-271-6/+11
| * | Use new slave name function for diskless repl reporting.antirez2014-10-271-4/+4
| * | Added a function to get slave name for logs.antirez2014-10-273-15/+29
| * | Diskless replication: log BGSAVE delay only when it is non-zero.antirez2014-10-271-1/+2
| * | Diskless sync delay is now configurable.antirez2014-10-274-3/+17
| * | Remove duplicated log message about starting BGSAVE.antirez2014-10-241-1/+0
| * | Diskless replication: child -> parent communication improved.antirez2014-10-231-20/+34
| * | Translate rio fdset target EWOULDBLOCK error into ETIMEDOUT.antirez2014-10-221-1/+8
| * | Diskless replication: set / reset socket send timeout.antirez2014-10-221-0/+2
| * | anet.c: new API anetSendTimeout().antirez2014-10-222-0/+16
| * | Diskless replication: less debugging printfs around.antirez2014-10-171-1/+0
| * | rio.c fdset write() method fixed: wrong type for return value.antirez2014-10-171-1/+1
| * | 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