Commit Graph

29 Commits (35382a430e47a3c0802e74f741ba22bc76cc08b9)

Author SHA1 Message Date
leitner ff3a3410ec hopefully this fixes the looping gatling processes
leitner e175800a8c add io_fd_canwrite (like io_fd but assume the fd is writable)
save a few syscalls here and there
leitner 1fcfcd268a hups
leitner 83c1186870 fix for NetBSD 3.0 (they broke their sys/types.h)
remove support for ip6.int reverse lookup in DNS routines (the domain is
no longer delegated)
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.
leitner b1e8f341ba no debug
leitner 12caccfd48 don't shrink in array_allocate
leitner e1e80badf0 add some debug stuff
leitner 6fb76c3cd9 <io.h> -> <iob.h>
leitner adcb7aee21 handle POLLNVAL (can't happen errors)
sanjiyan a58d400d5c fixing the poll call in io_waituntil2
leitner a4cf7a8a8b fix Solaris /dev/poll
leitner 65adb024f5 bug fixing time
leitner 82a4ae868d broken lose32 port using mingw (don't use!!!)
initial Solaris /dev/poll port
leitner b81e8bcd27 typo
leitner 17f3955f84 handle BSD errors
leitner 361872ffa4 handle errors properly
leitner 96be549818 handle errors signalled by epoll
leitner 963fa817de guard against one descriptor being flagged twice
leitner eaa4dea67b correctly initialize records before reusing them in io_fd
do something about unexpected epoll events
leitner 29ae01d54f glibc compatibility ;)
leitner 3dd2a0344b damn!
leitner c64f721daf oops, typo
leitner 519b512cc3 kqueue does not like timeout==-1 but wants a NULL pointer to wait
indefinitely
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
leitner dc09a17215 fix
leitner b1a8110926 epoll now works enough for test/io5
leitner 325a6176ca write a small socket server with io_wait integration and add and debug
io framework enough to support the test program
leitner 8cd9323a1b add waituntil and waituntil2 (internal)