aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Releasing GNU libmicrohttpd 0.9.57v0.9.57Evgeny Grin (Karlson2k)2017-11-27
* Added automatic initialisation of MHD even if GNU function attribute isEvgeny Grin (Karlson2k)2017-11-27
* mhd_locks: added ability to statically initialise mutex,Evgeny Grin (Karlson2k)2017-11-27
* Muted additional compiler warningsEvgeny Grin (Karlson2k)2017-11-26
* Improve readability of previous commit d951b950ec1af5e6ba582a8a964dff2d9192ba41Evgeny Grin (Karlson2k)2017-11-26
* tests: check whether MHD use SO_REUSEADDR by defaultEvgeny Grin (Karlson2k)2017-11-26
* mhd_str.c: additional fix for size-optimized builds, silenced compiler warningsEvgeny Grin (Karlson2k)2017-11-26
* Fixed typo in 4a126e24e7b780c3ad0196b72f813ce4a90215e3Evgeny Grin (Karlson2k)2017-11-26
* Improved compatibility with CygwinEvgeny Grin (Karlson2k)2017-11-26
* Used larger number for FD_SETSIZE on Cygwin.Evgeny Grin (Karlson2k)2017-11-26
* test-suite: fixed tests on CygwinEvgeny Grin (Karlson2k)2017-11-26
* Corrected DLL name in W32 resources.Evgeny Grin (Karlson2k)2017-11-25
* Fixed builds with size optimisation.Evgeny Grin (Karlson2k)2017-11-25
* releasing libmicrohttpd 0.9.56v0.9.56Christian Grothoff2017-11-24
* Improved doxy for MHD_free() and MHD_digest_auth_get_username()Evgeny Grin (Karlson2k)2017-11-23
* Added MHD_FEATURE_SENDFILE test featureEvgeny Grin (Karlson2k)2017-11-23
* https_tests: fixed typo in libcurl version numberEvgeny Grin (Karlson2k)2017-11-22
* Updated .gitignore filesEvgeny Grin (Karlson2k)2017-11-22
* Added support for Darwin-style sendfile()Evgeny Grin (Karlson2k)2017-11-22
* mhd_limits: improved detection of OFF_T_MAX, SIZE_MAX, added macros for SSIZE...Evgeny Grin (Karlson2k)2017-11-22
* mhd_threads: Fixed thread ID data races on pthreadsEvgeny 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
* Fixed race condition on W32Evgeny Grin (Karlson2k)2017-11-15
* https_fileserver_example: removed unused headers, fixed build withEvgeny Grin (Karlson2k)2017-11-13
* test_https_session_info: silenced compiler warning.Evgeny Grin (Karlson2k)2017-11-09
* Threads initialisation: reduce data race on W32Evgeny Grin (Karlson2k)2017-11-07
* Added support for Solaris-style sendfileEvgeny Grin (Karlson2k)2017-11-07
* daemon.c: fixed unneeded extra semicolonEvgeny Grin (Karlson2k)2017-11-06
* connection_https.c: fixed commentEvgeny Grin (Karlson2k)2017-11-03
* Fixed received of large data over HTTPS in epoll.Evgeny Grin (Karlson2k)2017-11-03
* 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/testczzuf.Evgeny Grin (Karlson2k)2017-10-31
* Silenced compiler warnings in src/testcurl/https, minor fixes.Evgeny Grin (Karlson2k)2017-10-30
* MHD_queue_response(): ignore response, but return OK if daemon is shut down.Evgeny Grin (Karlson2k)2017-10-30
* Silenced compiler warnings in src/testcurl.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
* MHD_stop_daemon(): do not shutdown listen socket before setting shutdown flagEvgeny Grin (Karlson2k)2017-10-30
* Make testsuite compatible with W32 againEvgeny Grin (Karlson2k)2017-10-29
* daemon.c: refactoring of MHD_stop_daemon() for clarity and readability.Evgeny Grin (Karlson2k)2017-10-29
* daemon.c: refactoring of MHD_start_daemon_va()Evgeny Grin (Karlson2k)2017-10-29
* daemon.c: renamed MHD_select_thread() -> MHD_polling_thread() for clarityEvgeny Grin (Karlson2k)2017-10-29
* add MHD_free(), actual 'code' and symbol exportChristian Grothoff2017-10-09
* add MHD_free(), actual 'code'Christian Grothoff2017-10-09
* add MHD_free(), as suggested by Tim on the mailinglistChristian Grothoff2017-10-09
* include full method listChristian Grothoff2017-10-07