aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd
Commit message (Expand)AuthorAge
* digestauth: fixed compiler warningsEvgeny Grin (Karlson2k)2024-02-21
* Fixed compiler warnings for builds without Digest AuthEvgeny Grin (Karlson2k)2024-02-21
* Muted possible compiler warningsEvgeny Grin (Karlson2k)2024-02-21
* tests: do not use test_auth_parse when messages are disabledEvgeny Grin (Karlson2k)2024-02-20
* Removed strings with filenames from binary when built without messagesEvgeny Grin (Karlson2k)2024-02-19
* Fixed code logic for builds without messagesEvgeny Grin (Karlson2k)2024-02-19
* MHD_queue_response(): do not return MHD_YES when shutting down the daemonEvgeny Grin (Karlson2k)2024-02-19
* -whitespace and indentation changes onlyChristian Grothoff2024-02-18
* Fixed SHA-512/256 calculation for unrealistically large volumesEvgeny Grin (Karlson2k)2024-02-05
* md5_ext.c: fixed missing includeEvgeny Grin (Karlson2k)2024-02-04
* small typo likely from copy&paste causing macro names to be differentChristian Grothoff2024-02-04
* W32: fixed compiler warningEvgeny Grin (Karlson2k)2024-02-01
* Updated copyright yearsEvgeny Grin (Karlson2k)2024-01-31
* Unified handling of external hash function for MD5 and SHA-256Evgeny Grin (Karlson2k)2024-01-31
* test_upgrade: disable now unused functionEvgeny Grin (Karlson2k)2024-01-31
* test_upgrade: adapted for macOSEvgeny Grin (Karlson2k)2024-01-31
* Compiler warning fixesEvgeny Grin (Karlson2k)2024-01-31
* Fixes for 32-bit platformsEvgeny Grin (Karlson2k)2024-01-31
* Muted compiler warningEvgeny Grin (Karlson2k)2024-01-31
* Fixed grow buffer check on 32-bit platformsEvgeny Grin (Karlson2k)2024-01-31
* Fixed non-debug build without HTTPSEvgeny Grin (Karlson2k)2024-01-30
* Muted some compiler warningsEvgeny Grin (Karlson2k)2024-01-30
* Fixed tests with GnuTLS in non-default pathEvgeny Grin (Karlson2k)2024-01-30
* test_str: reduced number of extra checked localesEvgeny Grin (Karlson2k)2024-01-30
* Muted extra compiler warningsEvgeny Grin (Karlson2k)2024-01-30
* Fixed and/or muted compiler warningsEvgeny Grin (Karlson2k)2024-01-29
* Fixed some doxy for digest authEvgeny Grin (Karlson2k)2024-01-28
* fix #8012Christian Grothoff2024-01-21
* fix memory leak on error pathChristian Grothoff2024-01-21
* use correct HTTP header (content type, not content encoding) for mime type in...Christian Grothoff2024-01-21
* regenerate POTfilesChristian Grothoff2024-01-21
* add missing lock, do not call 'close(-1)' on very rare error pathChristian Grothoff2024-01-21
* test_upgrade{,_large}{,_tls}: unified code, removed workarounds, added new testEvgeny Grin (Karlson2k)2024-01-04
* MHD_OPTION_CONNECTION_MEMORY_{LIMIT,INCREMENT}: added ignore of zero valueEvgeny Grin (Karlson2k)2024-01-04
* test_upgrade: changed the order of send/receiveEvgeny Grin (Karlson2k)2024-01-02
* connection.c: muted false-positive compiler warningEvgeny Grin (Karlson2k)2023-12-31
* daemon: one-line comment formattingEvgeny Grin (Karlson2k)2023-12-31
* initialize required_bytes on all code paths to avoid false-positive compiler ...Christian Grothoff2023-12-31
* configure: implemented setting DAuth defaults by parametersEvgeny Grin (Karlson2k)2023-12-29
* Added daemon options for default nonce timeout and max nc valuesEvgeny Grin (Karlson2k)2023-12-28
* digest auth: added default timeout and max nc valuesEvgeny Grin (Karlson2k)2023-12-28
* internal.h: reordered members in struct MHD_DaemonEvgeny Grin (Karlson2k)2023-12-28
* "Upgraded" TLS connections: removed minor duplicated codeEvgeny Grin (Karlson2k)2023-12-02
* Fixed epoll processing of "Upgraded" connections broken by 38599d9fab185d2673...Evgeny Grin (Karlson2k)2023-12-02
* "Upgraded" TLS connections: fixed sending of large messagesEvgeny Grin (Karlson2k)2023-12-02
* "Upgraded" TLS connections: force processing again if 'was_close' missedEvgeny Grin (Karlson2k)2023-12-02
* "Upgraded" TLS connections: fixed reading last chunks when closingEvgeny Grin (Karlson2k)2023-12-02
* test_upgrade: added checking of socket shutdown statusEvgeny Grin (Karlson2k)2023-12-02
* fix #7967Christian Grothoff2023-12-02
* test_upgrade: implemented timeouts for all socket operationsEvgeny Grin (Karlson2k)2023-11-24