This website requires JavaScript.
Explore
Help
Sign In
gvsafronov
/
futriix
Watch
1
Star
0
Fork
0
You've already forked futriix
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
2,581
Commits
1
Branch
0
Tags
Commit Graph
3 Commits
Author
SHA1
Message
Date
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
06c356d912
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
ce9195ad16
Abstract file/buffer I/O to support in-memory serialization
2011-05-13 17:31:00 +02:00