antirez
|
2e449d42e0
|
Fixed typo in rio.h, simgle -> single.
|
2013-07-16 15:43:41 +02:00 |
|
yoav
|
9f6f436a51
|
Chunked loading of RDB to prevent redis from stalling reading very large keys.
|
2013-07-16 15:41:59 +02:00 |
|
antirez
|
5276996cf1
|
rio.c: added ability to fdatasync() from time to time while writing.
|
2013-04-24 10:26:58 +02:00 |
|
antirez
|
d83d72f380
|
Make rio.c comment 80-columns friendly.
|
2013-04-03 12:41:27 +02:00 |
|
antirez
|
8ddb23b90c
|
BSD license added to every C source and header file.
|
2012-11-08 18:34:04 +01:00 |
|
antirez
|
336ba6a152
|
Make inline functions rioRead/Write/Tell static. This fixes issue #447.
|
2012-04-11 12:03:25 +02:00 |
|
antirez
|
1bcb45d118
|
Fixed compilation of new rio.c changes (typos and so forth.)
|
2012-04-10 16:26:52 +02:00 |
|
antirez
|
b4b923b04b
|
Add checksum computation to rio.c
|
2012-04-10 16:26:45 +02:00 |
|
antirez
|
f96a8a8054
|
rioInitWithFile nad rioInitWithBuffer functions now take a rio structure pointer to avoid copying a structure to return value to the caller.
|
2011-09-22 16:00:40 +02:00 |
|
antirez
|
4c0462972e
|
comment on top of the _rio structure modified for correctness as actually fwrite/fread semantics is different in general, but was 0/1 in our old usage before rio.c as we always used 1 as number items, and the actual number of bytes to read as item length.
|
2011-09-22 15:47:48 +02:00 |
|
Pieter Noordhuis
|
2e4b0e7727
|
Abstract file/buffer I/O to support in-memory serialization
|
2011-05-13 17:31:00 +02:00 |
|