285 Commits (82a4ae868db6aef98d5aeebe35986a9296732445)
 

Author SHA1 Message Date
leitner 82a4ae868d broken lose32 port using mingw (don't use!!!)
initial Solaris /dev/poll port
21 years ago
leitner b81e8bcd27 typo 21 years ago
leitner 17f3955f84 handle BSD errors 21 years ago
leitner 361872ffa4 handle errors properly 21 years ago
leitner 96be549818 handle errors signalled by epoll 21 years ago
leitner 0335358787 add io_finishandshutdown 21 years ago
leitner 025063013b add io_finishandshutdown declaration 21 years ago
leitner 68120bb142 add ..._free variants 21 years ago
leitner 9d47e5b702 added FROMBUF_FREE 21 years ago
leitner 0ba7b25005 make iob_reset actually free the buffers 21 years ago
leitner 543987da58 remove superfluous #includes
make it possibly to specify that a buffer should be freed
21 years ago
leitner 1034218fae namespace cleanliness 21 years ago
leitner 27ffe564a7 set flag only if setting to non-blocking worked 21 years ago
leitner aeb609627b add "extern" before variables 21 years ago
leitner fcd6082250 did not compile on BSD after SIGIO fix 21 years ago
leitner 209fef467e Big Duh! _SIGIO and SIGIO look too close 21 years ago
leitner ec060d6dee wrong fix 21 years ago
leitner 07a205405b Add DEBUG=1 to GNUmakefile
the epoll guard broke SIGIO
21 years ago
leitner f954d96659 *** empty log message *** 21 years ago
leitner 963fa817de guard against one descriptor being flagged twice 21 years ago
leitner b01e72af69 quick fix to non-block issue 21 years ago
leitner eaa4dea67b correctly initialize records before reusing them in io_fd
do something about unexpected epoll events
21 years ago
leitner 29ae01d54f glibc compatibility ;) 21 years ago
leitner 4ef284ccd5 use <fcntl.h> and not <sys/fcntl.h> 21 years ago
leitner 35e0e1a7c0 that wasn't it 21 years ago
leitner 620f269149 this time "make Makefile" actually produces a Makefile that works on FreeBSD 21 years ago
leitner 2e1da4790c alloca may be defined in stdlib.h 21 years ago
leitner 9366672ea5 more cvsignoring 21 years ago
leitner d00a672dad alloca warning removal 21 years ago
leitner b295650a73 even better BSD make compat ;) 21 years ago
leitner 276577dd52 improve "make Makefile" 21 years ago
leitner 80a838177e more documentation 21 years ago
leitner 2af3efb074 work around itojun BSD IPV6_ONLY brokenness 21 years ago
leitner f6b5de0c93 forgot to include <unistd.h> 21 years ago
leitner 29075afaba cvsignore havebsdsf.h 21 years ago
leitner b97909c538 remove warning 21 years ago
leitner 0c64df2331 make BSD sendfile optional (NetBSD doesn't have it) 21 years ago
leitner 9541a22879 oops 21 years ago
leitner 736aba29ed test for BSD sendfile 21 years ago
leitner 97043d279f make io_waituntil actually take an "until", not a "how long"
fix io_timeouted to ignore fds where no timeout has been set
21 years ago
leitner 3279ca84f8 don't use black list for urlencoding, use white list. 21 years ago
leitner 57e7673e42 one more strip for cosmetical reasons 21 years ago
leitner f5c135d0d2 bug fix 21 years ago
leitner 071fc272b6 add clever hack to auto-detect the diet libc 21 years ago
leitner 3dd2a0344b damn! 21 years ago
leitner c64f721daf oops, typo 21 years ago
leitner 519b512cc3 kqueue does not like timeout==-1 but wants a NULL pointer to wait
indefinitely
21 years ago
leitner 91368629ad two internal structures were named io_entry; renamed the iob one to iob_entry 21 years ago
leitner 3ec95df805 can't happen error should be -3 not -1 21 years ago
leitner 1de7812da2 man am I slow today 21 years ago