You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
leitner 39e7ee90bb introduce io_eagain_read and io_eagain_write (discontinue using io_eagain plz) 11 years ago
..
array.c
b64decode.c
b64encode.c
buffer_1.c
buffer_fromsa.c
buffer_mmap.c switch to size_t and ssize_t 18 years ago
buffer_tosa.c add iarray 16 years ago
byte_copy.c byte_zero is also miscompiled by gcc 4.3.2 16 years ago
cas.c add trivial compare-and-swap test 13 years ago
cdbget2.c add io_fd_canwrite (like io_fd but assume the fd is writable) 13 years ago
cescape.c
client.c
dllink.c
dnsip.c
fdpassing.c
fmt.c add fmt_strm 18 years ago
fmt_httpdate.c
fmt_human.c
fmt_ip6.c fmt_ip6 compresses at best spot, not at first spot (Nikola Vladov) 18 years ago
fmt_long.c
fmt_longlong.c fmt_xlonglong was utterly broken (Johannes Vetter) 18 years ago
fmt_strm_alloca.c add iarray 16 years ago
httpd.c introduce io_eagain_read and io_eagain_write (discontinue using io_eagain plz) 11 years ago
io.c
io2.c
io3.c
io4.c
io5.c switch io_fds from array to newly implemented (hopefully thread-safe) iarray 11 years ago
iob.c prepare for leak detection 18 years ago
marshal.c catch not enough bytes in input buffer case 11 years ago
mult.c one more test 16 years ago
proxy.c
range.c fix some bugs that cppcheck found 11 years ago
readhttp.c
scan.c
scan_long.c add scan_netstring 12 years ago
scan_netstring.c add scan_netstring 12 years ago
server.c
stralloc_buffer.c
stralloc_chomp.c
textcode.c $ make WERROR=-Werror now builds with -Werror 11 years ago
uint.c add uint64 pack and unpack routines 17 years ago
unurl.c switch to size_t and ssize_t 18 years ago
urlencode.c
uudecode.c add io_fd_canwrite (like io_fd but assume the fd is writable) 13 years ago
vd.c