summaryrefslogtreecommitdiff
path: root/src/syncio.c
Commit message (Expand)AuthorAgeFilesLines
* syncWithMaster(): non blocking state machine.statemachineantirez2015-08-061-12/+4
* Fix synchronous readline "\n" handling.antirez2015-08-051-0/+3
* PSYNC initial offset fix.antirez2015-08-041-4/+9
* RDMF: more names updated.antirez2015-07-271-5/+5
* RDMF (Redis/Disque merge friendlyness) refactoring WIP 1.antirez2015-07-261-1/+1
* 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