summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* AOF tests fixed turning aof-load-truncated to no.aofeofantirez2014-09-081-6/+6
* Make aof-load-truncated option actually configurable.antirez2014-09-082-1/+38
* Correct cleanup when aborting AOF loading.antirez2014-09-051-8/+29
* AOF ability to load truncated files.antirez2014-09-053-3/+14
* Test AOF format error detection.antirez2014-09-051-0/+25
* AOF loading: split handling of format errors from unexpected EOF.antirez2014-09-052-8/+11
* Merge branch 'unstable' of github.com:/antirez/redis into unstableantirez2014-09-041-5/+5
|\
| * Merge pull request #1982 from mattsta/fix-getrange-32bitSalvatore Sanfilippo2014-09-031-5/+5
| |\
| | * Return empty string if GETRANGE of empty stringMatt Stancliff2014-09-021-1/+1
| | * Increase size of range request in getrangeMatt Stancliff2014-09-021-4/+4
| |/
* | Sentinel: don't set announce-ip if is empty.antirez2014-09-041-1/+2
* | Sentinel: clarify announce-ip/port options in sentinel.conf.antirez2014-09-041-3/+18
* | Sentinel: announce ip/port changes + rewrite.antirez2014-09-042-19/+35
* | sentinel: Decouple bind address from address sent to other sentinelsDara Kong2014-09-042-3/+31
|/
* Sentinel: Abort Hello quicker if not connectedMatt Stancliff2014-09-011-1/+2
* Add regression test for issue #1939Paddy Byers2014-09-011-0/+12
* Store the length of the static argv when first allocated.Paddy Byers2014-09-011-0/+1
* Fix dictRehash assert casting type.antirez2014-08-261-1/+1
* Cast to right type in dictNext().antirez2014-08-261-1/+1
* Use long for rehash and iterator index in dict.h.antirez2014-08-261-3/+5
* Missing va_end also added in hiredis copy of sds.c.antirez2014-08-261-0/+1
* Merge pull request #1964 from mariano-perez-rodriguez/patch-2Salvatore Sanfilippo2014-08-261-1/+0
|\
| * Missing assert removal from sdsIncrLen()Mariano Pérez Rodríguez2014-08-251-1/+0
|/
* Use modern typedef form in cluster.h.antirez2014-08-251-5/+4
* No longer useful assert removed from sdsIncrLen().antirez2014-08-251-1/+0
* Merge branch '1906-merge' into unstableantirez2014-08-2547-197/+375
|\
| * Fix redis-benchmark abort output1906-mergeMatt Stancliff2014-08-251-1/+1
| * Deny CLIENT command in scriptsMatt Stancliff2014-08-251-1/+1
| * redis-benchmark: Remove unused bufferMatt Stancliff2014-08-251-9/+0
| * redis-benchmark: add auth optionCharSyam2014-08-251-0/+14
| * Rename two 'buf' vars to 'ip' for better clarityMatt Stancliff2014-08-251-5/+5
| * Sentinel: fix bufsize to support IPv6 addressEiichi Sato2014-08-251-2/+2
| * Use correct github url to find commands.jsonJan-Erik Rediger2014-08-251-1/+1
| * Stop tests from leaving a black backgroundMariano Pérez Rodríguez2014-08-251-1/+1
| * Sentinel: Reject config from STDINMatt Stancliff2014-08-251-0/+7
| * Cluster: Fix segfault if cluster config corruptMatt Stancliff2014-08-251-3/+7
| * Fix memory leak in cluster config parsingMatt Stancliff2014-08-181-0/+1
| * Remove unused global variableMatt Stancliff2014-08-181-1/+0
| * Fix invalid expire error for SET family commands.antirez2014-08-181-1/+1
| * Remove unused functionCong Ding2014-08-181-6/+0
| * Extend range of bytesToHuman to TB and PBDavid Palm2014-08-181-0/+9
| * Add error check for writing RDB checksumyoav2014-08-181-1/+1
| * redis-cli: fix prompt after shutdown commandDov Murik2014-08-181-1/+4
| * Clarify argument to dict macroxiaoyu2014-08-181-1/+1
| * Clarify existing slot wording on cluster startMatt Stancliff2014-08-181-6/+5
| * Remove warnings and improve integer sign correctness.antirez2014-08-1317-48/+66
| * Add -W to compilation flags.antirez2014-08-131-1/+1
| * Use unsigned integers in SDS header.antirez2014-08-134-9/+15
| * va_copy must be matched by va_endPieter Noordhuis2014-08-121-0/+1
| * Remove duplicate prototypes in redis.hcharsyam2014-08-121-3/+1