summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Redis 2.7.102 (2.8 Release Candidate 2).2.8.0-rc2antirez2013-07-302-1/+12
* Test: regression test for issue #1221.antirez2013-07-291-0/+38
* Fix replicationFeedSlaves() off-by-one bug.antirez2013-07-281-2/+2
* Remove dead variable bothsds from object.c.antirez2013-07-281-3/+0
* Use latest sds.c in the hiredis library under deps.antirez2013-07-254-120/+422
* Ignore sdsrange return value.antirez2013-07-241-2/+2
* sdsrange() does not need to return a value.antirez2013-07-244-10/+9
* Inline protocol improved to accept quoted strings.antirez2013-07-241-2/+4
* Every function inside sds.c is now commented.antirez2013-07-231-7/+145
* Merge remote-tracking branch 'origin/2.8' into 2.8antirez2013-07-191-9/+9
|\
| * Merge pull request #1203 from ronnix/patch-1Salvatore Sanfilippo2013-07-181-9/+9
| |\
| | * Fix a few typos in release notesRonan Amicel2013-07-181-9/+9
| |/
* | Fixed typo in 2.8 release notes.antirez2013-07-181-2/+2
|/
* Redis 2.7.101 (2.8 Release Candidate 1).2.8.0-rc1antirez2013-07-186-1070/+94
* addReplyDouble(): format infinite in a libc agnostic way.antirez2013-07-171-3/+10
* Fixed typo in rio.h, simgle -> single.antirez2013-07-161-1/+1
* Chunked loading of RDB to prevent redis from stalling reading very large keys.yoav2013-07-165-15/+45
* Make sure that ZADD can accept the full range of double values.antirez2013-07-161-2/+6
* Make sure the log standardizes on 'timeout'Ted Nyman2013-07-121-1/+1
* Use the environment locale for strcoll() collation.antirez2013-07-121-0/+2
* SORT ALPHA: use collation instead of binary comparison.antirez2013-07-122-3/+15
* Fixed compareStringObject() and introduced collateStringObject().antirez2013-07-122-8/+34
* Wrap IPv6 in brackets in the prompt.Jan-Erik Rediger2013-07-121-1/+2
* Sentinel: embed IPv6 address into [] when naming slave/sentinel instance.antirez2013-07-111-2/+6
* Sentinel: use comma as separator to publish hello messages.antirez2013-07-111-3/+6
* hiredis: minimal IPv6 support.antirez2013-07-111-2/+10
* Sentinel: make sure published addr/id buffer is large enough.antirez2013-07-111-1/+1
* anet.c: save some vertical space.antirez2013-07-111-10/+3
* anet.c: use SO_REUSEADDR when creating listening sockets.antirez2013-07-111-5/+3
* Use getClientPeerId() for MONITOR implementation.antirez2013-07-111-4/+4
* getClientPeerId() refactored into two functions.antirez2013-07-112-4/+13
* getClientPeerId() now reports errors.antirez2013-07-112-14/+14
* getClientPeerID introduced.antirez2013-07-112-7/+36
* All IP string repr buffers are now REDIS_IP_STR_LEN bytes.antirez2013-07-113-5/+4
* IPv6: bind IPv4 and IPv6 interfaces by default.antirez2013-07-112-2/+13
* Fix old anetPeerToString() API call in replication.cantirez2013-07-112-4/+2
* Revert "Document port6 and bind6 config options."antirez2013-07-111-2/+0
* Add IPv6 support to sentinel.c.Geoff Garside2013-07-112-5/+5
* Cleanup main() and BACKTRACE mistaken pulled while rebasing.Geoff Garside2013-07-111-0/+2
* Fix calls to anetPeerToString() missing buffer size.Geoff Garside2013-07-111-1/+1
* Document port6 and bind6 config options.Geoff Garside2013-07-111-0/+2
* Add anetTcp6Server() function.Geoff Garside2013-07-112-2/+16
* Add static anetV6Only() function.Geoff Garside2013-07-111-0/+10
* Change anetTcpGenericConnect to use AF_UNSPEC.Geoff Garside2013-07-111-1/+1
* Mark places that might want changing for IPv6.Geoff Garside2013-07-111-0/+1
* Expand ip char buffers which are too small for v6.Geoff Garside2013-07-111-2/+3
* Mark ip string buffers which could be reduced.Geoff Garside2013-07-111-1/+1
* Update anetPeerToString to handle AF_INET6 addrs.Geoff Garside2013-07-111-6/+20
* Update anetTcpAccept to handle AF_INET6 addresses.Geoff Garside2013-07-111-3/+10
* Update anetResolve to resolve AF_INET6 as well.Geoff Garside2013-07-111-4/+6