summaryrefslogtreecommitdiff
path: root/src/rio.h
Commit message (Expand)AuthorAgeFilesLines
* Reclaim page cache of RDB file (#11248)Tian2023-02-121-0/+2
* Adds isolated netstats for replication. (#10062)DarrenJiang132022-05-311-1/+6
* diskless replication rdb transfer uses pipe, and writes to sockets form the p...Oran Agra2019-10-071-8/+6
* TLS: Connections refactoring and TLS support.Yossi Gottlieb2019-10-071-11/+12
* Rio: fix flag name, function is never used btw.antirez2019-09-041-1/+1
* Rio: when in error condition avoid doing the operation.antirez2019-07-171-0/+2
* Rio: remember read/write error conditions.antirez2019-07-171-5/+28
* diskless replication on slave side (don't store rdb to file), plus some other...Oran Agra2019-07-081-0/+10
* fix processing of large bulks (above 2GB)Oran Agra2017-12-291-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