]> git.saurik.com Git - redis.git/history - src/anet.c
Four new persistence fields in INFO. A few renamed.
[redis.git] / src / anet.c
2012-05-04  Salvatore SanfilippoMerge pull request #494 from quiver/init-fixes
2012-04-23  Salvatore SanfilippoMerge pull request #421 from ErikDubbelboer/sds-const
2012-04-21  Salvatore SanfilippoMerge pull request #440 from ErikDubbelboer/spelling
2012-04-21  Salvatore SanfilippoMerge pull request #414 from chobits/unstable
2012-04-13  antirezMerge branch 'strict.lua' into unstable
2012-04-11  Salvatore SanfilippoMerge pull request #449 from ErikDubbelboer/unstable
2012-04-11  Erik Dubbelboeradded explanation for the magic 511 backlog number
2012-03-24  antirezMerge remote-tracking branch 'origin/unstable' into...
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.