aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/daemon.c
Commit message (Expand)AuthorAge
* Internal refactoring: moved all request-related members to separate structureEvgeny Grin (Karlson2k)2022-08-06
* digestauth: implemented support for RFC 2069Evgeny Grin (Karlson2k)2022-07-30
* daemon.c: changed fill value for unused membersEvgeny Grin (Karlson2k)2022-07-30
* Added new MHD_OPTION_DIGEST_AUTH_RANDOM_COPY optionEvgeny Grin (Karlson2k)2022-07-30
* MHD_FEATURE_*: added some values related to Digest AuthEvgeny Grin (Karlson2k)2022-07-28
* Use new functions for decode request URLsEvgeny Grin (Karlson2k)2022-07-19
* Fixed function name introduced by 3eb2fb6dfb302a7ffbc74174d37fa047e3a94036Evgeny Grin (Karlson2k)2022-06-13
* MHD_free(): updated doxyEvgeny Grin (Karlson2k)2022-06-10
* Fixed very rare data races when closing upgraded connectionEvgeny Grin (Karlson2k)2022-06-08
* Muted compiler warnings for W32 non-TLS build of the libEvgeny Grin (Karlson2k)2022-06-02
* daemon: muted compiler warning, refactored code for readabilityEvgeny Grin (Karlson2k)2022-05-31
* daemon.c: fixed possible uninitialized valueEvgeny Grin (Karlson2k)2022-05-31
* Fixed wrong variable type used for result of gnutls_priority_init()Evgeny Grin (Karlson2k)2022-05-31
* MHD_get_timeout*(): improved doxyEvgeny Grin (Karlson2k)2022-05-31
* I'm trying to use libmicrohttpd on a platform where fcntl(fd, O_NONBLOCK)Kolja Nowak2022-05-18
* daemon options: added missing HTTPS-related options error reports for non-HTT...Evgeny Grin (Karlson2k)2022-05-16
* Added missing in 'switch' enum values (no functional change)Evgeny Grin (Karlson2k)2022-05-16
* Use '#ifdef PARAM' instead of '#if PARAM' for configuration optionsEvgeny Grin (Karlson2k)2022-05-16
* Made cookie parsing optional featureEvgeny Grin (Karlson2k)2022-05-15
* 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