aboutsummaryrefslogtreecommitdiff
path: root/src/testcurl
Commit message (Expand)AuthorAge
* 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
* more select() return value checks in testcasesChristian Grothoff2016-09-23
* -check select() return valueChristian Grothoff2016-09-23
* add return value checks for a few more system calls in testcases and examplesChristian Grothoff2016-09-23
* simplify error handling by baking it into the macrosChristian Grothoff2016-09-22
* epoll is now supported on non-Linux platforms (namely illumos).Evgeny Grin (Karlson2k)2016-08-24
* Refactoring: do not define EPOLL_SUPPORT if epoll is disabled or not supported.Evgeny Grin (Karlson2k)2016-08-24
* Moved generic emulated functions to mhd_compat.h/.c, removed "platform" dir,Evgeny Grin (Karlson2k)2016-08-23
* Moved sockets abstraction to specialized mhd_socket.h/.c filesEvgeny Grin (Karlson2k)2016-08-23
* Added .gitignoreEvgeny Grin (Karlson2k)2016-07-28
* another underflow fixChristian Grothoff2016-06-02
* fix underflowChristian Grothoff2016-06-02
* Properly cleanup resources in test_concurrent_stopEvgeny Grin (Karlson2k)2016-04-24
* test_concurrent_stop ported to use pthread instead of fork()Evgeny Grin (Karlson2k)2016-04-23
* perf_get_concurrent: port to systems without fork(), added error checkingEvgeny Grin (Karlson2k)2016-04-23
* perf_get_concurrent: correctly detect available modesEvgeny Grin (Karlson2k)2016-04-23
* test_quiesce: do not violate our APIEvgeny Grin (Karlson2k)2016-04-23
* test_quiesce: added more checks and more error reportsEvgeny Grin (Karlson2k)2016-04-23
* Updated test_post.c to not ignore specific error on W32 if libcurlEvgeny Grin (Karlson2k)2016-04-20