summaryrefslogtreecommitdiff
path: root/lib/dynbuf.h
Commit message (Expand)AuthorAgeFilesLines
* copyright: update all copyright lines and remove year rangesDaniel Stenberg2023-01-031-1/+1
* misc: null-terminateDaniel Stenberg2022-09-171-1/+1
* lib and tests: add missing curl.h includesMarcel Raad2022-09-121-0/+2
* urlapi: leaner with fewer allocsDaniel Stenberg2022-09-071-0/+2
* copyright: make repository REUSE compliantmax.mehl2022-06-131-1/+3
* dynbuf: bump the max HTTP request to 1MBDaniel Stenberg2021-03-061-2/+2
* 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