aboutsummaryrefslogtreecommitdiff
path: root/src/testcurl
Commit message (Expand)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_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 o...Evgeny Grin (Karlson2k)2019-05-26
* 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
* 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
* clean up use of GNUTLS linker options in various places, re-add SAVE_LIBS res...Christian Grothoff2018-09-11
* 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
* 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 compiler warningEvgeny Grin (Karlson2k)2017-11-15