antirez
|
f846ddf3ed
|
Fixed a few warnings compiling on Linux.
|
2011-10-23 10:57:01 +02:00 |
|
antirez
|
3ad12623d4
|
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
|
596ac8715e
|
make sure to return just 1 for rio.c write when the target is a buffer, as we do when the target is a file.
|
2011-09-22 15:54:08 +02:00 |
|
Pieter Noordhuis
|
ce9195ad16
|
Abstract file/buffer I/O to support in-memory serialization
|
2011-05-13 17:31:00 +02:00 |
|