aboutsummaryrefslogtreecommitdiff
path: root/src/testcurl
Commit message (Expand)AuthorAge
* 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
* -bringing copyright tags up to FSF standardChristian Grothoff2015-02-07
* -bringing copyright tags up to FSF standardChristian Grothoff2015-02-07
* fix issue with chunked encoding used for http1.0 connections of Keep-Alive he...Christian Grothoff2015-02-04
* Add test for empty entity.David Barksdale2014-05-06
* -fix warningChristian Grothoff2014-04-10
* fix #3371Christian Grothoff2014-04-10
* Added ability to use native W32 threads, added --with-threads=LIB configure p...Evgeny Grin (Karlson2k)2014-04-08
* Fix curl HTTPS test with GnuTLS specific versionEvgeny Grin (Karlson2k)2014-04-07
* Rename internal helper lib libmicrohttpd_w32.la -> libplatform_interface.laEvgeny Grin (Karlson2k)2014-04-01
* minor MHD_socket/int fixesEvgeny Grin (Karlson2k)2014-03-24
* Use number of CPUs in tests and examplesEvgeny Grin (Karlson2k)2014-03-06