summaryrefslogtreecommitdiff
path: root/src/anet.c
Commit message (Expand)AuthorAgeFilesLines
...
* sockaddr_un.sun_path appears to never hold anything after accept()Pieter Noordhuis2010-10-131-5/+1
* Use different accept handlers for TCP and unix socket connectionsPieter Noordhuis2010-10-131-7/+26
* Move creating socket/bind+listen on socket to separate functionsPieter Noordhuis2010-10-131-44/+43
* Support for Redis to listen on a Unix socketPieter Noordhuis2010-08-011-0/+63
* redis.c split into many different C files.antirez2010-07-011-0/+270