Commit Graph

347 Commits (bf2678e1f129ed3008b98fb1412dd89062314913)
 

Author SHA1 Message Date
leitner 736aba29ed test for BSD sendfile
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
leitner 3279ca84f8 don't use black list for urlencoding, use white list.
leitner 57e7673e42 one more strip for cosmetical reasons
leitner f5c135d0d2 bug fix
leitner 071fc272b6 add clever hack to auto-detect the diet libc
leitner 3dd2a0344b damn!
leitner c64f721daf oops, typo
leitner 519b512cc3 kqueue does not like timeout==-1 but wants a NULL pointer to wait
indefinitely
leitner 91368629ad two internal structures were named io_entry; renamed the iob one to iob_entry
leitner 3ec95df805 can't happen error should be -3 not -1
leitner 1de7812da2 man am I slow today
leitner c574ab3641 two more iob fixes
leitner c901631a00 embarassing cut&paste error
leitner 056760c5f1 add cescape stuff and two tests
leitner a8f6a1c121 remove special case stralloc textcode functions
write generic stralloc and array textcode wrapper functions
change textcode API to use long instead of int
add cescape fmt and scan functions to textcode
add fmt_foldwhitespace to textcode
leitner e86a457f5c harmonize semantics of io_sendfile and iob_send
leitner 85bfbeb420 only write dest if we actually parsed something
leitner 5b599cb67d fix httperror in httpd test
leitner 93e07c1174 add + to unsafe characters in fmt_urlencoded
leitner 7732d63465 cvsignore havesigio.h
leitner 8b3a1328a3 oops, forgot to add sigio test program
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 5a4d2cc732 add iob.h to installed header files
leitner 3e2f6d0439 add stupid little httpd
leitner ea8e1cc90b add iob_adds
add cookies to io
leitner c2453002d3 add small explanation to iob.h
leitner 6b59c8aee7 add TCP_CORK support
leitner 8fd1875041 make iob_send return aggregate total
leitner 3c4f34b95e add loop
leitner 63ba06c763 add iob test
leitner a36316a0a5 bsd sendfile
leitner 7e7f07f382 alloca.h
leitner 4c2fb93a53 experimental io_batch implementation
leitner eb554a0ceb open files in large file mode
leitner 1bd720d8a4 add io_timeouted
leitner dfe75af4bd add io_sendfile with BSD support
leitner b6258d3dfa remove obsolete extern from header files
leitner c080055248 make the accepted connections non-blocking, too
leitner f1c7c0462b brag about my io exploits ;)
leitner dc09a17215 fix
leitner b1a8110926 epoll now works enough for test/io5
leitner d213018a01 more kqueue/epoll
leitner c55706c7da BSD still sucks
leitner c6d746a042 more bsd compat
leitner b201df5c9e more BSD compat
leitner 402af4190d cvsignore the new tests and remove their results in make clean
leitner 61d7ecbdc2 add epoll and kqueue tests
leitner 149c908c8a more error messages in io5 test
leitner 824630a489 more BSD compat