summaryrefslogtreecommitdiff
path: root/src/anet.c
Commit message (Collapse)AuthorAgeFilesLines
...
* Remove newlines for networking errorsPieter Noordhuis2011-01-051-15/+15
|
* 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
| | | | Thanks to tav (http://github.com/tav) for original code.
* 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
networking related stuff moved into networking.c moved more code more work on layout of source code SDS instantaneuos memory saving. By Pieter and Salvatore at VMware ;) cleanly compiling again after the first split, now splitting it in more C files moving more things around... work in progress split replication code splitting more Sets split Hash split replication split even more splitting more splitting minor change