aboutsummaryrefslogtreecommitdiff
path: root/src/testzzuf/test_put_large.c
Commit message (Collapse)AuthorAge
* testzzuf: re-worked zzuf testingEvgeny Grin (Karlson2k)2023-06-20
| | | | | | | | | | | | | | | | | | | | | | * merged test_get, test_get_chunked, test_put * fixed use of header instead of footer in chunked data callback * added checks for results of all used MHD functions * added reading of all data in the input buffer provided by MHD for callback * re-used libcurl handles to re-use connections in all modes * added testing of 'poll' and 'epoll' for all tests * removed the need for socat * removed forking with potential forked process zombies * fixed processing only of the first request (as soon as socat connection become broken, all following requests went to nowhere) * implemented correct response for unsupported methods * used proper timeout for 'external select()' (taken into account libcurl timeout too) * added check for extra reply data * added debug print of libcurl sent and received data * merged all tests into single source file * fixed a lot of compiler warnings * added check for incorrect replies produced by MHD
* testcurl: fixed used types and related warningsEvgeny Grin (Karlson2k)2022-10-01
|
* Some readability improvementsEvgeny Grin (Karlson2k)2022-09-28
|
* Renamed 'con_cls' -> 'req_cls' for access handler callbackEvgeny Grin (Karlson2k)2022-01-18
| | | | | | | | The argument is actually request-specific, not connection specific. The name was confusing. Fixed related documentation and clarified usage. Also fixed code where argument named 'unused' was actually used.
* Tests: explicitly enforced zero or one exit codesEvgeny Grin (Karlson2k)2021-11-23
|
* testzzuf: print wrong callback parameters valuesEvgeny Grin (Karlson2k)2021-04-19
|
* define and use 'enum MHD_Result'Christian Grothoff2020-04-08
|
* tighten formatting rulesChristian Grothoff2019-10-31
|
* applying uncrustify to ensure uniform indentationChristian Grothoff2019-10-17
|
* tests: properly setup CURL optionsEvgeny Grin (Karlson2k)2019-05-26
|
* add build option to compile MHD without threadsChristian Grothoff2018-12-07
|
* Stick to C89 standard for a whileEvgeny Grin (Karlson2k)2017-10-31
|
* Silenced compiler warnings in src/testczzuf.Evgeny Grin (Karlson2k)2017-10-31
|
* Used "127.0.0.1" instead of "localhost" in all tests to avoid accidental try ↵Evgeny Grin (Karlson2k)2017-04-06
| | | | by IPv6
* Added MHD_USE_ERROR_LOG flag with same value as MHD_USE_DEBUG.Evgeny Grin (Karlson2k)2016-11-08
| | | | New name better explains flag actions.
* Specify that flag MHD_USE_INTERNAL_POLLING_THREAD is mandatory if ↵Evgeny Grin (Karlson2k)2016-11-08
| | | | MHD_USE_THREAD_PER_CONNECTION is used
* Renamed daemon flags:Evgeny Grin (Karlson2k)2016-11-08
| | | | | | MHD_USE_SELECT_INTERNALLY -> MHD_USE_INTERNAL_POLLING_THREAD MHD_USE_POLL_INTERNALLY -> MHD_USE_POLL_INTERNAL_THREAD MHD_USE_EPOLL_INTERNALLY -> MHD_USE_EPOLL_INTERNAL_THREAD
* fix #3869: outdated FSF addressChristian Grothoff2015-06-30
|
* fix #3753Christian Grothoff2015-04-15
|
* -bringing copyright tags up to FSF standardChristian Grothoff2015-02-07
|
* -renaming for consistencyChristian Grothoff2013-03-29