summaryrefslogtreecommitdiff
path: root/src/rio.h
Commit message (Expand)AuthorAgeFilesLines
* fix processing of large bulks (above 2GB)Oran Agra2018-01-181-1/+1
* Modules: support for modules native data types.antirez2016-06-031-0/+3
* various cleanups and minor fixesOran Agra2016-04-251-0/+2
* Diskless replication: rio fdset target new supports buffering.antirez2014-10-171-0/+6
* rio.c fdset target: tolerate (and report) a subset of FDs in error.antirez2014-10-141-1/+2
* rio.c: draft implementation of fdset target implemented.antirez2014-10-101-0/+9
* 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