summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Update calls to anetResolve to include buffer sizeGeoff Garside2013-07-111-1/+1
* Update calls to anetPeerToString to include ip_len.Geoff Garside2013-07-112-3/+3
* Add macro to define clusterNode.ip buffer size.Geoff Garside2013-07-111-0/+1
* Update anetTcpAccept & anetPeerToString calls.Geoff Garside2013-07-111-3/+3
* Use inet_ntop(3) in anet. #apichangeGeoff Garside2013-07-112-8/+8
* Use getaddrinfo(3) in a anetTcpServer.Geoff Garside2013-07-111-13/+27
* Use getaddrinfo(3) in anetTcpGenericConnect.Geoff Garside2013-07-111-23/+37
* Add anetSetReuseAddr(err, fd) static function.Geoff Garside2013-07-111-3/+14
* Use getaddrinfo(3) in anetResolve. #apichangeGeoff Garside2013-07-112-13/+17
* Example redis.conf: bind to multiple interfaces documented.antirez2013-07-081-2/+7
* Remove cluster stuff from closeListeningSockets() for 2.8.antirez2013-07-081-2/+0
* Binding multiple IPs done properly with multiple sockets.antirez2013-07-084-22/+59
* Revert "anet.c: Allow creation of TCP listening sockets bound to N addresses."antirez2013-07-082-16/+9
* Ability to bind multiple addresses.antirez2013-07-083-8/+43
* anet.c: Allow creation of TCP listening sockets bound to N addresses.antirez2013-07-082-9/+16
* sds.c: new function sdsjoin() to join strings.antirez2013-07-082-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
* fix randstring bugcharsyam2013-07-021-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-07-013-4/+34
* ae.c event loop: API to resize the fd set size on the run.antirez2013-07-016-1/+57
* Allow SHUTDOWN in loading state.antirez2013-06-272-1/+7
* Redis 2.7.3antirez2013-06-261-1/+1
* function renamed: popcount_binary -> redisPopcount.antirez2013-06-262-2/+3
* Don't disconnect pre PSYNC replication clients for timeout.antirez2013-06-262-0/+7
* Test: add some AOF testing to EVALSHA replication test.antirez2013-06-261-0/+17
* Flush the replication script cache after SCRIPT FLUSH.antirez2013-06-261-0/+1
* Test: EVALSHA replication.antirez2013-06-261-0/+50
* Test: randomInt() behavior commented.antirez2013-06-261-0/+2
* Test: replication-3 test speedup in master-slave setup.antirez2013-06-261-3/+6
* Force propagation of SCRIPT LOAD to AOF.antirez2013-06-261-1/+1
* SCRIPT FLUSH comment minor pedantic improvement.antirez2013-06-261-1/+1
* Move Replication Script Cache initialization in safer place.antirez2013-06-262-4/+1
* Use the RSC to replicate EVALSHA unmodified.antirez2013-06-265-22/+60
* Replication of scripts as EVALSHA: sha1 caching implemented.antirez2013-06-263-1/+96
* New API to force propagation.antirez2013-06-264-5/+34
* Allow PUBSUB NUMSUB without channels.antirez2013-06-261-2/+2
* PUBSUB command implemented.antirez2013-06-263-0/+49
* Fix comment typo in integration/aof.tcl.antirez2013-06-261-1/+1
* don't assume time_t == longYAMAMOTO Takashi2013-06-262-24/+24
* use nanosleep instead of usleepYAMAMOTO Takashi2013-06-261-1/+4
* rename popcount to popcount_binary to avoid a conflict with NetBSD libcYAMAMOTO Takashi2013-06-261-2/+2
* don't define _XOPEN_SOURCE for NetBSDYAMAMOTO Takashi2013-06-261-2/+6
* Initialize char* to NULL to remove compiler warningJan-Erik Rediger2013-06-201-2/+2
* Sentinel: parse new INFO replication output correctly.antirez2013-06-201-8/+21
* Test: regression test for #1163.antirez2013-06-191-0/+17