]> git.saurik.com Git - redis.git/history - src/redis.c
sockaddr_un.sun_path appears to never hold anything after accept()
[redis.git] / src / redis.c
2010-10-13  Pieter NoordhuisUse different accept handlers for TCP and unix socket...
2010-10-13  Pieter NoordhuisRemove disabling TCP with port -1
2010-10-13  Pieter NoordhuisRename variable sockpath to unixsocket
2010-08-03  Pieter NoordhuisChange initialization to allow listening on both a...
2010-08-01  Pieter NoordhuisSupport for Redis to listen on a Unix socket
2010-07-27  antirezSTRLEN command implemented
2010-07-27  antirezuse the function deprecated attribute if compiling...
2010-07-22  antirezdon't open/close log file if log level is not matched
2010-07-22  antirezdon't use object sharing inside I/O threads, as a fix...
2010-07-01  antirezCompilation fixed on Linux after the source code split
2010-07-01  antirezMerged with split
2010-07-01  antirezredis.c split into many different C files.