summaryrefslogtreecommitdiff
path: root/src/syncio.c
Commit message (Expand)AuthorAgeFilesLines
* syncReadLine(): actually enforce buffer size limits.antirez2014-10-161-0/+1
* No more trailing spaces in Redis source code.antirez2014-06-261-1/+1
* syncio.c read / write functions reworked for correctness and performance.antirez2012-05-021-14/+28
* Better syncio.c with millisecond resolution.antirez2012-03-311-16/+45
* Use rio.h functions in aof.cPieter Noordhuis2011-05-141-67/+0
* Cluster branch merged to unstable.antirez2011-03-291-0/+14
* more generally usable i/o functions moved to syncio.cantirez2010-10-251-6/+62
* synchronous I/O networking functions originally used just for replication ref...antirez2010-10-241-0/+98