summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* sds.c: new function sdsjoin() to join strings.antirez2013-07-042-0/+14
* redis-cli: introduced --pipe-timeout.antirez2013-07-031-25/+49
* redis-cli --pipe: send final ECHO in a safer way.antirez2013-07-031-2/+6
* pqsort.c: remove the "switch to insertion sort" optimization.antirez2013-07-021-12/+1
* Merge pull request #776 from charsyam/ziplist-bugSalvatore Sanfilippo2013-07-021-1/+2
|\
| * fix randstring bugcharsyam2012-11-201-1/+2
* | Only allow basenames for dbfilename and appendfilename.antirez2013-07-021-0/+12
* | pathIsBaseName() added to utils.cantirez2013-07-022-0/+9
* | getAbsolutePath() moved into utils.cantirez2013-07-023-52/+55
* | CONFIG SET maxclients.antirez2013-06-283-4/+34
* | ae.c event loop: API to resize the fd set size on the run.antirez2013-06-286-1/+57
* | Allow SHUTDOWN in loading state.antirez2013-06-272-1/+7
* | function renamed: popcount_binary -> redisPopcount.antirez2013-06-262-3/+3
* | Merge pull request #1111 from yamt/netbsd3Salvatore Sanfilippo2013-06-266-30/+37
|\ \
| * | don't assume time_t == longYAMAMOTO Takashi2013-05-172-24/+24
| * | use nanosleep instead of usleepYAMAMOTO Takashi2013-05-171-1/+4
| * | rename popcount to popcount_binary to avoid a conflict with NetBSD libcYAMAMOTO Takashi2013-05-172-3/+3
| * | don't define _XOPEN_SOURCE for NetBSDYAMAMOTO Takashi2013-05-171-2/+6
* | | Don't disconnect pre PSYNC replication clients for timeout.antirez2013-06-262-0/+7