summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Sentinel: embed IPv6 address into [] when naming slave/sentinel instance.ipv6antirez2013-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-101-1/+1
* anet.c: save some vertical space.antirez2013-07-101-10/+3
* anet.c: use SO_REUSEADDR when creating listening sockets.antirez2013-07-101-5/+3
* Use getClientPeerId() for MONITOR implementation.antirez2013-07-091-4/+4
* getClientPeerId() refactored into two functions.antirez2013-07-092-4/+13
* getClientPeerId() now reports errors.antirez2013-07-092-14/+14
* getClientPeerID introduced.antirez2013-07-092-7/+36
* All IP string repr buffers are now REDIS_IP_STR_LEN bytes.antirez2013-07-094-6/+5
* IPv6: bind IPv4 and IPv6 interfaces by default.antirez2013-07-092-2/+13
* Fix old anetPeerToString() API call in replication.cantirez2013-07-082-4/+2
* Revert "Document port6 and bind6 config options."antirez2013-07-081-2/+0
* Add IPv6 support to sentinel.c.Geoff Garside2013-07-082-5/+5
* Cleanup main() and BACKTRACE mistaken pulled while rebasing.Geoff Garside2013-07-081-0/+2
* Fix calls to anetPeerToString() missing buffer size.Geoff Garside2013-07-081-1/+1
* Document port6 and bind6 config options.Geoff Garside2013-07-081-0/+2
* Add anetTcp6Server() function.Geoff Garside2013-07-082-2/+16
* Add static anetV6Only() function.Geoff Garside2013-07-081-0/+10
* Change anetTcpGenericConnect to use AF_UNSPEC.Geoff Garside2013-07-081-1/+1
* Mark places that might want changing for IPv6.Geoff Garside2013-07-082-0/+2
* Expand ip char buffers which are too small for v6.Geoff Garside2013-07-081-2/+3
* Mark ip string buffers which could be reduced.Geoff Garside2013-07-082-2/+2
* Update clusterCommand to handle AF_INET6 addressesGeoff Garside2013-07-081-3/+6
* Update node2IpString to handle AF_INET6 addresses.Geoff Garside2013-07-081-3/+10
* Update REDIS_CLUSTER_IPLEN to INET6_ADDRSTRLEN.Geoff Garside2013-07-081-1/+1
* Update anetPeerToString to handle AF_INET6 addrs.Geoff Garside2013-07-081-6/+20
* Update anetTcpAccept to handle AF_INET6 addresses.Geoff Garside2013-07-081-3/+10
* Update anetResolve to resolve AF_INET6 as well.Geoff Garside2013-07-081-4/+6
* Update calls to anetResolve to include buffer sizeGeoff Garside2013-07-081-1/+1
* Update calls to anetPeerToString to include ip_len.Geoff Garside2013-07-082-3/+3
* Add missing includes for getpeername.Geoff Garside2013-07-081-0/+2
* Add macro to define clusterNode.ip buffer size.Geoff Garside2013-07-082-3/+4
* Fix cluster.c inet_ntop use of sizeof(n->ip).Geoff Garside2013-07-081-2/+2
* Use inet_pton(3) in clusterCommand.Geoff Garside2013-07-081-1/+1
* Use inet_ntop(3) in nodeIp2String & clusterCommandGeoff Garside2013-07-081-2/+2
* Update anetTcpAccept & anetPeerToString calls.Geoff Garside2013-07-082-4/+4
* Use inet_ntop(3) in anet. #apichangeGeoff Garside2013-07-082-8/+8
* Use getaddrinfo(3) in a anetTcpServer.Geoff Garside2013-07-081-13/+27
* Use getaddrinfo(3) in anetTcpGenericConnect.Geoff Garside2013-07-081-23/+37
* Add anetSetReuseAddr(err, fd) static function.Geoff Garside2013-07-081-3/+14
* Use getaddrinfo(3) in anetResolve. #apichangeGeoff Garside2013-07-082-13/+17
* Example redis.conf: bind to multiple interfaces documented.antirez2013-07-081-2/+7
* Binding multiple IPs done properly with multiple sockets.antirez2013-07-055-31/+79
* Revert "Cluster: use new anet.c listening socket creation API."antirez2013-07-051-2/+1
* Revert "anet.c: Allow creation of TCP listening sockets bound to N addresses."antirez2013-07-052-16/+9
* Ability to bind multiple addresses.antirez2013-07-043-8/+43
* Cluster: use new anet.c listening socket creation API.antirez2013-07-041-1/+2
* anet.c: Allow creation of TCP listening sockets bound to N addresses.antirez2013-07-042-9/+16