aboutsummaryrefslogtreecommitdiff
path: root/src/testcurl
Commit message (Expand)AuthorAge
* 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
* Testsuite: ignore specific test_post errors on W32 until libcurl will merge w...Evgeny Grin (Karlson2k)2016-04-12
* Fix testsuite compiler warnings on W32Evgeny Grin (Karlson2k)2016-03-26
* -check for versions, report tests as skipped if versions missmatchChristian Grothoff2016-02-20
* be more forceful about stopping test clientsChristian Grothoff2016-02-20
* Fixed test compilation warnings for native W32 x64Evgeny Grin (Karlson2k)2016-02-05
* -check rvalChristian Grothoff2016-01-23
* -avoid theoretical issue with error_count overflowing depending on libcurl er...Christian Grothoff2016-01-23
* configure.ac: cleanup and fixes related to optional features, corresponding c...Evgeny Grin (Karlson2k)2016-01-11
* -fix assertion failure from race on shutdown and buffer shrinkage with pipeli...Christian Grothoff2015-10-25
* patch from FC to fix use of resume in combination with external selectChristian Grothoff2015-09-02
* fix #3926: ignore close() errors other than EBADFChristian Grothoff2015-08-02
* -fix testcase style issuesChristian Grothoff2015-07-16
* fix #3893 - thanks matweyChristian Grothoff2015-07-15
* fix #3869: outdated FSF addressChristian Grothoff2015-06-30
* -fix warningChristian Grothoff2015-05-30
* fix digest authentication with escaped urls, as reported on mailinglistChristian Grothoff2015-05-29
* tests: replace '#ifdefs' with 'MHD_is_feature_supported()'Evgeny Grin (Karlson2k)2015-05-07
* Make libplatform_interface.la a dependency where appropriateLRN2015-04-21
* fix #3753Christian Grothoff2015-04-15
* -disable this test on w32Christian Grothoff2015-04-06
* tolerate TLS 1.1 / 1.2 disagreementChristian Grothoff2015-04-06
* fix multi-threaded shutdown deadlock issueChristian Grothoff2015-04-04
* -minor test cleanupChristian Grothoff2015-04-04
* fix thread-pool connection-limit shutdown issue, adding testcaseChristian Grothoff2015-04-04
* fixing https testcases that require SSL3, but SSL3 is dead and with modern gn...Christian Grothoff2015-04-03