aboutsummaryrefslogtreecommitdiff
path: root/src/testcurl/test_tricky.c
Commit message (Collapse)AuthorAge
* Replaced calls of MHD_get_timeout() in tests and examplesEvgeny Grin (Karlson2k)2022-04-28
| | | | | The calls were replaced with the calls of the new functions. Completely removed the usage of MHD_UNSIGNED_LONG_LONG.
* test: fixed processing '--quiet' parameterEvgeny Grin (Karlson2k)2022-01-30
| | | | Added support for '--silent' and '-s' parameters.
* 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: simplified libcurl HTTP settingsEvgeny Grin (Karlson2k)2022-01-12
|
* testcurl tests: updated to use test helpers in local headersEvgeny Grin (Karlson2k)2022-01-12
|
* tests: fixed libcurl HTTP/1.0 / HTTP/1.1 settingEvgeny Grin (Karlson2k)2022-01-10
|
* Fixed tests compatibility with old libcurlEvgeny Grin (Karlson2k)2021-12-12
|
* test_{tricky,toolarge}: minor improvementEvgeny Grin (Karlson2k)2021-11-06
|
* test_{tricky,toolarge}: fixed code styleEvgeny Grin (Karlson2k)2021-11-06
|
* tests: fixed copy-paste error in reportEvgeny Grin (Karlson2k)2021-11-06
|
* test_tricky: fixed leaked resourceEvgeny Grin (Karlson2k)2021-10-17
|
* test_tricky: fixed compatibility with libcurl >=7.62 and <7.78Evgeny Grin (Karlson2k)2021-10-17
|
* test_tricky: fixed copy-paste errorsEvgeny Grin (Karlson2k)2021-10-17
|
* Added two tests with non-standard symbols in requestsEvgeny Grin (Karlson2k)2021-10-17