aboutsummaryrefslogtreecommitdiff
path: root/src/testcurl
Commit message (Expand)AuthorAge
...
* testcurl/https/Makefile.am: moved headers to proper locationEvgeny Grin (Karlson2k)2017-11-15
* test_https_session_info: silenced compiler warning.Evgeny Grin (Karlson2k)2017-11-09
* HTTPS tests: disable 3DES testing on GnuTLS > 3.6.0 since it is disabledEvgeny Grin (Karlson2k)2017-10-31
* Stick to C89 standard for a whileEvgeny Grin (Karlson2k)2017-10-31
* Additional compiler warnings fixes.Evgeny Grin (Karlson2k)2017-10-31
* Silenced compiler warnings in src/testcurl/https, minor fixes.Evgeny Grin (Karlson2k)2017-10-30
* Silenced compiler warnings in src/testcurl.Evgeny Grin (Karlson2k)2017-10-30
* tests: fixed some 'unused return value' compiler warningsEvgeny Grin (Karlson2k)2017-10-30
* https test: fixed too long waiting for empty fdsetsEvgeny Grin (Karlson2k)2017-10-30
* Make testsuite compatible with W32 againEvgeny Grin (Karlson2k)2017-10-29
* check return valueChristian Grothoff2017-10-05
* misc style improvements, fixing some tiny rare memory leaks in examplesChristian Grothoff2017-10-05
* 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