aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
...
* Do not send "100 Continue" if request does not have a bodyEvgeny Grin (Karlson2k)2022-10-22
* Renamed one more connection state for clarityEvgeny Grin (Karlson2k)2022-10-22
* Renamed one state in MHD_ConnectionEventLoopInfo for clarityEvgeny Grin (Karlson2k)2022-10-22
* Added new state for MHD_ConnectionEventLoopInfoEvgeny Grin (Karlson2k)2022-10-22
* New values for MHD_ConnectionEventLoopInfoEvgeny Grin (Karlson2k)2022-10-22
* Added check for hypothetical too large accepted sockets addressesEvgeny Grin (Karlson2k)2022-10-14
* Added ability to check for MHD debug builds at run-timeEvgeny Grin (Karlson2k)2022-10-14
* Fixed builds with old compilers after 0b9776811f2d8bd1041b759bd84733754bba7b3eEvgeny Grin (Karlson2k)2022-10-13
* test_toolarge: fixed compiler warningEvgeny Grin (Karlson2k)2022-10-13
* testcurl/https: minor improvementsEvgeny Grin (Karlson2k)2022-10-13
* daemon: added reporting of the position of problem in priorities stringEvgeny Grin (Karlson2k)2022-10-13
* daemon: merged processing of two similar optionsEvgeny Grin (Karlson2k)2022-10-13
* testcurl/https: added test for MHD_OPTION_HTTPS_PRIORITIES_APPENDEvgeny Grin (Karlson2k)2022-10-13
* Added new MHD option to append TLS priorities stringEvgeny Grin (Karlson2k)2022-10-13
* testcurl/https/Makefile.am: removed bad whitespaceEvgeny Grin (Karlson2k)2022-10-13
* TLS: use application-specific system-wide configuration with fallbacksEvgeny Grin (Karlson2k)2022-10-13
* mhd_assert: use "DEBUG" macro defined by some toolchainsEvgeny Grin (Karlson2k)2022-10-13
* testcurl/https: enabled parallel makeEvgeny Grin (Karlson2k)2022-10-13
* testcurl/https: handle libcurl with missing custom CA supportEvgeny Grin (Karlson2k)2022-10-10
* testcurl/https: updated copyright year in modified files, fixed some doxyEvgeny Grin (Karlson2k)2022-10-10
* test_tls_authentication: fixed to really test TLS authenticationEvgeny Grin (Karlson2k)2022-10-10
* https tests: updated self-signed certificateEvgeny Grin (Karlson2k)2022-10-10
* https tests: renamed private key variable to match certificate nameEvgeny Grin (Karlson2k)2022-10-10
* test_tls_options: re-implemented, removed hardcoded TLS versionsEvgeny Grin (Karlson2k)2022-10-10
* tls_test_common: fixed comments and error messagesEvgeny Grin (Karlson2k)2022-10-10
* test_https_get_parallel_threads: removed libcurl-GnuTLS requirementEvgeny Grin (Karlson2k)2022-10-10
* digestauth.h: removed leftover in doxyEvgeny Grin (Karlson2k)2022-10-10
* microhttpd.h: minor doxy fixEvgeny Grin (Karlson2k)2022-10-10
* test_https_session_info: removed hardcoded TLS versionEvgeny Grin (Karlson2k)2022-10-10
* test_tls_extensions: removed unused testEvgeny Grin (Karlson2k)2022-10-10
* testcurl/https: some simplifications and clean-upsEvgeny Grin (Karlson2k)2022-10-10
* testcurl/https: added proper check for snprintf() resultEvgeny Grin (Karlson2k)2022-10-10
* testcurl/https: significantly simplified test URIEvgeny Grin (Karlson2k)2022-10-10
* MHD_poll(): removed unneeded checkEvgeny Grin (Karlson2k)2022-10-10
* daemon: small refactoring for more compact code when poll() is not supportedEvgeny Grin (Karlson2k)2022-10-10
* MHD_run_wait(): improved readabilityEvgeny Grin (Karlson2k)2022-10-10
* microhttpd.h: improved doxy for MHD_USE_THREAD_PER_CONNECTIONEvgeny Grin (Karlson2k)2022-10-10
* MHD_start_daemon(): minor readability improvementEvgeny Grin (Karlson2k)2022-10-10
* test_https_time_out: second attempt to really check something with this testEvgeny Grin (Karlson2k)2022-10-10
* daemon: fixed delayed notification callback in thread-per-connection modeEvgeny Grin (Karlson2k)2022-10-10
* test_https_get_parallel{,_threads}: removed artificial delayEvgeny Grin (Karlson2k)2022-10-10
* testcurl/https: enable verbose libcurl on debug buildsEvgeny Grin (Karlson2k)2022-10-10
* testcurl/https: removed usage of deprecated libcurl parameterEvgeny Grin (Karlson2k)2022-10-10
* test_https_session_info: fixed compiler warning with old libcurlEvgeny Grin (Karlson2k)2022-10-06
* testcurl/https: do not enforce TLSv1Evgeny Grin (Karlson2k)2022-10-05
* testcurl/https: removed explicit cipher settingEvgeny Grin (Karlson2k)2022-10-05
* testcurl/https: stopped CA file creation/removalEvgeny Grin (Karlson2k)2022-10-05
* testcurl/https: fixed compiler warnings, wrong typesEvgeny Grin (Karlson2k)2022-10-05
* testcurl/https: fixed functions declarationsEvgeny Grin (Karlson2k)2022-10-05
* Removed curl_version_checkEvgeny Grin (Karlson2k)2022-10-05