antirez
|
4365e5b2d3
|
BSD license added to every C source and header file.
|
2012-11-08 18:31:32 +01:00 |
|
antirez
|
c44ab51da1
|
Make inline functions rioRead/Write/Tell static. This fixes issue #447.
|
2012-04-11 11:58:32 +02:00 |
|
antirez
|
8491f1d9fd
|
Fixed compilation of new rio.c changes (typos and so forth.)
|
2012-04-09 12:36:44 +02:00 |
|
antirez
|
736b7c3f04
|
Add checksum computation to rio.c
|
2012-04-09 12:33:09 +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 |
|