aboutsummaryrefslogtreecommitdiff
path: root/src/testcurl/https
Commit message (Expand)AuthorAge
* fix transmission stall issue with upgraded TLS connections reported by Nguyen...Christian Grothoff2020-09-27
* define and use 'enum MHD_Result' (merge)Christian Grothoff2020-04-08
|\
| * Applied several spelling fixes. (#6142)silvioprog2020-03-31
* | define and use 'enum MHD_Result'Christian Grothoff2020-04-08
|/
* mark build as non-parallel due to port conflicts (#6117)Christian Grothoff2020-03-14
* tighten formatting rulesChristian Grothoff2019-10-31
* add tests for empty reply in HTTPSChristian Grothoff2019-10-26
* applying uncrustify to ensure uniform indentationChristian Grothoff2019-10-17
* tests: properly setup CURL optionsEvgeny Grin (Karlson2k)2019-05-26
* test_https_get_select: fixed usage of uninitialized variableEvgeny Grin (Karlson2k)2019-05-26
* Spelling fixesEvgeny Grin (Karlson2k)2019-05-21
* fix FTBFSChristian Grothoff2018-12-07
* add build option to compile MHD without threadsChristian Grothoff2018-12-07
* clean up use of GNUTLS linker options in various places, re-add SAVE_LIBS res...Christian Grothoff2018-09-11
* some minor code cleaning issuesChristian Grothoff2018-06-22
* fix leak in test on error pathChristian Grothoff2018-02-28
* https tests: completely exclude 3DES from testsEvgeny Grin (Karlson2k)2017-12-07
* https_tests: fixed typo in libcurl version numberEvgeny Grin (Karlson2k)2017-11-22
* https tests: supported multi-TLS selection on libcurl >= 7.56.0,Evgeny Grin (Karlson2k)2017-11-15
* Fixed compiler warningEvgeny Grin (Karlson2k)2017-11-15
* 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
* 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
* misc style improvements, fixing some tiny rare memory leaks in examplesChristian Grothoff2017-10-05
* 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
* Fixed possible null dereference in HTTPS testEvgeny Grin (Karlson2k)2017-05-16
* 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
* convert 'thread_joined' to boolChristian Grothoff2017-02-14
* 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
* fix more clang warnignsChristian Grothoff2016-10-17
* deprecate USE_SSL for USE_TLS, rename in codeChristian Grothoff2016-10-11
* Refactored mhd_locks.h and mhd_sockets.h: allow usage of macros withoutEvgeny Grin (Karlson2k)2016-10-11
* 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 sockets abstraction to specialized mhd_socket.h/.c filesEvgeny Grin (Karlson2k)2016-08-23
* Added .gitignoreEvgeny Grin (Karlson2k)2016-07-28