9 Commits (48f36eb5803ac3ce0cc552b66a1b301033b541cf)

Author SHA1 Message Date
leitner 94feba3667 use write in buffer_put for a slight perf improvement 7 years ago
leitner 6cd198cb98 remove unnecessary x86intrin.h include 8 years ago
leitner 695843c79e small buffer optimization
fix botched noipv6 case in buffer_tcp6
10 years ago
leitner 02818883df add buffer_tosa (buffer writing to auto-growing stralloc) 16 years ago
leitner 3004b518ef switch to size_t and ssize_t 18 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 f6d554da10 Fixed input buffers, thanks to David Lichteblau. 23 years ago
leitner a50b334f58 added initial buffer implementation. 24 years ago