1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00
curl/tests/server
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
..
.gitignore tests/git: ignore mqttd and port files 2020-04-24 13:48:58 +02:00
base64.pl copyright: fix out-of-date copyright ranges and missing headers 2020-03-24 15:05:59 +01:00
CMakeLists.txt copyright: fix out-of-date copyright ranges and missing headers 2020-03-24 15:05:59 +01:00
disabled.c tests: have runtests figure out disabled features 2019-06-17 16:08:00 +02:00
fake_ntlm.c tests: introduce preprocessed test cases 2020-04-18 22:46:04 +02:00
getpart.c copyright: fix out-of-date copyright ranges and missing headers 2020-03-24 15:05:59 +01:00
getpart.h copyright: fix out-of-date copyright ranges and missing headers 2020-03-24 15:05:59 +01:00
Makefile.am tests: make sure checksrc runs on header files too 2019-12-16 22:46:48 +01:00
Makefile.inc dynbuf: introduce internal generic dynamic buffer functions 2020-05-04 10:40:39 +02:00
mqttd.c mqtt: improve the state machine 2020-04-20 08:09:33 +02:00
resolve.c server/resolve: remove AI_CANONNAME to make macos tell the truth 2020-04-09 09:45:58 +02:00
rtspd.c tests: run the RTSP test server on a dynamic port number 2020-04-20 22:48:57 +02:00
server_setup.h copyright: fix out-of-date copyright ranges and missing headers 2020-03-24 15:05:59 +01:00
server_sockaddr.h copyright: fix out-of-date copyright ranges and missing headers 2020-03-24 15:05:59 +01:00
sockfilt.c sockfilt: make select_ws stop waiting on exit signal event 2020-05-02 17:30:54 +02:00
socksd.c tests: run the SOCKS test server on a dynamic port number 2020-04-20 10:00:30 +02:00
sws.c tests: introduce preprocessed test cases 2020-04-18 22:46:04 +02:00
testpart.c copyright: fix out-of-date copyright ranges and missing headers 2020-03-24 15:05:59 +01:00
tftp.h copyright: fix out-of-date copyright ranges and missing headers 2020-03-24 15:05:59 +01:00
tftpd.c server/tftpd: fix compiler warning 2020-04-20 22:21:31 +02:00
util.c tests/server/util.[ch]: add exit event to stop waiting on Windows 2020-05-02 17:29:52 +02:00
util.h tests/server/util.[ch]: add exit event to stop waiting on Windows 2020-05-02 17:29:52 +02:00