25 Commits

Author SHA1 Message Date
leitner
c1c50c7dbd 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
leitner
b1e8f341ba no debug 2005-08-24 17:32:20 +00:00
leitner
12caccfd48 don't shrink in array_allocate 2005-08-24 17:30:40 +00:00
leitner
e1e80badf0 add some debug stuff 2005-08-24 17:13:35 +00:00
leitner
6fb76c3cd9 <io.h> -> <iob.h> 2004-03-02 22:41:34 +00:00
leitner
adcb7aee21 handle POLLNVAL (can't happen errors) 2004-02-24 00:20:04 +00:00
sanjiyan
a58d400d5c fixing the poll call in io_waituntil2 2003-11-14 14:50:34 +00:00
leitner
a4cf7a8a8b fix Solaris /dev/poll 2003-11-06 21:08:30 +00:00
leitner
65adb024f5 bug fixing time 2003-11-06 20:54:59 +00:00
leitner
82a4ae868d broken lose32 port using mingw (don't use!!!)
initial Solaris /dev/poll port
2003-11-06 20:47:59 +00:00
leitner
b81e8bcd27 typo 2003-11-01 04:52:35 +00:00
leitner
17f3955f84 handle BSD errors 2003-11-01 04:51:07 +00:00
leitner
361872ffa4 handle errors properly 2003-11-01 04:47:55 +00:00
leitner
96be549818 handle errors signalled by epoll 2003-11-01 04:44:33 +00:00
leitner
963fa817de guard against one descriptor being flagged twice 2003-10-19 16:38:31 +00:00
leitner
eaa4dea67b correctly initialize records before reusing them in io_fd
do something about unexpected epoll events
2003-10-12 16:50:55 +00:00
leitner
29ae01d54f glibc compatibility ;) 2003-10-10 20:13:07 +00:00
leitner
3dd2a0344b damn! 2003-09-26 16:16:01 +00:00
leitner
c64f721daf oops, typo 2003-09-26 16:15:04 +00:00
leitner
519b512cc3 kqueue does not like timeout==-1 but wants a NULL pointer to wait
indefinitely
2003-09-26 16:14:03 +00:00
leitner
2a2e1ddc75 add sigio support
extend code to cope with edge triggered event notification
add io_eagain() so that you can notify io_wait if accept() returned EAGAIN
2003-09-12 22:03:51 +00:00
leitner
dc09a17215 fix 2003-09-06 01:37:54 +00:00
leitner
b1a8110926 epoll now works enough for test/io5 2003-09-06 01:36:50 +00:00
leitner
325a6176ca write a small socket server with io_wait integration and add and debug
io framework enough to support the test program
2003-09-05 22:59:40 +00:00
leitner
8cd9323a1b add waituntil and waituntil2 (internal) 2003-09-05 21:29:05 +00:00