]> git.saurik.com Git - redis.git/history - src/anet.c
CLIENT LIST implemented
[redis.git] / src / anet.c
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.