libgit2/include/git
Shawn O. Pearce 3e9e69098a Redefine git_fread, git_fwrite to transfer the whole unit
We never want to accept a short read or a short write when
transferring data to or from a local file.

Either the entire read (or write) completes or the operation
failed and we will not recover gracefully from it.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
2008-11-03 18:43:04 -08:00
..
os Redefine git_fread, git_fwrite to transfer the whole unit 2008-11-03 18:43:04 -08:00
commit.h Create a micro abstraction around the POSIX file APIs 2008-11-01 16:53:06 -07:00
common.h Add git_oid_cpy, git_oid_cmp as inline functions 2008-11-03 18:43:04 -08:00
config.h.in Create a micro abstraction around the POSIX file APIs 2008-11-01 16:53:06 -07:00
odb.h Correct indentation in git/odb.h 2008-11-03 18:40:06 -08:00
oid.h Add git_oid_cpy, git_oid_cmp as inline functions 2008-11-03 18:43:04 -08:00
revwalk.h Switch the license from BSD to GPL+libgcc exception 2008-11-01 15:55:47 -07:00