aboutsummaryrefslogtreecommitdiff
path: root/src/testcurl
Commit message (Collapse)AuthorAge
* 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 ↵Christian Grothoff2016-01-23
| | | | errnos
* configure.ac: cleanup and fixes related to optional features, corresponding ↵Evgeny Grin (Karlson2k)2016-01-11
| | | | changes in source files
* -fix assertion failure from race on shutdown and buffer shrinkage with ↵Christian Grothoff2015-10-25
| | | | pipelining
* 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
| | | | | | Trying to fix this buildslave error: make[3]: *** No rule to make target '../../src/platform/libplatform_interface.la', needed by 'libmicrohttpd.la'. Stop.
* 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 ↵Christian Grothoff2015-04-03
| | | | gnutls not even supported
* -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 ↵Christian Grothoff2015-02-04
| | | | header was set
* 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 ↵Evgeny Grin (Karlson2k)2014-04-08
| | | | parameter
* 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
|
* Update usage of libcurl and libgnutls compiler flags, allow correct ↵Evgeny Grin (Karlson2k)2014-03-06
| | | | compilation with "--with-gnutls=prefix"
* -dceChristian Grothoff2014-03-05
|
* Remove global dependency on PTHREAD_LIBS and use it only where it's requiredEvgeny Grin (Karlson2k)2014-02-26
|
* More typo fixes and proper convenience lib makefile rulesLRN2014-02-19
|
* move headers to src/include, build w32functions.c as static library ↵Christian Grothoff2014-02-19
| | | | (untested) to make 'make distclean' work cleanly
* locate host.crt-files even if doing an out-of-tree buildChristian Grothoff2014-02-19
|
* -fix compiler warningChristian Grothoff2014-02-18
|
* testcurl/test_quiesce.c - port to W32Evgeny Grin (Karlson2k)2014-02-18
|
* Remove PlibC from autotools filesEvgeny Grin (Karlson2k)2014-02-18
|
* Reverse OpenSSL <-> GnuTLS checkEvgeny Grin (Karlson2k)2014-02-18
|
* Remove PlibC wrappers and macrosEvgeny Grin (Karlson2k)2014-02-18
|
* add sleep() and usleep() replacement for W32Evgeny Grin (Karlson2k)2014-02-18
|
* remove inet_pton() from tests, use real IPv6 loopback for testEvgeny Grin (Karlson2k)2014-02-18
|
* test_get_sendfile.c - remove DIR_SEPARATOR_STR (W32 works fine with ↵Evgeny Grin (Karlson2k)2014-02-18
| | | | forwardslashes)
* add platform abstraction for errno and strerror, check EWOULDBLOCK ↵Evgeny Grin (Karlson2k)2014-02-18
| | | | additionally to EAGAIN