libowfat/test
leitner 056760c5f1 add cescape stuff and two tests
..
array.c reverse return code for safemult API to conform to newer djb APIs
b64decode.c a few more tests
b64encode.c accept longer input
buffer_1.c more textcode stuff
buffer_fromsa.c add buffer_fromsa (make virtual buffer from stralloc)
byte_copy.c a few more tests
cescape.c add cescape stuff and two tests
dllink.c change case_*b from char* to void* so it is function pointer compatible
dnsip.c even more man pages
fmt_httpdate.c add scan_httpdate
fmt_human.c add fmt_human, fmt_humank and fmt_httpdate
fmt_long.c add long long fmt routines
fmt_longlong.c add beginnings of integer range checking
httpd.c harmonize semantics of io_sendfile and iob_send
io.c two test programs straight from djb's documentation
io2.c two test programs straight from djb's documentation
io3.c add long long buffer routines
io4.c oops, forgot !
io5.c make the accepted connections non-blocking, too
iob.c make iob_send return aggregate total
readhttp.c small demo for token reading
scan.c one more scan test
scan_long.c add small scan test
stralloc_buffer.c better and more predication, improved documentation
stralloc_chomp.c add two tests
textcode.c add cescape stuff and two tests
unurl.c add unurl test (rename "foo%20bar" to "foo bar")
urlencode.c a few more tests
uudecode.c improve MIME handling (accept Base64 as base64)
vd.c vd now sends argv[0] instead of "vd"