summaryrefslogtreecommitdiff
path: root/src/rio.h
Commit message (Expand)AuthorAgeFilesLines
* Fixed typo in rio.h, simgle -> single.antirez2013-07-161-1/+1
* Chunked loading of RDB to prevent redis from stalling reading very large keys.yoav2013-07-161-6/+25
* rio.c: added ability to fdatasync() from time to time while writing.antirez2013-04-241-0/+3
* Make rio.c comment 80-columns friendly.antirez2013-04-031-4/+5
* BSD license added to every C source and header file.antirez2012-11-081-0/+31
* Make inline functions rioRead/Write/Tell static. This fixes issue #447.antirez2012-04-111-3/+3
* Fixed compilation of new rio.c changes (typos and so forth.)antirez2012-04-091-3/+3
* Add checksum computation to rio.cantirez2012-04-091-2/+31
* rioInitWithFile nad rioInitWithBuffer functions now take a rio structure poin...antirez2011-09-221-2/+2
* comment on top of the _rio structure modified for correctness as actually fwr...antirez2011-09-221-2/+3
* Abstract file/buffer I/O to support in-memory serializationPieter Noordhuis2011-05-131-0/+39