summaryrefslogtreecommitdiff
path: root/lib/dynbuf.h
Commit message (Expand)AuthorAgeFilesLines
* curl.se: new homeDaniel Stenberg2020-11-041-1/+1
* imap: make imap_send use dynbuf for the send buffer managementDaniel Stenberg2020-09-251-0/+1
* dynbuf: add Curl_dyn_vaddfDaniel Stenberg2020-09-231-0/+4
* dynbuf: make *addf() not require extra mallocsDaniel Stenberg2020-09-231-0/+4
* dynbuf: provide curlx_ names for reuse by the curl toolDaniel Stenberg2020-09-141-0/+16
* h2: repair trailer handlingDaniel Stenberg2020-08-031-2/+2
* terminology: call them null-terminated stringsDaniel Stenberg2020-06-281-1/+1
* trailers: switch h1-trailer logic to use dynbufDaniel Stenberg2020-06-051-0/+1
* http2: simplify and clean up trailer handlingDaniel Stenberg2020-05-071-1/+1
* quiche: enable qlog outputDaniel Stenberg2020-05-051-1/+1
* http_proxy: ported to use dynbuf instead of a static size bufferDaniel Stenberg2020-05-041-0/+1
* dynbuf: introduce internal generic dynamic buffer functionsDaniel Stenberg2020-05-041-0/+61