Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-05-04 | ngtcp2: convert to dynbuf | Daniel Stenberg | |
Closes #5335 | |||
2020-05-04 | dynbuf: introduce internal generic dynamic buffer functions | Daniel Stenberg | |
A common set of functions instead of many separate implementations for creating buffers that can grow when appending data to them. Existing functionality has been ported over. In my early basic testing, the total number of allocations seem at roughly the same amount as before, possibly a few less. See docs/DYNBUF.md for a description of the API. Closes #5300 |