Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Remove newlines for networking errors | Pieter Noordhuis | 2011-01-05 | 1 | -15/+15 | |
| | ||||||
* | sockaddr_un.sun_path appears to never hold anything after accept() | Pieter Noordhuis | 2010-10-13 | 1 | -5/+1 | |
| | ||||||
* | Use different accept handlers for TCP and unix socket connections | Pieter Noordhuis | 2010-10-13 | 1 | -7/+26 | |
| | ||||||
* | Move creating socket/bind+listen on socket to separate functions | Pieter Noordhuis | 2010-10-13 | 1 | -44/+43 | |
| | | | | Thanks to tav (http://github.com/tav) for original code. | |||||
* | Support for Redis to listen on a Unix socket | Pieter Noordhuis | 2010-08-01 | 1 | -0/+63 | |
| | ||||||
* | redis.c split into many different C files. | antirez | 2010-07-01 | 1 | -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 |