Commit Graph

5 Commits (8d449d442ba633ca9944373d832916c727935f78)

Author SHA1 Message Date
leitner 760598ec2f #include <foo.h> -> #include <libowfat/foo.h>
leitner c2a2a15c12 document the return value expected from the callback given to iob_write
remove unused #include in iob_reset
if iob_addfile_close fails, it now closes the fd
if iob_addbuf_munmap fails, it now munmaps the buf
if iob_addbuf_free fails, it now frees the buf
some win32 cross-compile fixes for iarray
leitner bbf4c614bf fix iob_write to handle failure properly
document that the iob_write callback should limit itself
leitner bffb1dab90 mention prototype of io_write_callback
leitner 86cfc33dab add iob_write (send io batch through callback, e.g. for SSL)