leitner
|
9405f1271b
|
remove gcc4-only warning option
|
2005-05-03 12:14:29 +00:00 |
|
leitner
|
c874604f12
|
gcc 4 cleanups (mostly unsigned char* vs char*)
|
2005-04-23 15:50:16 +00:00 |
|
leitner
|
7cd919d333
|
silence two gcc warnings
|
2005-04-01 21:07:10 +00:00 |
|
leitner
|
11da04b651
|
fix descriptor leak in iob_addfile_close if the range was 0 (oops)
|
2005-03-11 18:34:34 +00:00 |
|
leitner
|
1205a3d38f
|
byte_zero the allocated io_batch in iob_new
|
2005-03-08 20:12:59 +00:00 |
|
leitner
|
882885fdff
|
remove cruft
|
2005-03-08 15:06:35 +00:00 |
|
leitner
|
9eb09b5bfe
|
add iob_free and man page for iob_reset.
check in some windoze compat crap (still does not compile through for
windoze)
|
2005-03-08 14:56:36 +00:00 |
|
leitner
|
e73c3e85f1
|
document error case
|
2005-03-08 13:54:36 +00:00 |
|
leitner
|
bbf4c614bf
|
fix iob_write to handle failure properly
document that the iob_write callback should limit itself
|
2005-02-22 21:41:57 +00:00 |
|
leitner
|
f4c8a0c7c2
|
fix openbsd problem?
|
2005-02-04 19:04:12 +00:00 |
|
leitner
|
fd4344f3c0
|
how could this ever have worked?
|
2005-01-23 02:45:42 +00:00 |
|
leitner
|
89c12ba545
|
typo, found by Tino Reichardt
|
2005-01-07 16:15:16 +00:00 |
|
leitner
|
b617d63d1e
|
update dependencies
add errmsg_info and msg
|
2004-12-25 16:44:07 +00:00 |
|
leitner
|
bffb1dab90
|
mention prototype of io_write_callback
|
2004-11-26 19:48:49 +00:00 |
|
leitner
|
86cfc33dab
|
add iob_write (send io batch through callback, e.g. for SSL)
|
2004-11-25 23:01:44 +00:00 |
|
leitner
|
b48ce77792
|
add iob_write (to write an io batch through a callback)
|
2004-11-25 22:55:46 +00:00 |
|
leitner
|
e95599085a
|
use madvise MADV_PREFETCH to implement iob_prefetch
|
2004-09-27 19:46:42 +00:00 |
|
leitner
|
f4108178f2
|
fix case where iob_send sends all from io batch, but then new data is
added and iob_send is called again
|
2004-07-21 16:35:31 +00:00 |
|
leitner
|
523f6f4765
|
cosmetics: use write instead of writev if there is only one buffer to
write (looks nicer in strace)
|
2004-07-21 16:00:47 +00:00 |
|
leitner
|
72382af11a
|
Solaris compatibility for io_passfd and io_receivefd (untested, but at
least it compiles)
|
2004-06-03 16:45:30 +00:00 |
|
leitner
|
1e871b1c32
|
actually return 0 on success in io_passfd
|
2004-05-13 12:40:09 +00:00 |
|
leitner
|
696c5f872c
|
add io_readwritefile, io_appendfile
|
2004-05-10 20:08:38 +00:00 |
|
leitner
|
11f0616cf3
|
work around broken Linux sendfile API (offset 64-bit but count 32-bit)
|
2004-05-08 12:52:22 +00:00 |
|
leitner
|
768a46e304
|
argh more bsd
|
2004-05-05 20:03:15 +00:00 |
|
leitner
|
a23757a317
|
bsd compat
|
2004-05-05 20:01:40 +00:00 |
|
leitner
|
f26451c086
|
slight optimization for sending 0 bytes from a file
(also fixes a FreeBSD-current sendfile breakage)
|
2004-04-07 08:38:41 +00:00 |
|
leitner
|
5e2141e9f6
|
fix bug in mmap code path of io_sendfile (David Leadbeater)
|
2004-03-24 14:02:00 +00:00 |
|
leitner
|
d8ce4dc2e5
|
fix signal race (Scott Lamb)
|
2004-03-07 21:48:56 +00:00 |
|
leitner
|
076a8f4628
|
explicitly define extern globals
|
2004-03-06 10:35:09 +00:00 |
|
leitner
|
78d181cb3e
|
document return values correctly
|
2004-03-06 10:27:44 +00:00 |
|
leitner
|
6fb76c3cd9
|
<io.h> -> <iob.h>
|
2004-03-02 22:41:34 +00:00 |
|
leitner
|
4aecd26995
|
add more man pages
|
2004-03-02 20:02:23 +00:00 |
|
leitner
|
24227e0e01
|
add sigpipe helper
|
2004-02-29 03:05:37 +00:00 |
|
leitner
|
1d9075071f
|
add some man pages
|
2004-02-27 17:04:02 +00:00 |
|
leitner
|
b27aa1a9d8
|
better error handling
|
2004-02-27 14:50:28 +00:00 |
|
leitner
|
70e112b892
|
add fd passing functions
|
2004-02-27 14:47:31 +00:00 |
|
leitner
|
745c4affc5
|
add io_socketpair
|
2004-02-27 13:58:17 +00:00 |
|
leitner
|
3996ade63e
|
add iob_addfile_close (iob_reset will close the files)
|
2004-02-25 02:22:54 +00:00 |
|
leitner
|
adcb7aee21
|
handle POLLNVAL (can't happen errors)
|
2004-02-24 00:20:04 +00:00 |
|
leitner
|
8454eb7e4c
|
speculative pre-emptive freebsd 4 compatibility ;)
|
2004-02-21 17:27:42 +00:00 |
|
leitner
|
069aedc871
|
try to fix freebsd 4 compile error
|
2004-02-21 17:26:57 +00:00 |
|
leitner
|
4eed466fbc
|
writev fix
|
2004-01-30 12:47:28 +00:00 |
|
leitner
|
177e18f415
|
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 |
|
leitner
|
c18a0dbf62
|
actually check in AIX sendfile code
|
2004-01-14 01:11:49 +00:00 |
|
leitner
|
cae1a561fd
|
integrate Linux sendfile into trysendfile.c infrastructure
first stab at AIX 5 sendfile support
|
2004-01-12 22:09:41 +00:00 |
|
leitner
|
7bcba8b2d1
|
still had bus error :(
|
2004-01-10 00:12:18 +00:00 |
|
leitner
|
91060a1772
|
still bus error
|
2004-01-10 00:09:30 +00:00 |
|
leitner
|
6d35239e2c
|
bus error?!
|
2004-01-10 00:06:56 +00:00 |
|
leitner
|
e92d4ca5f5
|
prefetching leaked memory
|
2004-01-10 00:05:18 +00:00 |
|
leitner
|
f21e1c57a3
|
macos x support
|
2004-01-08 17:11:08 +00:00 |
|