summaryrefslogtreecommitdiff
path: root/src/rio.c
Commit message (Expand)AuthorAgeFilesLines
* RIO: improve comments and fix lines over 80 cols.antirez2017-12-131-13/+23
* Remove trailing spaces from #4491 code.antirez2017-12-111-2/+2
* diskless replication on slave side (don't store rdb to file), plus some other...Oran Agra2017-12-111-1/+108
* various cleanups and minor fixesOran Agra2016-04-251-2/+3
* RDMF: More consistent define names.antirez2015-07-271-5/+5
* RDMF: redisAssert -> serverAssert.antirez2015-07-261-1/+1
* RDMF (Redis/Disque merge friendlyness) refactoring WIP 1.antirez2015-07-261-1/+1
* Translate rio fdset target EWOULDBLOCK error into ETIMEDOUT.antirez2014-10-221-1/+8
* rio.c fdset write() method fixed: wrong type for return value.antirez2014-10-171-1/+1
* rio fdset target: handle short writes.antirez2014-10-171-2/+11
* Diskless replication: rio fdset target new supports buffering.antirez2014-10-171-1/+47
* rio.c fdset target: tolerate (and report) a subset of FDs in error.antirez2014-10-141-2/+20
* rio.c: draft implementation of fdset target implemented.antirez2014-10-101-0/+60
* rio.c refactoring before adding a new target.antirez2014-10-101-17/+24
* 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