aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/daemon.c
Commit message (Expand)AuthorAge
...
* Fixed additional compiler warnings on W32Evgeny Grin (Karlson2k)2022-05-14
* Fixed some compiler warnings on W32Evgeny Grin (Karlson2k)2022-05-14
* Fixed handling of connections with non-standard client addresses (pipe or UNI...Evgeny Grin (Karlson2k)2022-05-14
* Fixed leaks of mutexes.Evgeny Grin (Karlson2k)2022-05-12
* Added asserts to check for non-master daemons onlyEvgeny Grin (Karlson2k)2022-05-12
* Enforced no use of 'per_ip_connection_mutex' in slave daemonsEvgeny Grin (Karlson2k)2022-05-12
* Cosmetics for cd5ad7aaadd8f169f79ba3564d49d7f2889093b8Evgeny Grin (Karlson2k)2022-05-12
* Fixed compiler error introduced by cd5ad7aaadd8f169f79ba3564d49d7f2889093b8Evgeny Grin (Karlson2k)2022-05-06
* digestauth: always use master daemon onlyEvgeny Grin (Karlson2k)2022-05-06
* MHD_get_master(): moved to the header, simplifiedEvgeny Grin (Karlson2k)2022-05-06
* Added missing zero-out of nonce-nc map arrayEvgeny Grin (Karlson2k)2022-05-06
* daemon: muted compiler warningEvgeny Grin (Karlson2k)2022-05-05
* Added new function MHD_get_timeout_i()Evgeny Grin (Karlson2k)2022-04-28
* MHD_get_timeout*(): improved doxyEvgeny Grin (Karlson2k)2022-04-27
* Use new function MHD_get_timeout64() in MHD codeEvgeny Grin (Karlson2k)2022-04-27
* daemon: added workaround for 'uncrustify' broken formattingEvgeny Grin (Karlson2k)2022-04-27
* Added new function MHD_get_timeout64s()Evgeny Grin (Karlson2k)2022-04-27
* get_timeout_millisec_(): refactoring for readabilityEvgeny Grin (Karlson2k)2022-04-27
* Added new function MHD_get_timeout64()Evgeny Grin (Karlson2k)2022-04-27
* thread-per-connection: improved timeout handling for 'poll()' mode, fixed sho...Evgeny Grin (Karlson2k)2022-04-27
* thread-per-connection: do not cache connection timeoutEvgeny Grin (Karlson2k)2022-04-27
* Fixed compiler warnings of implicit casting, which could change the valueEvgeny Grin (Karlson2k)2022-04-27
* MHD_get_daemon_info(): fixed unaligned memory accessEvgeny Grin (Karlson2k)2022-04-25
* daemon.c: fixed possible unaligned access to 'struct sockaddr_in'Evgeny Grin (Karlson2k)2022-04-23
* Fixed many macrosEvgeny Grin (Karlson2k)2022-04-23
* daemon.c: added prototypes for non-static functionsEvgeny Grin (Karlson2k)2022-04-23
* MHD_start_daemon: simplified logic for AUTO flagsEvgeny Grin (Karlson2k)2022-04-23
* Minor simplification for ALPN protocols codeEvgeny Grin (Karlson2k)2022-04-19
* Added workaround for external APIsEvgeny Grin (Karlson2k)2022-04-19
* Fixed missing 'const' qualifiersEvgeny Grin (Karlson2k)2022-04-19
* MHD_get_version(): fixed signed value bit shiftEvgeny Grin (Karlson2k)2022-04-18
* Added _MHD_EXTERN to the all public functions definitionsEvgeny Grin (Karlson2k)2022-04-18
* daemon: muted compiler warningEvgeny Grin (Karlson2k)2022-04-17
* daemon: fixed new compiler warningsEvgeny Grin (Karlson2k)2022-01-31
* MHD_ip_limit_add(): do not use syscalls while holding the lockEvgeny Grin (Karlson2k)2022-01-31
* MHD_ip_addr_to_key(): identify type of address by 'sa_family' instead of sizeEvgeny Grin (Karlson2k)2022-01-31
* MHD_add_connection(): reject wrong addrlenEvgeny Grin (Karlson2k)2022-01-31
* Moved mhd_panic() and helpers to separate .c/.h filesEvgeny Grin (Karlson2k)2022-01-25
* Doxy corrections, fixes, and syncEvgeny Grin (Karlson2k)2021-12-29
* Added workaround for system clock jumps backEvgeny Grin (Karlson2k)2021-12-26
* Reduced maximum possible connection timeoutEvgeny Grin (Karlson2k)2021-12-26
* microhttpd.h: minor doxy fixesEvgeny Grin (Karlson2k)2021-12-17
* GnuTLS: correctly pass sockets on W32 x64Evgeny Grin (Karlson2k)2021-12-12
* Fixed compatibility with old GnuTLS versionsEvgeny Grin (Karlson2k)2021-12-12
* new_connection_process_(): fixed handling of errorsEvgeny Grin (Karlson2k)2021-12-05
* Added special log message to report exceeded system limit on number of threadsEvgeny Grin (Karlson2k)2021-12-05
* Fixed doxy for MHD_suspend_connection()Evgeny Grin (Karlson2k)2021-12-03
* Minor readability improvementsEvgeny Grin (Karlson2k)2021-12-01
* Fixed MHD_FEATURE_AUTOSUPPRESS_SIGPIPE return valueEvgeny Grin (Karlson2k)2021-11-28
* If socket error is detected, try to detect the type of error before closingEvgeny Grin (Karlson2k)2021-11-28