summaryrefslogtreecommitdiff
path: root/src/rio.c
Commit message (Expand)AuthorAgeFilesLines
* Use fflush() before fsync() in rio.c.antirez2014-01-221-0/+1
* Chunked loading of RDB to prevent redis from stalling reading very large keys.yoav2013-07-161-0/+4
* rio.c: added ability to fdatasync() from time to time while writing.antirez2013-04-241-1/+30
* Introduced the Build ID in INFO and --version output.antirez2012-11-291-2/+1
* BSD license added to every C source and header file.antirez2012-11-081-3/+36
* Fixed compilation of new rio.c changes (typos and so forth.)antirez2012-04-091-1/+3
* Add checksum computation to rio.cantirez2012-04-091-0/+10
* rio.c file somewhat documented so that the casual reader can understand what'...antirez2012-04-091-0/+18
* Fixed a few warnings compiling on Linux.antirez2011-10-231-0/+2
* rioInitWithFile nad rioInitWithBuffer functions now take a rio structure poin...antirez2011-09-221-9/+8
* make sure to return just 1 for rio.c write when the target is a buffer, as we...antirez2011-09-221-2/+2
* Abstract file/buffer I/O to support in-memory serializationPieter Noordhuis2011-05-131-0/+106