Commit Graph

24 Commits (d42c303f7183831df3a6e7f7fac0a73286ddd45c)

Author SHA1 Message Date
Felix von Leitner 2e87886163 further Windoze support (test/io5.c works, gatling still doesn't)
This is just to get gatling to work, I may remove it again after
    that.
2005-09-09 22:12:23 +00:00
Felix von Leitner 4653054e12 add -D_REENTRANT to CFLAGS so libowfat can be used in multi-threaded
programs
2005-09-02 21:11:58 +00:00
Felix von Leitner a811de95f1 fix openbsd problem? 2005-02-04 19:04:12 +00:00
Felix von Leitner 645ecc0632 add iob_write (to write an io batch through a callback) 2004-11-25 22:55:46 +00:00
Felix von Leitner 71cbad0f60 work around broken Linux sendfile API (offset 64-bit but count 32-bit) 2004-05-08 12:52:22 +00:00
Felix von Leitner 0da1c0902d fix bug in mmap code path of io_sendfile (David Leadbeater) 2004-03-24 14:02:00 +00:00
Felix von Leitner 5617c437b8 add some man pages 2004-02-27 17:04:02 +00:00
Felix von Leitner 4f27d99c9d speculative pre-emptive freebsd 4 compatibility ;) 2004-02-21 17:27:42 +00:00
Felix von Leitner bfe7592705 the mmap+write version of io_sendfile sent too much at the end and/or
went into an infinite loop sometimes.
2004-01-26 01:17:39 +00:00
Felix von Leitner 1e6cd7dc5c actually check in AIX sendfile code 2004-01-14 01:11:49 +00:00
Felix von Leitner 81f97d85b7 integrate Linux sendfile into trysendfile.c infrastructure
first stab at AIX 5 sendfile support
2004-01-12 22:09:41 +00:00
Felix von Leitner e8c96ef3a7 macos x support 2004-01-08 17:11:08 +00:00
Felix von Leitner 9a765ad112 Support Solaris 9 sendfile 2004-01-08 16:34:47 +00:00
Felix von Leitner 2edb9fb227 #define _LARGEFILE64_SOURCE 2004-01-08 15:11:13 +00:00
Felix von Leitner d8c2458342 support HP-UX sendfile (thanks Rolf Eike Beer) 2004-01-08 15:07:40 +00:00
Felix von Leitner 00d584a650 sendfile 2004-01-07 19:05:36 +00:00
Felix von Leitner 5c92fb9e03 make sure the mmap based io_sendfile actually works (and terminates) 2003-11-24 04:12:07 +00:00
Felix von Leitner fe36b75750 oops, left debug #undef in 2003-11-15 00:12:22 +00:00
Felix von Leitner 5e4484722d use mmap on BSD without sendfile 2003-11-15 00:11:24 +00:00
Felix von Leitner 9779356803 forgot to include <unistd.h> 2003-10-06 02:03:43 +00:00
Felix von Leitner ae7d49ef7f remove warning 2003-10-06 01:55:49 +00:00
Felix von Leitner 320673aff8 make BSD sendfile optional (NetBSD doesn't have it) 2003-10-06 01:54:49 +00:00
Felix von Leitner 2d27cd435b harmonize semantics of io_sendfile and iob_send 2003-09-19 15:26:00 +00:00
Felix von Leitner ffbd0f895b add io_sendfile with BSD support 2003-09-08 17:36:31 +00:00