Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | imap: make imap_send use dynbuf for the send buffer management | Daniel Stenberg | 2020-09-25 | 1 | -0/+1 |
* | dynbuf: add Curl_dyn_vaddf | Daniel Stenberg | 2020-09-23 | 1 | -0/+4 |
* | dynbuf: make *addf() not require extra mallocs | Daniel Stenberg | 2020-09-23 | 1 | -0/+4 |
* | dynbuf: provide curlx_ names for reuse by the curl tool | Daniel Stenberg | 2020-09-14 | 1 | -0/+16 |
* | h2: repair trailer handling | Daniel Stenberg | 2020-08-03 | 1 | -2/+2 |
* | terminology: call them null-terminated strings | Daniel Stenberg | 2020-06-28 | 1 | -1/+1 |
* | trailers: switch h1-trailer logic to use dynbuf | Daniel Stenberg | 2020-06-05 | 1 | -0/+1 |
* | http2: simplify and clean up trailer handling | Daniel Stenberg | 2020-05-07 | 1 | -1/+1 |
* | quiche: enable qlog output | Daniel Stenberg | 2020-05-05 | 1 | -1/+1 |
* | http_proxy: ported to use dynbuf instead of a static size buffer | Daniel Stenberg | 2020-05-04 | 1 | -0/+1 |
* | dynbuf: introduce internal generic dynamic buffer functions | Daniel Stenberg | 2020-05-04 | 1 | -0/+61 |