aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/daemon.c
Commit message (Expand)AuthorAge
* Further clarified requirement to use MHD_get_timeout()Evgeny Grin (Karlson2k)2021-05-12
* Fixed build without poll()Evgeny Grin (Karlson2k)2021-04-23
* daemon: fixed build without HTTPSEvgeny Grin (Karlson2k)2021-04-22
* Fixed copy-paster and typo errorsEvgeny Grin (Karlson2k)2021-04-22
* Formatting and comments for 4e8f86a655a7d786bdce3f1330fd8fa083df8dfeEvgeny Grin (Karlson2k)2021-04-19
* Added support for ALPN protocols list for TLS connectionsEvgeny Grin (Karlson2k)2021-04-19
* log messaged-related minor fixesEvgeny Grin (Karlson2k)2021-04-19
* Formatting and minor fix for 61fa3896442b5629e28d36d4e9e924440e03d873Evgeny Grin (Karlson2k)2021-04-16
* Fixes and improvements for 6c751386a2e06d35b6d072c064bd581ddd561c52Evgeny Grin (Karlson2k)2021-04-16
* init refactoring: always call MHD_send_init_static_vars_()Evgeny Grin (Karlson2k)2021-04-16
* fix #6768: do not use TCP-specific syscalls on UNIX domain socketsEvgeny Grin (Karlson2k)2021-04-16
* Added missing '_MHD_EXTERN' to MHD_run_wait()Evgeny Grin (Karlson2k)2021-04-11
* Implemented new API function MHD_run_wait().Evgeny Grin (Karlson2k)2021-04-01
* Added MHD_OPTION_SIGPIPE_HANDLED_BY_APP optionEvgeny Grin (Karlson2k)2021-03-17
* microhttpd.h: added notes about minimal MHD version for some symbolsEvgeny Grin (Karlson2k)2021-03-17
* MHD_start_daemon(): warn if messages could be printed by wrong loggerEvgeny Grin (Karlson2k)2021-03-15
* daemon: added user options counterEvgeny Grin (Karlson2k)2021-03-15
* MHD_start_daemon(): do not use log before user settings are processedEvgeny Grin (Karlson2k)2021-03-15
* SIGPIPE macros minor refactoringEvgeny Grin (Karlson2k)2021-02-24
* return timeout of 0 if cleanup is pendingChristian Grothoff2021-01-06
* daemon.c: muted Oracle compiler warningEvgeny Grin (Karlson2k)2020-12-28
* Fixed build --without-threadsEvgeny Grin (Karlson2k)2020-12-27
* Fixed builds with --disable-https or --disable-httpupgradeEvgeny Grin (Karlson2k)2020-12-27
* Fixed builds with --disable-messagesEvgeny Grin (Karlson2k)2020-12-27
* Fixed copy-paste mistakeEvgeny Grin (Karlson2k)2020-12-26
* Fixed init and deinit of mutexEvgeny Grin (Karlson2k)2020-12-26
* daemon.c: Fixed copy-paste errorEvgeny Grin (Karlson2k)2020-12-22
* Fixed: avoided SIGPIPE if possiibleEvgeny Grin (Karlson2k)2020-12-21
* daemon.c: fixed buildEvgeny Grin (Karlson2k)2020-12-20
* new connection: small refactoring for readabilityEvgeny Grin (Karlson2k)2020-12-19
* Do not reset buffering on added connectionEvgeny Grin (Karlson2k)2020-12-19
* Fixed debug build without TLS supportEvgeny Grin (Karlson2k)2020-12-16
* Muted some compiler warningsEvgeny Grin (Karlson2k)2020-12-13
* new_connection_prepare_(): removed extra sys-callEvgeny Grin (Karlson2k)2020-12-11
* Stopped using sk_cork_on for TCP_NODELAY tracking.Evgeny Grin (Karlson2k)2020-12-03
* Added: track TCP_NODELAY state of client socketsEvgeny Grin (Karlson2k)2020-12-01
* daemon.c: fixed: set TCP_NODELAY for externally added connections as wellEvgeny Grin (Karlson2k)2020-12-01
* mhd_send: use MSG_MORE only if it functionsEvgeny Grin (Karlson2k)2020-11-29
* new_connection_prepare_(): fixed: CORK is never on by defaultEvgeny Grin (Karlson2k)2020-11-29
* mhd_sockets: renamed macros for clarityEvgeny Grin (Karlson2k)2020-11-29
* Speed-up closure of upgraded connection with daemon shutdownEvgeny Grin (Karlson2k)2020-10-31
* Fixed deadlock introduced by c5b4a9deb550ab5a8a0bb36103a9547da21f8982Evgeny Grin (Karlson2k)2020-10-31
* Upgraded connection: fixed use-after-free for thread-per-connectionEvgeny Grin (Karlson2k)2020-10-30
* new_connection_prepare_(): fixed use-after-free in error handlerEvgeny Grin (Karlson2k)2020-10-29
* daemon.c: added cleanup assertsEvgeny Grin (Karlson2k)2020-10-29
* daemon.c: clearer error report for sockets not fit FD_SETSIZEEvgeny Grin (Karlson2k)2020-10-26
* new_connection_process_(): additional assertEvgeny Grin (Karlson2k)2020-10-26
* daemon.c: process new connections in more efficient wayEvgeny Grin (Karlson2k)2020-10-25
* Fixed thread-safety for externally added connectionsEvgeny Grin (Karlson2k)2020-10-25
* daemon.c: fixed leak of resources if daemon is failed to startEvgeny Grin (Karlson2k)2020-10-23