aboutsummaryrefslogtreecommitdiff
path: root/src/testcurl
Commit message (Collapse)AuthorAge
* define and use 'enum MHD_Result' (merge)Christian Grothoff2020-04-08
|\
| * Applied several spelling fixes. (#6142)silvioprog2020-03-31
| |
* | define and use 'enum MHD_Result'Christian Grothoff2020-04-08
|/
* mark build as non-parallel due to port conflicts (#6117)Christian Grothoff2020-03-14
|
* log moreChristian Grothoff2020-02-19
|
* add test for PATCH methodChristian Grothoff2020-02-04
|
* tighten formatting rulesChristian Grothoff2019-10-31
|
* add tests for empty reply in HTTPSChristian Grothoff2019-10-26
|
* applying uncrustify to ensure uniform indentationChristian Grothoff2019-10-17
|
* test_long_header: use power of two for size to properly test allocations,Evgeny Grin (Karlson2k)2019-06-17
| | | | test various buffer sizes
* test_large_put: test memory realloc tooEvgeny Grin (Karlson2k)2019-06-13
|
* update .gitignore filesChristian Grothoff2019-06-08
|
* test_get: implemented more detailed reportsEvgeny Grin (Karlson2k)2019-05-26
|
* tests: fixed compiler warnings on W32Evgeny Grin (Karlson2k)2019-05-26
|
* tests: properly setup CURL optionsEvgeny Grin (Karlson2k)2019-05-26
|
* test_https_get_select: fixed usage of uninitialized variableEvgeny Grin (Karlson2k)2019-05-26
|
* curl tests: fixed detection of "11" marker on w32Evgeny Grin (Karlson2k)2019-05-26
|
* perf_get_concurrent11: added new test, fixed "11" mode detectionEvgeny Grin (Karlson2k)2019-05-26
|
* perf_get_concurrent: fixed exhausting of local ports on multi-core machinesEvgeny Grin (Karlson2k)2019-05-26
|
* test_concurrent_stop: heavily rewritten, added watchdog, avoided exhausting ↵Evgeny Grin (Karlson2k)2019-05-26
| | | | | | | | | | | | | of ports, fixed resource leakage. Implemented local watchdog, so test will fails instead of hanging in case of problems, Reused connections on libcurl, so test really check functioning (before fix test could just exhausted all local ports and did not have any any connection for moment when "MHD_stop_daemon()" was called. CURL resources are not leaked during normal testing.
* Spelling fixesEvgeny Grin (Karlson2k)2019-05-21
|
* eliminate compiler warningsChristian Grothoff2019-05-20
|
* Use new MHD_lookup_connection_value_n() functionEvgeny Grin (Karlson2k)2019-05-03
|
* Partial revert of 1b610e5b13b7b96e7b3f372c8da1ec9d840f896a.Evgeny Grin (Karlson2k)2019-05-01
| | | | | Implemented new functions for key and value with binary zero. Significantly speedup search for key by using key size.
* allow binary zero in unescaped GET arguments (see mailinglist)Christian Grothoff2019-03-20
|
* add test for &-URI parsing and URI loggingChristian Grothoff2019-02-09
|
* update ignore fileChristian Grothoff2018-12-13
|
* add test for RFC 7616 and document new APIChristian Grothoff2018-12-08
|
* fix FTBFSChristian Grothoff2018-12-07
|
* add build option to compile MHD without threadsChristian Grothoff2018-12-07
|
* avoid sprintfChristian Grothoff2018-11-18
|
* fix format string, prefer snprintfChristian Grothoff2018-11-18
|
* fix format string, prefer snprintfChristian Grothoff2018-11-18
|
* From: Christian Hesse <mail@eworm.de>Christian Grothoff2018-11-12
| | | | | | | | | | | | | | | | | | | | | Date: Thu, 8 Nov 2018 00:15:29 +0100 Subject: [PATCH 1/1] fix tests with curl Starting with curl 7.62.0 some tests fail. The commit in question is 46e16406 [0] ("url: use the URL API internally as well"). Analyzing the changed behavior reveals that the url given to curl_easy_setopt() with CURLOPT_URL is no longer encoded. Looking at the documentation [1] this behavior is correct, the "parameter should be a char * to a zero terminated string which must be URL-encoded [...]". So let's just give a valid url... [0] https://github.com/curl/curl/commit/46e164069d1a5230e4e64cbd2ff46c46cce056bb [1] https://curl.haxx.se/libcurl/c/CURLOPT_URL.html Signed-off-by: Christian Hesse <mail@eworm.de> Signed-off: CG
* clean up use of GNUTLS linker options in various places, re-add SAVE_LIBS ↵Christian Grothoff2018-09-11
| | | | restoration to configure.ac to avoid linking indiscriminately against GnuTLS
* fix test in testcaseChristian Grothoff2018-08-18
|
* style fixesChristian Grothoff2018-08-18
|
* some minor code cleaning issuesChristian Grothoff2018-06-22
|
* Fix race condition in test_get_sendfile/test_get_sendfile11Tim Rühsen2018-03-15
|
* eliminate strcat()Tim Rühsen2018-02-28
|
* fix leak in test on error pathChristian Grothoff2018-02-28
|
* fix leaks in testcaseChristian Grothoff2018-02-27
|
* fix leak in test_quiesce_streamChristian Grothoff2018-02-27
|
* https tests: completely exclude 3DES from testsEvgeny Grin (Karlson2k)2017-12-07
| | | | as it considered as "unsafe" and could be disabled in libs
* Improve readability of previous commit d951b950ec1af5e6ba582a8a964dff2d9192ba41Evgeny Grin (Karlson2k)2017-11-26
|
* tests: check whether MHD use SO_REUSEADDR by defaultEvgeny Grin (Karlson2k)2017-11-26
|
* https_tests: fixed typo in libcurl version numberEvgeny Grin (Karlson2k)2017-11-22
|
* Updated .gitignore filesEvgeny Grin (Karlson2k)2017-11-22
|
* https tests: supported multi-TLS selection on libcurl >= 7.56.0,Evgeny Grin (Karlson2k)2017-11-15
| | | | fixed error report for failed initialisation of libcurl
* Fixed compiler warningEvgeny Grin (Karlson2k)2017-11-15
|