libowfat/test
leitner a1f1986247 include <foo> -> include "foo"
..
array.c remove warnings in tests
b64decode.c remove warnings in tests
b64encode.c add iob_free and man page for iob_reset.
buffer_1.c remove warnings in tests
buffer_fromsa.c remove warnings in tests
buffer_mmap.c include <foo> -> include "foo"
buffer_tosa.c add iarray
byte_copy.c byte_zero is also miscompiled by gcc 4.3.2
cas.c add trivial compare-and-swap test
cdbget2.c include <foo> -> include "foo"
cescape.c remove warnings in tests
client.c convert test programs from socket_tcp[46] to socket_tcp[46]b
dllink.c convert test programs from socket_tcp[46] to socket_tcp[46]b
dnsip.c include <foo> -> include "foo"
fdpassing.c remove warnings in tests
fmt.c include <foo> -> include "foo"
fmt_httpdate.c include <foo> -> include "foo"
fmt_human.c include <foo> -> include "foo"
fmt_ip6.c fmt_ip6 compresses at best spot, not at first spot (Nikola Vladov)
fmt_iso8691.c include <foo> -> include "foo"
fmt_long.c include <foo> -> include "foo"
fmt_longlong.c include <foo> -> include "foo"
fmt_strm_alloca.c add iarray
httpd.c introduce io_eagain_read and io_eagain_write (discontinue using io_eagain plz)
io.c two test programs straight from djb's documentation
io2.c two test programs straight from djb's documentation
io3.c remove warnings in tests
io4.c remove warnings in tests
io5.c switch io_fds from array to newly implemented (hopefully thread-safe) iarray
iob.c on Linux, save a few syscalls by using sendto/sendmsg with MSG_MORE
marshal.c include <foo> -> include "foo"
mult.c one more test
netstring.c add netstring formatter
protobuf.c add marshaling code for protocol buffers
proxy.c make socket_(tc|ud)p[46] actually return non-blocking sockets as
range.c add gcc 5 integer overflow intrinsics support to rangecheck.h
readhttp.c remove warnings in tests
scan.c remove warnings in tests
scan_long.c include <foo> -> include "foo"
server.c convert test programs from socket_tcp[46] to socket_tcp[46]b
stralloc_buffer.c remove warnings in tests
stralloc_chomp.c remove warnings in tests
textcode.c add base64url support
uint.c add uint64 pack and unpack routines
unurl.c switch to size_t and ssize_t
urlencode.c remove warnings in tests
uudecode.c more updates
vd.c convert test programs from socket_tcp[46] to socket_tcp[46]b