Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | curl.se: new home | Daniel Stenberg | 2020-11-04 | 1 | -1/+1 |
* | dynbuf: add Curl_dyn_vaddf | Daniel Stenberg | 2020-09-23 | 1 | -8/+20 |
* | dynbuf: make *addf() not require extra mallocs | Daniel Stenberg | 2020-09-23 | 1 | -1/+13 |
* | dynbuf: provide curlx_ names for reuse by the curl tool | Daniel Stenberg | 2020-09-14 | 1 | -5/+8 |
* | dynbuf: make sure Curl_dyn_tail() zero terminates | Daniel Stenberg | 2020-09-14 | 1 | -0/+1 |
* | terminology: call them null-terminated strings | Daniel Stenberg | 2020-06-28 | 1 | -1/+1 |
* | dynbuf: return NULL when there's no buffer length | Daniel Stenberg | 2020-05-17 | 1 | -2/+2 |
* | ngtcp2: convert to dynbuf | Daniel Stenberg | 2020-05-04 | 1 | -2/+1 |
* | dynbuf: introduce internal generic dynamic buffer functions | Daniel Stenberg | 2020-05-04 | 1 | -0/+228 |