aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd
Commit message (Expand)AuthorAge
...
* MHD_str_quote(): optimized for typical scenarioEvgeny Grin (Karlson2k)2022-06-07
* -more minor fixesChristian Grothoff2022-06-07
* -fix read-only off-by one in 'if ( (0 != memcmp (nn->nonce, nonce, noncelen)) ||Christian Grothoff2022-06-07
* unsure why this was left as a TODO, fix seems trivial (EG: please check)Christian Grothoff2022-06-07
* -minor cleanupsChristian Grothoff2022-06-07
* test_str_quote: added testing of the new functionEvgeny Grin (Karlson2k)2022-06-07
* MHD_str_quote(): added new internal functionEvgeny Grin (Karlson2k)2022-06-07
* -fix warningChristian Grothoff2022-06-06
* gen_auth: simplified value assignmentEvgeny Grin (Karlson2k)2022-06-06
* digestauth: avoid repetitive calculations of some strings' lengthEvgeny Grin (Karlson2k)2022-06-06
* Simplified Digest Auth code by using the new string processing functionsEvgeny Grin (Karlson2k)2022-06-06
* test_str_quote: added testing of the new functionEvgeny Grin (Karlson2k)2022-06-06
* MHD_str_equal_caseless_quoted_bin_n(): added new internal functionEvgeny Grin (Karlson2k)2022-06-06
* Excluded build on the new string functions when they are unusedEvgeny Grin (Karlson2k)2022-06-06
* test_str_quote: added new testEvgeny Grin (Karlson2k)2022-06-06
* MHD_str_equal_quoted_bin_n(): added new internal functionEvgeny Grin (Karlson2k)2022-06-06
* mhd_str: fixed doxy againEvgeny Grin (Karlson2k)2022-06-06
* test_auth_parse: minor formatting imrpovementEvgeny Grin (Karlson2k)2022-06-05
* test_auth_parse: added more checks with unclose quotation for digest authEvgeny Grin (Karlson2k)2022-06-05
* mhd_str: fixed typo in doxyEvgeny Grin (Karlson2k)2022-06-05
* gen_auth: do not allow semicolon for diget auth unless it is in a quoted stringEvgeny Grin (Karlson2k)2022-06-05
* gen_auth: do not allow the equal sign alone for digest authEvgeny Grin (Karlson2k)2022-06-05
* gen_auth: added detection of incorrect delimiters in token68Evgeny Grin (Karlson2k)2022-06-05
* gen_auth: detect invalid Digest parameters without value the end of the stringEvgeny Grin (Karlson2k)2022-06-05
* gen_auth: treat empty header as invalidEvgeny Grin (Karlson2k)2022-06-05
* test_auth_parse: added new testEvgeny Grin (Karlson2k)2022-06-05
* Request authorisation: detect possibly valid, but unsupported typeEvgeny Grin (Karlson2k)2022-06-05
* Muted compiler warnings for W32 non-TLS build of the libEvgeny Grin (Karlson2k)2022-06-02
* connection: muted compiler warningEvgeny Grin (Karlson2k)2022-06-01
* daemon: muted compiler warning, refactored code for readabilityEvgeny Grin (Karlson2k)2022-05-31
* Fixed 'int' instead of 'MHD_Result'Evgeny Grin (Karlson2k)2022-05-31
* daemon.c: fixed possible uninitialized valueEvgeny Grin (Karlson2k)2022-05-31
* mhd_sockets: muted compiler warning with very minor optimisationEvgeny 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
* connection.c: fixed compiler warningsEvgeny Grin (Karlson2k)2022-05-31
* authentication: reworked header parsingEvgeny Grin (Karlson2k)2022-05-31
* mhd_str: renamed internal structEvgeny Grin (Karlson2k)2022-05-31
* mhd_str: corrected doxyEvgeny Grin (Karlson2k)2022-05-31
* response.c: better handle broken situationEvgeny Grin (Karlson2k)2022-05-29
* MHD_str_remove_token_caseless_(): added check, muted compiler warningsEvgeny Grin (Karlson2k)2022-05-29
* MHD_str_remove_token_caseless_(): muted ASAN errorsEvgeny Grin (Karlson2k)2022-05-28
* digestauth: reworked support for multiple digest algorithmsEvgeny Grin (Karlson2k)2022-05-23
* connection_alloc_memory_(): made function non-staticEvgeny Grin (Karlson2k)2022-05-20
* MHD_str_unquote(): added new internal functionEvgeny Grin (Karlson2k)2022-05-20
* Created digestauth.h headerEvgeny Grin (Karlson2k)2022-05-20
* Created basicauth.h headerEvgeny Grin (Karlson2k)2022-05-20
* I'm trying to use libmicrohttpd on a platform where fcntl(fd, O_NONBLOCK)Kolja Nowak2022-05-18
* mhd_panic: minor macro improvementEvgeny Grin (Karlson2k)2022-05-16
* MHD_connection_update_event_loop_info(): more complete TLS states handlingEvgeny Grin (Karlson2k)2022-05-16