- 08 Nov, 2012 1 commit
-
-
antirez authored
-
- 10 Apr, 2012 3 commits
- 23 Oct, 2011 1 commit
-
-
antirez authored
-
- 22 Sep, 2011 2 commits
- 13 May, 2011 1 commit
-
-
Pieter Noordhuis authored
-
rio.c file somewhat documented so that the casual reader can understand what's going on without reading the code.
rioInitWithFile nad rioInitWithBuffer functions now take a rio structure pointer to avoid copying a structure to return value to the caller.
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.