Commit Graph

58 Commits (fd5a2b7a9adecf955c81dfcab1b2e334325b92cd)

Author SHA1 Message Date
leitner 70e112b892 add fd passing functions
leitner d1df8e4b7b add two useful little test programs
leitner fa476a9200 add experimental prefetching support
leitner f52aa87441 more alloca fixes
leitner 3fe23979fd skip initial slashes
leitner 056760c5f1 add cescape stuff and two tests
leitner e86a457f5c harmonize semantics of io_sendfile and iob_send
leitner 5b599cb67d fix httperror in httpd test
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 3e2f6d0439 add stupid little httpd
leitner 8fd1875041 make iob_send return aggregate total
leitner 63ba06c763 add iob test
leitner c080055248 make the accepted connections non-blocking, too
leitner 149c908c8a more error messages in io5 test
leitner 325a6176ca write a small socket server with io_wait integration and add and debug
io framework enough to support the test program
leitner ef0495b5e2 reverse return code for safemult API to conform to newer djb APIs
leitner f2d8be239f oops, forgot !
leitner 63e070c1cb add long long buffer routines
add tai64 and tai6464 typedefs
add error message buffer routines
add io timeout routines
leitner e14b48d8b3 two test programs straight from djb's documentation
leitner 49818590ee beginnings of the io library
leitner 9e8043f4d8 change case_*b from char* to void* so it is function pointer compatible
to byte_*
leitner 5226dd010d change length or size specifiers in APIs from int to long
add array API (http://cr.yp.to/lib/array.html)
leitner 2a90560c44 small demo for token reading
leitner a327b75831 add buffer_fromsa (make virtual buffer from stralloc)
leitner 558c6128fe better and more predication, improved documentation
leitner 11ff22f33c vd now sends argv[0] instead of "vd"
leitner 4a7692f4d7 one more scan test
leitner 7f3c1ccc0c improve range check
leitner 33498d7c2d add small scan test
leitner 72ba2ad6b5 add beginnings of integer range checking
leitner 5674c5186d add long long fmt routines
leitner f7c6b5b3ee another small mldonkey helper
leitner 9e85dc61a0 add scan_httpdate
leitner 40bba8865b add fmt_human, fmt_humank and fmt_httpdate
leitner 0546ea048c add html encoders
add vd (mldonkey support program) as test for socket API
leitner b938a069db improve MIME handling (accept Base64 as base64)
leitner 2911ccae43 better "cut here" line handling for uuencoded files
leitner 2b793c7244 accept longer input
leitner 21df155d61 add el-cheapo MIME decoding to test/uudecode
make install forgot to install ndelay.h
leitner e108646f26 simplistic support for single-part yenc
leitner 0b798993b9 flush buffer_2 properly and cleanup
leitner da67326c27 doppel-oops
leitner 3564408189 oops
leitner 3e6162e477 less verbose reconstruction reporting
leitner 835d141770 change warning output
leitner 4f91afcbd2 yenc reconstruction feature for uudecode
leitner 5589008c77 add two tests
leitner ff96d53e3f even more man pages
leitner dd2d9119fc comment typo in byte.h
byte_rchr did not work at all (oops)
uudecode now handles yenc (a little)
leitner 2d23d4bbeb a few more tests