aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/daemon.c
Commit message (Expand)AuthorAge
* fix FTBFSChristian Grothoff2018-12-07
* add build option to compile MHD without threadsChristian Grothoff2018-12-07
* Renamed all occurrences from _model(s)_ to _mode(s)_.silvioprog2018-12-06
* Improve parsing of HTTPS optionsJosé Bollo2018-12-05
* releasing 0.9.61Christian Grothoff2018-11-20
* fix build issue with GnuTLS < 3.0Christian Grothoff2018-11-14
* initialize epoll_fd even if we have no listen fd, patch by Jose BolloChristian Grothoff2018-11-01
* force setting MHD_USE_ITC if using thread-per-connection and notify_completed...Christian Grothoff2018-10-29
* fix possibly bad clearing of client_aware flagChristian Grothoff2018-10-29
* notify main thread about thread termination for instant clean upChristian Grothoff2018-10-20
* Fixed compiler warning on W32Evgeny Grin (Karlson2k)2018-09-26
* Fixed build without HTTPS supportEvgeny Grin (Karlson2k)2018-09-26
* fix a few more compiler warningsChristian Grothoff2018-08-18
* polish configure.ac, use AS_IF where appropriateChristian Grothoff2018-08-18
* add missing breakChristian Grothoff2018-08-18
* fix where we call gnutls_session_set_ptr to prevent NPE (#5427)Christian Grothoff2018-08-18
* integrate TLS PSK patch from Tal Moaz (plus documentation, plus style and bug...Christian Grothoff2018-07-14
* fix 'race' between MHD_epoll and MHD_daemon_quiesce on epoll listen FD remova...Christian Grothoff2018-03-02
* fix test_upgrade transient failures (#5189)Christian Grothoff2018-03-02
* minimal logic simplificationsChristian Grothoff2018-03-02
* remove dead IN_CLEANUP state, revert previous patch that called completed cal...Christian Grothoff2018-03-02
* call completion handler also for upgrade connectionsChristian Grothoff2018-02-27
* initialize daemon immediately, style fixChristian Grothoff2018-02-16
* fixing #5278 as suggested by reporterChristian Grothoff2018-02-16
* indentation fixesChristian Grothoff2018-02-15
* simplify check, do not test same condition twice in nestingChristian Grothoff2018-02-14
* allow passing pf instead of just v6 flag to listen socket creationChristian Grothoff2018-02-09
* starting with mhd2 api implementationChristian Grothoff2018-02-06
* Doxygen fixesEvgeny Grin (Karlson2k)2017-12-11
* 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
* Muted additional 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
* Added MHD_FEATURE_SENDFILE test featureEvgeny Grin (Karlson2k)2017-11-23
* Fixed race condition on W32Evgeny Grin (Karlson2k)2017-11-15
* daemon.c: fixed unneeded extra semicolonEvgeny Grin (Karlson2k)2017-11-06
* 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
* Implemented usage of readahead buffer for sendfile() on FreeBSD 11 and laterEvgeny Grin2017-10-02
* resume_suspended_connections(): fixed assert at daemon shutdown.Evgeny Grin (Karlson2k)2017-09-30
* daemon.c: muted some compiler warnings, added comments.Evgeny Grin (Karlson2k)2017-09-28
* Fix at-limit raceChristian Grothoff2017-09-26
* Updated doxy about MHD_get_timeout()Evgeny Grin (Karlson2k)2017-09-08
* MHD_queue_response(): check for correct thread IDEvgeny Grin (Karlson2k)2017-08-27
* mhd_threads: added thread ID supportEvgeny Grin (Karlson2k)2017-08-27
* Use GNUTLS_NONBLOCK (if available) for TLS sessionsEvgeny Grin (Karlson2k)2017-07-13