leitner
|
885ffac7d8
|
remove unused label
|
2022-04-11 08:37:51 +00:00 |
|
leitner
|
276cd8ef9e
|
what if the left-over from writev does not fit into the buffer?
|
2022-03-14 10:34:50 +00:00 |
|
leitner
|
3128a340ac
|
make unit tests self contained
|
2020-10-30 14:36:05 +00:00 |
|
leitner
|
94feba3667
|
use write in buffer_put for a slight perf improvement
|
2018-03-12 13:04:30 +00:00 |
|
leitner
|
6cd198cb98
|
remove unnecessary x86intrin.h include
|
2016-10-22 10:27:51 +00:00 |
|
leitner
|
695843c79e
|
small buffer optimization
fix botched noipv6 case in buffer_tcp6
|
2015-04-23 15:15:08 +00:00 |
|
leitner
|
02818883df
|
add buffer_tosa (buffer writing to auto-growing stralloc)
|
2009-02-28 00:07:55 +00:00 |
|
leitner
|
3004b518ef
|
switch to size_t and ssize_t
|
2006-11-07 17:56:05 +00:00 |
|
leitner
|
c874604f12
|
gcc 4 cleanups (mostly unsigned char* vs char*)
|
2005-04-23 15:50:16 +00:00 |
|
leitner
|
5eb1cdf888
|
cleanups in stralloc and buffer:
int -> long for sizes
char -> unsigned char for strings
|
2004-11-25 21:29:35 +00:00 |
|
leitner
|
f6d554da10
|
Fixed input buffers, thanks to David Lichteblau.
|
2001-11-25 22:37:38 +00:00 |
|
leitner
|
a50b334f58
|
added initial buffer implementation.
|
2001-02-04 01:28:45 +00:00 |
|