aboutsummaryrefslogtreecommitdiff
path: root/src/testcurl
Commit message (Expand)AuthorAge
* test_tricky: fixed reported error descriptionEvgeny Grin (Karlson2k)2022-12-27
* test_digestauth2: fixed test report stringsEvgeny Grin (Karlson2k)2022-12-27
* Updated parsing of cookies, reject cookie completely if discipline is very st...Evgeny Grin (Karlson2k)2022-12-22
* Refactored cookies parsing.Evgeny Grin (Karlson2k)2022-12-19
* test_parse_cookies: rewrittenEvgeny Grin (Karlson2k)2022-12-19
* test_get_iovec: fixed missing include headersEvgeny Grin (Karlson2k)2022-11-24
* testcurl: fixed checking response headers as null-terminated stringEvgeny Grin (Karlson2k)2022-11-07
* Tests and examples: added rule to (re-)build libmicrohttpd.laEvgeny Grin (Karlson2k)2022-11-06
* configure: minor refactoring for check for libcurl-based testsEvgeny Grin (Karlson2k)2022-10-30
* configure: do not pass AM_TESTS_ENVIRONMENT directlyEvgeny Grin (Karlson2k)2022-10-30
* test_head: check libcurl for timeout valueEvgeny Grin (Karlson2k)2022-10-28
* test_head: added check for excess data in replyEvgeny Grin (Karlson2k)2022-10-28
* testcurl: added test with Content-Length broken value in requestEvgeny Grin (Karlson2k)2022-10-28
* test_toolarge: fixed compiler warningEvgeny Grin (Karlson2k)2022-10-13
* testcurl/https: minor improvementsEvgeny Grin (Karlson2k)2022-10-13
* testcurl/https: added test for MHD_OPTION_HTTPS_PRIORITIES_APPENDEvgeny Grin (Karlson2k)2022-10-13
* testcurl/https/Makefile.am: removed bad whitespaceEvgeny Grin (Karlson2k)2022-10-13
* testcurl/https: enabled parallel makeEvgeny Grin (Karlson2k)2022-10-13
* testcurl/https: handle libcurl with missing custom CA supportEvgeny Grin (Karlson2k)2022-10-10
* testcurl/https: updated copyright year in modified files, fixed some doxyEvgeny Grin (Karlson2k)2022-10-10
* test_tls_authentication: fixed to really test TLS authenticationEvgeny Grin (Karlson2k)2022-10-10
* https tests: updated self-signed certificateEvgeny Grin (Karlson2k)2022-10-10
* https tests: renamed private key variable to match certificate nameEvgeny Grin (Karlson2k)2022-10-10
* test_tls_options: re-implemented, removed hardcoded TLS versionsEvgeny Grin (Karlson2k)2022-10-10
* tls_test_common: fixed comments and error messagesEvgeny Grin (Karlson2k)2022-10-10
* test_https_get_parallel_threads: removed libcurl-GnuTLS requirementEvgeny Grin (Karlson2k)2022-10-10
* test_https_session_info: removed hardcoded TLS versionEvgeny Grin (Karlson2k)2022-10-10
* test_tls_extensions: removed unused testEvgeny Grin (Karlson2k)2022-10-10
* testcurl/https: some simplifications and clean-upsEvgeny Grin (Karlson2k)2022-10-10
* testcurl/https: added proper check for snprintf() resultEvgeny Grin (Karlson2k)2022-10-10
* testcurl/https: significantly simplified test URIEvgeny Grin (Karlson2k)2022-10-10
* test_https_time_out: second attempt to really check something with this testEvgeny Grin (Karlson2k)2022-10-10
* test_https_get_parallel{,_threads}: removed artificial delayEvgeny Grin (Karlson2k)2022-10-10
* testcurl/https: enable verbose libcurl on debug buildsEvgeny Grin (Karlson2k)2022-10-10
* testcurl/https: removed usage of deprecated libcurl parameterEvgeny Grin (Karlson2k)2022-10-10
* test_https_session_info: fixed compiler warning with old libcurlEvgeny Grin (Karlson2k)2022-10-06
* testcurl/https: do not enforce TLSv1Evgeny Grin (Karlson2k)2022-10-05
* testcurl/https: removed explicit cipher settingEvgeny Grin (Karlson2k)2022-10-05
* testcurl/https: stopped CA file creation/removalEvgeny Grin (Karlson2k)2022-10-05
* testcurl/https: fixed compiler warnings, wrong typesEvgeny Grin (Karlson2k)2022-10-05
* testcurl/https: fixed functions declarationsEvgeny Grin (Karlson2k)2022-10-05
* Removed curl_version_checkEvgeny Grin (Karlson2k)2022-10-05
* testcurl: updated copyright year in updated filesEvgeny Grin (Karlson2k)2022-10-01
* test_add_conn: added reasonable limitsEvgeny Grin (Karlson2k)2022-10-01
* testcurl: fixed used types and related warningsEvgeny Grin (Karlson2k)2022-10-01
* testcurl: fixed functions declarationsEvgeny Grin (Karlson2k)2022-10-01
* testcurl: Muted some compiler warnings, minor refactoringEvgeny Grin (Karlson2k)2022-10-01
* Removed "gauger" server usage from the testsuiteEvgeny Grin (Karlson2k)2022-09-30
* Some readability improvementsEvgeny Grin (Karlson2k)2022-09-28
* test_head: new test-case for HEAD requestsEvgeny Grin (Karlson2k)2022-09-27