summaryrefslogtreecommitdiff
path: root/lib/dynbuf.c
Commit message (Expand)AuthorAgeFilesLines
* dynbuf: never allocate larger than "toobig"Daniel Stenberg2023-03-281-1/+7
* DYNBUF.md: note Curl_dyn_add* calls Curl_dyn_free on failureJay Satiro2023-03-011-2/+1
* copyright: update all copyright lines and remove year rangesDaniel Stenberg2023-01-031-1/+1
* urlapi: leaner with fewer allocsDaniel Stenberg2022-09-071-2/+15
* copyright: make repository REUSE compliantmax.mehl2022-06-131-1/+3
* curl.se: new homeDaniel Stenberg2020-11-041-1/+1
* dynbuf: add Curl_dyn_vaddfDaniel Stenberg2020-09-231-8/+20
* dynbuf: make *addf() not require extra mallocsDaniel Stenberg2020-09-231-1/+13
* dynbuf: provide curlx_ names for reuse by the curl toolDaniel Stenberg2020-09-141-5/+8
* dynbuf: make sure Curl_dyn_tail() zero terminatesDaniel Stenberg2020-09-141-0/+1
* terminology: call them null-terminated stringsDaniel Stenberg2020-06-281-1/+1
* dynbuf: return NULL when there's no buffer lengthDaniel Stenberg2020-05-171-2/+2
* ngtcp2: convert to dynbufDaniel Stenberg2020-05-041-2/+1
* dynbuf: introduce internal generic dynamic buffer functionsDaniel Stenberg2020-05-041-0/+228