]> git.saurik.com Git - redis.git/history - src/anet.c
Redis 2.5.7 (2.6 RC1)
[redis.git] / src / anet.c
2012-04-11  Erik Dubbelboeradded explanation for the magic 511 backlog number
2012-03-09  antirezMerge conflicts resolved.
2012-03-07  antirezanetPeerToString() automatically populates ip/port...
2011-10-10  Salvatore SanfilippoMerge pull request #126 from florean/unstable
2011-10-10  Nathan FloreaAdded a config directive for a Unix socket mask
2011-05-10  antirezMerge branch 'unstable'
2011-04-21  antirezCLIENT LIST implemented
2011-01-07  antirezMerge branch 'unstable' of github.com:antirez/redis...
2011-01-05  antirezMerge remote branch 'pietern/writev-unstable' into...
2011-01-05  Pieter NoordhuisRemove newlines for networking errors
2010-11-26  Pieter NoordhuisMerge remote branch 'visionmedia/cli-help' into cli...
2010-11-02  antirezMerge remote branch 'pietern/unixsocket'
2010-10-13  Pieter NoordhuisMerge master with resolved conflict in src/redis-cli.c
2010-10-13  Pieter Noordhuissockaddr_un.sun_path appears to never hold anything...
2010-10-13  Pieter NoordhuisUse different accept handlers for TCP and unix socket...
2010-10-13  Pieter NoordhuisMove creating socket/bind+listen on socket to separate...
2010-08-01  Pieter NoordhuisSupport for Redis to listen on a Unix socket
2010-07-02  Pieter Noordhuismerged intset code into the split files
2010-07-01  antirezMerged with split
2010-07-01  antirezredis.c split into many different C files.