libowfat/io
Felix von Leitner 8853a842f1 test for pread and use it instead of lseek+read in cdb and io_mmapwritefile 2016-06-23 19:42:13 +00:00
..
io_appendfile.3 add io_readwritefile, io_appendfile 2004-05-10 20:08:38 +00:00
io_appendfile.c add io_readwritefile, io_appendfile 2004-05-10 20:08:38 +00:00
io_block.3 add io_block 2006-04-17 05:07:43 +00:00
io_block.c switch io_fds from array to newly implemented (hopefully thread-safe) iarray 2014-04-04 18:11:03 +00:00
io_canread.3 add some man pages 2004-02-27 17:04:02 +00:00
io_canread.c revert edge triggering epoll; it had reliability and fairness issues and 2014-08-28 19:03:57 +00:00
io_canwrite.3 add some man pages 2004-02-27 17:04:02 +00:00
io_canwrite.c revert edge triggering epoll; it had reliability and fairness issues and 2014-08-28 19:03:57 +00:00
io_check.3 add some man pages 2004-02-27 17:04:02 +00:00
io_check.c remove superfluous #includes 2003-10-31 23:34:40 +00:00
io_close.3 add some man pages 2004-02-27 17:04:02 +00:00
io_close.c switch io_fds from array to newly implemented (hopefully thread-safe) iarray 2014-04-04 18:11:03 +00:00
io_closeonexec.3 add some man pages 2004-02-27 17:04:02 +00:00
io_closeonexec.c broken lose32 port using mingw (don't use!!!) 2003-11-06 20:47:59 +00:00
io_createfile.3 add io_readwritefile, io_appendfile 2004-05-10 20:08:38 +00:00
io_createfile.c experimental io_batch implementation 2003-09-08 20:29:39 +00:00
io_debugstring.c include <foo> -> include "foo" 2016-03-17 11:13:23 +00:00
io_dontwantread.3 add some man pages 2004-02-27 17:04:02 +00:00
io_dontwantread.c revert edge triggering epoll; it had reliability and fairness issues and 2014-08-28 19:03:57 +00:00
io_dontwantwrite.3 add some man pages 2004-02-27 17:04:02 +00:00
io_dontwantwrite.c revert edge triggering epoll; it had reliability and fairness issues and 2014-08-28 19:03:57 +00:00
io_eagain.3 add some man pages 2004-02-27 17:04:02 +00:00
io_eagain.c hopefully fix the infinite loop in gatling 2014-10-19 01:52:36 +00:00
io_eagain_read.c hopefully fix the infinite loop in gatling 2014-10-19 01:52:36 +00:00
io_eagain_write.c hopefully fix the infinite loop in gatling 2014-10-19 01:52:36 +00:00
io_fd.3 document return values correctly 2004-03-06 10:27:44 +00:00
io_fd.c add io_fd_flags so the caller can tell io_fd whether the socket is blocking 2014-10-09 09:02:28 +00:00
io_fd_canwrite.3 hopefully fix the infinite loop in gatling 2014-10-19 01:52:36 +00:00
io_fd_flags.3 hopefully fix the infinite loop in gatling 2014-10-19 01:52:36 +00:00
io_finishandshutdown.3 add some man pages 2004-02-27 17:04:02 +00:00
io_finishandshutdown.c switch io_fds from array to newly implemented (hopefully thread-safe) iarray 2014-04-04 18:11:03 +00:00
io_getcookie.3 add some man pages 2004-02-27 17:04:02 +00:00
io_getcookie.c switch io_fds from array to newly implemented (hopefully thread-safe) iarray 2014-04-04 18:11:03 +00:00
io_mmapwritefile.c test for pread and use it instead of lseek+read in cdb and io_mmapwritefile 2016-06-23 19:42:13 +00:00
io_nonblock.3 add some man pages 2004-02-27 17:04:02 +00:00
io_nonblock.c switch io_fds from array to newly implemented (hopefully thread-safe) iarray 2014-04-04 18:11:03 +00:00
io_passfd.3 actually return 0 on success in io_passfd 2004-05-13 12:40:09 +00:00
io_passfd.c get rid of warning 2010-01-19 02:44:06 +00:00
io_pipe.3 add some man pages 2004-02-27 17:04:02 +00:00
io_pipe.c better error handling 2004-02-27 14:50:28 +00:00
io_readfile.3 add io_readwritefile, io_appendfile 2004-05-10 20:08:38 +00:00
io_readfile.c experimental io_batch implementation 2003-09-08 20:29:39 +00:00
io_readwritefile.3 add io_readwritefile, io_appendfile 2004-05-10 20:08:38 +00:00
io_readwritefile.c add io_readwritefile, io_appendfile 2004-05-10 20:08:38 +00:00
io_receivefd.3 add some man pages 2004-02-27 17:04:02 +00:00
io_receivefd.c only try to receive one byte to avoid discarding data 2010-10-06 17:33:25 +00:00
io_sendfile.3 add some man pages 2004-02-27 17:04:02 +00:00
io_sendfile.c it turns out you don't need -1/EGAIN to know edge triggering told you 2014-06-05 19:17:24 +00:00
io_setcookie.3 add some man pages 2004-02-27 17:04:02 +00:00
io_setcookie.c switch io_fds from array to newly implemented (hopefully thread-safe) iarray 2014-04-04 18:11:03 +00:00
io_sigpipe.c add iob_free and man page for iob_reset. 2005-03-08 14:56:36 +00:00
io_socketpair.3 add some man pages 2004-02-27 17:04:02 +00:00
io_socketpair.c add iob_free and man page for iob_reset. 2005-03-08 14:56:36 +00:00
io_timedout.c hopefully fix the infinite loop in gatling 2014-10-19 01:52:36 +00:00
io_timeout.3 make io_timeout clearer 2007-01-10 14:14:30 +00:00
io_timeout.c switch io_fds from array to newly implemented (hopefully thread-safe) iarray 2014-04-04 18:11:03 +00:00
io_timeouted.3 add some man pages 2004-02-27 17:04:02 +00:00
io_timeouted.c finish epoll move to edge triggering 2014-05-08 04:25:42 +00:00
io_tryread.3 add some man pages 2004-02-27 17:04:02 +00:00
io_tryread.c hopefully fix the infinite loop in gatling 2014-10-19 01:52:36 +00:00
io_tryreadtimeout.3 add some man pages 2004-02-27 17:04:02 +00:00
io_tryreadtimeout.c switch io_fds from array to newly implemented (hopefully thread-safe) iarray 2014-04-04 18:11:03 +00:00
io_trywrite.3 add some man pages 2004-02-27 17:04:02 +00:00
io_trywrite.c hopefully fix the infinite loop in gatling 2014-10-19 01:52:36 +00:00
io_trywritetimeout.3 add some man pages 2004-02-27 17:04:02 +00:00
io_trywritetimeout.c switch io_fds from array to newly implemented (hopefully thread-safe) iarray 2014-04-04 18:11:03 +00:00
io_wait.3 add more man pages 2004-03-02 20:02:23 +00:00
io_wait.c remove superfluous #includes 2003-10-31 23:34:40 +00:00
io_waitread.3 add more man pages 2004-03-02 20:02:23 +00:00
io_waitread.c switch io_fds from array to newly implemented (hopefully thread-safe) iarray 2014-04-04 18:11:03 +00:00
io_waituntil.3 typo, found by Tino Reichardt 2005-01-07 16:15:16 +00:00
io_waituntil.c *duh* one extra zero 2003-11-11 19:50:42 +00:00
io_waituntil2.c include <foo> -> include "foo" 2016-03-17 11:13:23 +00:00
io_waitwrite.c switch io_fds from array to newly implemented (hopefully thread-safe) iarray 2014-04-04 18:11:03 +00:00
io_wantread.3 add some man pages 2004-02-27 17:04:02 +00:00
io_wantread.c revert to level triggering for epoll (forgot io_wantread) 2014-09-09 13:48:04 +00:00
io_wantwrite.3 add some man pages 2004-02-27 17:04:02 +00:00
io_wantwrite.c revert edge triggering epoll; it had reliability and fairness issues and 2014-08-28 19:03:57 +00:00
iob_addbuf.3 the iob calls return int, not void 2012-01-13 02:25:31 +00:00
iob_addbuf.c remove superfluous #includes 2003-10-31 23:34:40 +00:00
iob_addbuf_free.3 the iob calls return int, not void 2012-01-13 02:25:31 +00:00
iob_addbuf_free.c document the return value expected from the callback given to iob_write 2012-02-24 02:00:52 +00:00
iob_addbuf_internal.c use callback based infrastructure to reset iob's 2007-10-17 13:25:44 +00:00
iob_addbuf_munmap.c document the return value expected from the callback given to iob_write 2012-02-24 02:00:52 +00:00
iob_addfile.3 the iob calls return int, not void 2012-01-13 02:25:31 +00:00
iob_addfile.c use callback based infrastructure to reset iob's 2007-10-17 13:25:44 +00:00
iob_addfile_close.3 the iob calls return int, not void 2012-01-13 02:25:31 +00:00
iob_addfile_close.c document the return value expected from the callback given to iob_write 2012-02-24 02:00:52 +00:00
iob_adds.3 <io.h> -> <iob.h> 2004-03-02 22:41:34 +00:00
iob_adds.c add iob_adds 2003-09-10 00:28:51 +00:00
iob_adds_free.3 <io.h> -> <iob.h> 2004-03-02 22:41:34 +00:00
iob_adds_free.c make iob_reset actually free the buffers 2003-10-31 23:42:04 +00:00
iob_bytesleft.3 add iob_bytesleft 2006-12-19 13:19:32 +00:00
iob_bytesleft.c add iob_bytesleft 2006-12-19 13:19:32 +00:00
iob_free.3 remove cruft 2005-03-08 15:06:35 +00:00
iob_free.c add iob_free and man page for iob_reset. 2005-03-08 14:56:36 +00:00
iob_new.3 document error case 2005-03-08 13:54:36 +00:00
iob_new.c byte_zero the allocated io_batch in iob_new 2005-03-08 20:12:59 +00:00
iob_prefetch.3 <io.h> -> <iob.h> 2004-03-02 22:41:34 +00:00
iob_prefetch.c use callback based infrastructure to reset iob's 2007-10-17 13:25:44 +00:00
iob_reset.3 add iob_free and man page for iob_reset. 2005-03-08 14:56:36 +00:00
iob_reset.c document the return value expected from the callback given to iob_write 2012-02-24 02:00:52 +00:00
iob_send.3 <io.h> -> <iob.h> 2004-03-02 22:41:34 +00:00
iob_send.c a few missing headers and minor fixes 2015-09-06 18:01:02 +00:00
iob_write.3 document the return value expected from the callback given to iob_write 2012-02-24 02:00:52 +00:00
iob_write.c remove dead store 2015-04-10 23:18:47 +00:00