summaryrefslogtreecommitdiff
path: root/src/rio.h
Commit message (Expand)AuthorAgeFilesLines
* 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