8 Commits (3ad333ea50af73f48640efaa8fcfef6ca65c9958)

Author SHA1 Message Date
leitner 7c5d119f9a fix buffer_get 10 years ago
leitner 4a04c40595 get rid of more -Wconversion warnings 11 years ago
leitner 3004b518ef switch to size_t and ssize_t 18 years ago
leitner 636cfb70b0 make sure buffer_get tries to get all the bytes it was asked for 19 years ago
leitner 6196f771cd remove a few gcc 4 warnings
work around freebsd 5.4 brokenness (if you don't have IPv6 in the
    kernel, socket(PF_INET6,SOCK_STREAM,0) returns EPROTONOSUPPORT
    instead of EPFNOSUPPORT, which basically says "yeah, I know IPv6,
    but TCP?  never heard of it")
20 years ago
leitner c874604f12 gcc 4 cleanups (mostly unsigned char* vs char*) 20 years ago
leitner 5eb1cdf888 cleanups in stralloc and buffer:
int -> long for sizes
    char -> unsigned char for strings
20 years ago
leitner a50b334f58 added initial buffer implementation. 24 years ago