aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd
Commit message (Expand)AuthorAge
* fix warning 'Failed to get listen port number due to small buffer' encountere...Christian Grothoff2017-11-27
* Fixed compiler warningEvgeny 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
* 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
* 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
* 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
* Fixed race condition on W32Evgeny Grin (Karlson2k)2017-11-15
* 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
* Stick to C89 standard for a whileEvgeny Grin (Karlson2k)2017-10-31
* MHD_queue_response(): ignore response, but return OK if daemon is shut down.Evgeny Grin (Karlson2k)2017-10-30
* MHD_stop_daemon(): do not shutdown listen socket before setting shutdown flagEvgeny Grin (Karlson2k)2017-10-30
* 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'Christian Grothoff2017-10-09
* use more c99Christian Grothoff2017-10-05
* misc style improvements, fixing some tiny rare memory leaks in examplesChristian Grothoff2017-10-05
* fix indentation, use 'true' instead of not 0Christian Grothoff2017-10-05
* Implemented usage of readahead buffer for sendfile() on FreeBSD 11 and laterEvgeny Grin2017-10-02
* Added support for sendfile() on FreeBSDEvgeny Grin2017-10-02
* Improved 5ac497e212525a12209a3c1007a129ae85055cf7Evgeny Grin (Karlson2k)2017-10-01
* mhd_limits.h: improved macrosEvgeny Grin (Karlson2k)2017-10-01
* Added detection for Linux form of sendfile(2)Evgeny Grin (Karlson2k)2017-10-01
* Fixed 5ac497e212525a12209a3c1007a129ae85055cf7Evgeny Grin (Karlson2k)2017-10-01
* sendfile_adapter(): fixed indentationEvgeny Grin (Karlson2k)2017-10-01
* Sending with sendfile: use chunks so MHD will be able to process other connec...Evgeny Grin (Karlson2k)2017-10-01
* sendfile_adapter(): fixed wrong type of return variableEvgeny Grin (Karlson2k)2017-10-01
* test_start_stop: silent compiler warningsEvgeny Grin (Karlson2k)2017-10-01
* test_start_stop: moved to src/microhttpd, removed inclusion of libcurl headerEvgeny Grin (Karlson2k)2017-10-01
* test_options: really use this test instead of just compiling,Evgeny Grin (Karlson2k)2017-09-30
* resume_suspended_connections(): fixed assert at daemon shutdown.Evgeny Grin (Karlson2k)2017-09-30
* Fixed compiler warnings for tests in src/microhttpdEvgeny Grin (Karlson2k)2017-09-29
* digestauth.c: refined commentEvgeny Grin (Karlson2k)2017-09-29
* mhd_str.c: muted compiler warningEvgeny Grin (Karlson2k)2017-09-28