1
0
mirror of https://github.com/moparisthebest/curl synced 2025-02-28 17:31:46 -05:00
Daniel Stenberg ed35d6590e
dynbuf: introduce internal generic dynamic buffer functions
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
2020-05-04 10:40:39 +02:00
..
2020-04-25 00:50:00 +02:00
2020-05-02 12:29:58 +02:00
2019-11-28 12:58:47 +01:00
2018-12-03 23:13:40 +01:00
2019-12-06 13:20:30 +01:00
2020-01-16 11:55:56 +01:00
2019-12-06 13:20:30 +01:00
FAQ
2019-11-26 08:32:23 +01:00
2020-04-14 13:03:40 +02:00
2020-03-23 22:22:22 +01:00
2018-09-23 22:24:02 +00:00
2018-06-03 12:14:45 +00:00
2020-04-14 23:08:43 +02:00
2019-11-28 12:58:47 +01:00
2018-10-12 21:04:37 +00:00
2017-12-04 09:15:39 +01:00
2020-04-29 08:02:29 +02:00
2018-09-23 22:24:02 +00:00

curl logo

Documentation

You'll find a mix of various documentation in this directory and subdirectories, using several different formats. Some of them are not ideal for reading directly in your browser.

If you'd rather see the rendered version of the documentation, check out the curl web site's documentation section for general curl stuff or the libcurl section for libcurl related documentation.