aboutsummaryrefslogtreecommitdiff
path: root/src/testcurl
Commit message (Collapse)AuthorAge
* Updated docs, test, and example to use correct digest auth APIEvgeny Grin (Karlson2k)2022-01-27
|
* test_digestauth: correctly use MHD APIEvgeny Grin (Karlson2k)2022-01-27
|
* test_digestauth: added more detailed error reportingEvgeny Grin (Karlson2k)2022-01-27
|
* test_quiesce: minor code unificationEvgeny Grin (Karlson2k)2022-01-27
|
* test_digestauth: use new APIEvgeny Grin (Karlson2k)2022-01-27
|
* Fixed early response with digest auth in tests, examples, and documentationEvgeny Grin (Karlson2k)2022-01-18
|
* 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
|
* test_quiesce: added more checking and error reportingEvgeny Grin (Karlson2k)2022-01-10
|
* tests: fixed libcurl HTTP/1.0 / HTTP/1.1 settingEvgeny Grin (Karlson2k)2022-01-10
|
* Autotools refactoring: better follow GNU coding standardsEvgeny Grin (Karlson2k)2022-01-06
| | | | | | | | Never override CFLAGS, CPPFLAGS, and LDFLAGS in 'configure'. Let user override compile setting as make-time almost in the same way like at configure-time. Removed some redundant compile settings.
* test_large_put: compatibility with old libcurlEvgeny Grin (Karlson2k)2021-12-26
| | | | Compatibility was broken by 5ce0c23e37470b4e61ee431236b55bfc5d5744a9
* test_large_put: increased timeoutEvgeny Grin (Karlson2k)2021-12-26
| | | | Incremental test may took longer than 5 seconds.
* test_large_put: added request timeout detectionEvgeny Grin (Karlson2k)2021-12-26
|
* test_large_put: added more checking for return valuesEvgeny Grin (Karlson2k)2021-12-26
|
* https tests: mute compiler warning on old systemsEvgeny Grin (Karlson2k)2021-12-13
|
* Workaround for old broken GnuTLS buildsEvgeny Grin (Karlson2k)2021-12-13
|
* https tests: simplified makefileEvgeny Grin (Karlson2k)2021-12-13
|
* test_https_time_out: use better sleep functionEvgeny Grin (Karlson2k)2021-12-12
|
* test_https_time_out: additional fixesEvgeny Grin (Karlson2k)2021-12-12
| | | | | | | Fixed possible abort on SIGPIPE. Avoid meaningless test results reports (-1 was mapped to unsigned value). Check GnuTLS functions results. Correctly initialize GnuTLS session.
* test_https_time_out: fixed test, now testing is realEvgeny Grin (Karlson2k)2021-12-12
|
* test_https_time_out: fixed broken checkEvgeny Grin (Karlson2k)2021-12-12
| | | | | The old check "send () == 0" was always wrong. send() never returns zero. As a result, the test checks nothing.
* Fixed b468b54f7cbe7bcc9354a9ce4cca644cd79e94ceEvgeny Grin (Karlson2k)2021-12-12
|
* test_timeout: avoid busy-waitingEvgeny Grin (Karlson2k)2021-12-12
|
* https tests: mute compiler warnings for old curlEvgeny Grin (Karlson2k)2021-12-12
|
* test_get_chunked: follow HTTP specificationEvgeny Grin (Karlson2k)2021-12-12
| | | | Use "Trailer: " header if trailers are used.
* Fixed tests compatibility with old libcurlEvgeny Grin (Karlson2k)2021-12-12
|
* test_get_response_cleanup: removed unused macroEvgeny Grin (Karlson2k)2021-12-09
|
* -fix tests for libmagic (and uncrustify indentation)Christian Grothoff2021-12-08
|
* test_iplimit: fixed MHD parameter formatEvgeny Grin (Karlson2k)2021-12-05
|
* Tests: fixed code styleEvgeny Grin (Karlson2k)2021-11-23
|
* Tests: explicitly enforced zero or one exit codesEvgeny Grin (Karlson2k)2021-11-23
|
* 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_add_conn: used the better way to mute compiler and analyzer warningsEvgeny Grin (Karlson2k)2021-10-23
|
* 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
|
* test_toolarge: removed debugging leftoversEvgeny Grin (Karlson2k)2021-10-13
|
* test_toolarge: fixed incorrect timeout value used for debuggingEvgeny Grin (Karlson2k)2021-10-10
|
* Added custom memory poisoning for MemoryPoolEvgeny Grin (Karlson2k)2021-10-10
|
* Added support for "noreturn" function declaration.Evgeny Grin (Karlson2k)2021-10-04
| | | | It should help static analyzer to properly detect code paths.
* .gitignore: ignore new tests filesEvgeny Grin (Karlson2k)2021-10-03
|
* test_toolarge: fixed possible NULL dereference with possible test extensionEvgeny Grin (Karlson2k)2021-10-03
|
* test_toolarge: fixed leak of the test memory allocationEvgeny Grin (Karlson2k)2021-10-03
|
* test_toolarge: clarified file doxy descriptionEvgeny Grin (Karlson2k)2021-10-03
|
* Added set of test test_toolargeEvgeny Grin (Karlson2k)2021-10-03
| | | | | | | | Added a set of tests for checking of possible buffer overflow / overrun but using range of sizes for request and response elements starting for valid ranges. Tests are designed with thorough and detailed checking of all parameters provided and detected by MHD.