aboutsummaryrefslogtreecommitdiff
path: root/src/testcurl
Commit message (Expand)AuthorAge
* test_start_stop: moved to src/microhttpd, removed inclusion of libcurl headerEvgeny Grin (Karlson2k)2017-10-01
* test_options: really use this test instead of just compiling,Evgeny Grin (Karlson2k)2017-09-30
* test_options: muted compiler warning.Evgeny Grin (Karlson2k)2017-09-30
* Use MHD_FEATURE_AUTOSUPPRESS_SIGPIPE in testsuiteEvgeny Grin (Karlson2k)2017-07-13
* Make testsuite parallel build compatible (part 2)Evgeny Grin (Karlson2k)2017-06-25
* Dropped dependency on libgcrypt with new GnuTLS (>2.12.20) versionsEvgeny Grin (Karlson2k)2017-06-20
* Fixed HTTPS tests under HurdEvgeny Grin (Karlson2k)2017-06-19
* Fix test_concurrent_stop regression introduced by e8d937beb5e0bf118c381846f23...Evgeny Grin (Karlson2k)2017-06-19
* Make testsuite parallel build compatible (part 1)Evgeny Grin (Karlson2k)2017-06-16
* Fixed possible null dereference in HTTPS testEvgeny Grin (Karlson2k)2017-05-16
* test_get_response_cleanup: ignore SIGPIPE on SolarisEvgeny Grin (Karlson2k)2017-04-10
* HTTPS test fixes and improvements:Evgeny Grin (Karlson2k)2017-04-10
* HTTPS tests: improved compatibility with some platforms/libcurl versionsEvgeny Grin (Karlson2k)2017-04-09
* Fixed non-portable changes in 91548850d961783a8f5b288c69ce83ecb89d3ddcEvgeny Grin (Karlson2k)2017-03-12
* check system call return values in testsChristian Grothoff2017-03-10
* update gitignore filesChristian Grothoff2017-02-26
* test_get: really test ability to stop raceEvgeny Grin (Karlson2k)2017-02-25
* Updated code to use new HTTP status codesEvgeny Grin (Karlson2k)2017-02-24
* fix use of 'signal_done' in testChristian Grothoff2017-02-14
* found another race, just with partial work-around for now; also init errno in...Christian Grothoff2017-02-14
* convert 'thread_joined' to boolChristian Grothoff2017-02-14
* better fix for #4884 avoiding the problematic detach and the ERSCH-issueChristian Grothoff2017-02-12
* fix #4884Christian Grothoff2017-02-12
* test_large_put: added poll() and epoll testing.Evgeny Grin (Karlson2k)2017-01-23
* test_large_put: added test with incremental read and limited bufferEvgeny Grin (Karlson2k)2017-01-23
* test_large_put: added verbosityEvgeny Grin (Karlson2k)2017-01-23
* test_large_put: initialise test buffer with varied data to detect more errors.Evgeny Grin (Karlson2k)2017-01-23
* test_large_put: support incremental reading of incoming dataEvgeny Grin (Karlson2k)2017-01-23
* test_large_put: use proper types for size variablesEvgeny Grin (Karlson2k)2017-01-23
* test_large_put: renamed functions for readabilityEvgeny Grin (Karlson2k)2017-01-23
* test_large_put: updated to use correct check for "11" in name and return '99'...Evgeny Grin (Karlson2k)2017-01-23
* test_quiesce_stream: use curl binary, port to W32,Evgeny Grin (Karlson2k)2016-11-24
* use 'bool' for a few more internal fieldsChristian Grothoff2016-11-13
* Added MHD_USE_AUTO and MHD_USE_AUTO_INTERNAL_THREAD to simplify using of MHD ...Evgeny Grin (Karlson2k)2016-11-10
* perf_get: used same names as in perf_get_concurrentEvgeny Grin (Karlson2k)2016-11-10
* perf_get_concurrent: fixed tests descriptionsEvgeny Grin (Karlson2k)2016-11-10
* Added MHD_USE_ERROR_LOG flag with same value as MHD_USE_DEBUG.Evgeny Grin (Karlson2k)2016-11-08
* Specify that flag MHD_USE_INTERNAL_POLLING_THREAD is mandatory if MHD_USE_THR...Evgeny Grin (Karlson2k)2016-11-08
* Renamed daemon flags:Evgeny Grin (Karlson2k)2016-11-08
* Renamed MHD flags. Now all flags are in forms MHD_USE_* or MHD_ALLOW_*.Evgeny Grin (Karlson2k)2016-11-07
* test_quiesce_stream.c: convert C++-style commentsEvgeny Grin (Karlson2k)2016-11-05
* return skipped if wget was not foundChristian Grothoff2016-11-04
* adding test from Markus (adapted by me to C and MHD-style)Christian Grothoff2016-11-04
* Build-time configuration: undef HTTPS_SUPPORT if TLS is disabled. Improved codeEvgeny Grin (Karlson2k)2016-11-02
* fix more clang warnignsChristian Grothoff2016-10-17
* deprecate USE_SSL for USE_TLS, rename in codeChristian Grothoff2016-10-11
* Rename 'MHD_USE_PIPE_FOR_SHUTDOWN' -> 'MHD_USE_ITC' to reflect real meaning o...Evgeny Grin (Karlson2k)2016-10-11
* Refactored mhd_locks.h and mhd_sockets.h: allow usage of macros withoutEvgeny Grin (Karlson2k)2016-10-11
* test case for #4667 with concurrencyChristian Grothoff2016-09-26
* test case fo #4667Christian Grothoff2016-09-26