aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* 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
* testcurl: updated copyright year in updated filesEvgeny Grin (Karlson2k)2022-10-01
* test_add_conn: added reasonable limitsEvgeny Grin (Karlson2k)2022-10-01
* testcurl: fixed used types and related warningsEvgeny Grin (Karlson2k)2022-10-01
* testcurl: fixed functions declarationsEvgeny Grin (Karlson2k)2022-10-01
* testcurl: Muted some compiler warnings, minor refactoringEvgeny Grin (Karlson2k)2022-10-01
* microhttpd/tests: muted compiler warningsEvgeny Grin (Karlson2k)2022-09-30
* Removed "gauger" server usage from the testsuiteEvgeny Grin (Karlson2k)2022-09-30
* Some readability improvementsEvgeny Grin (Karlson2k)2022-09-28
* Added workarounds for clang with W32 and MinGW incorrect headersEvgeny Grin (Karlson2k)2022-09-28
* muted some compiler warnings for clangEvgeny Grin (Karlson2k)2022-09-28
* mhd_str: minor refactoring for compact codeEvgeny Grin (Karlson2k)2022-09-27
* mhd_str: fixed compiler warning for compact codeEvgeny Grin (Karlson2k)2022-09-27
* connection.c: removed unused check for chunked repliesEvgeny Grin (Karlson2k)2022-09-27
* connection.c: added asserts for connection's states processing logicEvgeny Grin (Karlson2k)2022-09-27
* connection.c: fixed typo in commentEvgeny Grin (Karlson2k)2022-09-27
* Removed one debug member from release buildsEvgeny Grin (Karlson2k)2022-09-27
* Renamed request processing states for clarity and readabilityEvgeny Grin (Karlson2k)2022-09-27
* configure: fixed typos in messagesEvgeny Grin (Karlson2k)2022-09-27
* test_head: new test-case for HEAD requestsEvgeny Grin (Karlson2k)2022-09-27
* connection: skip no-op calling of body generation functions when response bod...Evgeny Grin (Karlson2k)2022-09-27
* test-suite: sorted and fixed build flagsEvgeny Grin (Karlson2k)2022-09-27
* w32: updated custom MHD_config.h fileEvgeny Grin (Karlson2k)2022-09-25
* w32: sync projects with autotoolsEvgeny Grin (Karlson2k)2022-09-25
* Implemented support for hash calculation by GnuTLS lib functionsEvgeny Grin (Karlson2k)2022-09-25
* digestauth: refactored hashing assertsEvgeny Grin (Karlson2k)2022-09-25
* digestauth: used weak pseudo-random generators to avoid nonces clashesEvgeny Grin (Karlson2k)2022-09-25
* digestauth: changed "slot used" detection logicEvgeny Grin (Karlson2k)2022-09-25
* digestauth: removed redundant check and reportEvgeny Grin (Karlson2k)2022-09-25
* test_{md5,sha{256,512_256}}: re-use of the context structureEvgeny Grin (Karlson2k)2022-09-25
* sha{256,512_256}: improved performance of the first steps on BE archesEvgeny Grin (Karlson2k)2022-09-25