aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* digestauth: added check whether arguments specified in the right orderEvgeny Grin (Karlson2k)2022-06-23
* mhd_str.h: fixed doxyEvgeny Grin (Karlson2k)2022-06-22
* digestauth.h: added some doxyEvgeny Grin (Karlson2k)2022-06-22
* digestauth: removed now unused do-while scopeEvgeny Grin (Karlson2k)2022-06-22
* Fixed check for URL match to handle URLs with binary zeroEvgeny Grin (Karlson2k)2022-06-22
* Added tracking of the request URL length.Evgeny Grin (Karlson2k)2022-06-22
* digest_auth_check_all(): simplified, improved readabilityEvgeny Grin (Karlson2k)2022-06-22
* MHD_parse_arguments_(): refactored, allow cls for the callbackEvgeny Grin (Karlson2k)2022-06-22
* test_digestauth{._with_arguments}: do test really with argumentsEvgeny Grin (Karlson2k)2022-06-22
* Removed extra "Upgrade" token in Connection reply header in tests and examplesEvgeny Grin (Karlson2k)2022-06-15
* Remove double adding of MHD_HTTP_HEADER_CONNECTION response headerAlexander Irion2022-06-15
* src/microhttpd/test_*: more compiler warning fixedEvgeny Grin (Karlson2k)2022-06-14
* src/microhttpd/test_*: fixed more compiler warningsEvgeny Grin (Karlson2k)2022-06-14
* test_str: made test compatible with non-VLA compilersEvgeny Grin (Karlson2k)2022-06-14
* test_helpers: fixed doxyEvgeny Grin (Karlson2k)2022-06-14
* websocket_threaded_example: minor fixesEvgeny Grin (Karlson2k)2022-06-14
* mhd_str: fixed doxy, updated copyright yearsEvgeny Grin (Karlson2k)2022-06-14
* test_str: fixed harmless sanitizer errorEvgeny Grin (Karlson2k)2022-06-14
* test_upgrade{,_large}: fixed compiler warningsEvgeny Grin (Karlson2k)2022-06-14
* test_postprocessor{,_large}: additional fixes for compiler warningsEvgeny Grin (Karlson2k)2022-06-14
* test_set_panic: fixed compiler warningsEvgeny Grin (Karlson2k)2022-06-14
* test_options: fixed compiler warnings, removed dead codeEvgeny Grin (Karlson2k)2022-06-14
* test_str: fixed more compiler warningsEvgeny Grin (Karlson2k)2022-06-14
* test_client_put_stop: minor refactoring, fixed compiler warningsEvgeny Grin (Karlson2k)2022-06-13
* test_start_stop: fixed compiler warningsEvgeny Grin (Karlson2k)2022-06-13
* test_http_reasons: fixed compiler warningsEvgeny Grin (Karlson2k)2022-06-13
* test_daemon: fixed compiler warningsEvgeny Grin (Karlson2k)2022-06-13
* test_str_token{,s,s_remove}: fixed compiler warningsEvgeny Grin (Karlson2k)2022-06-13
* test_str: minor refactoring, fixed compiler warningsEvgeny Grin (Karlson2k)2022-06-13
* test_postprocessor{,_amp,_large}: fixed compiler warnings, fixed extra-long s...Evgeny Grin (Karlson2k)2022-06-13
* test_postprocessor_md: removed include of .c file, fixed extra long linesEvgeny Grin (Karlson2k)2022-06-13
* postprocessor.c: added assertEvgeny Grin (Karlson2k)2022-06-13
* postprocessor.h: added new internal headerEvgeny Grin (Karlson2k)2022-06-13
* Fixed function name introduced by 3eb2fb6dfb302a7ffbc74174d37fa047e3a94036Evgeny Grin (Karlson2k)2022-06-13
* Updated examples to use new API for Basic AuthorizationEvgeny Grin (Karlson2k)2022-06-13
* microhttpd.h: cosmetics and doxy minor improvementsEvgeny Grin (Karlson2k)2022-06-13
* test_basicauth: cosmetic correctionEvgeny Grin (Karlson2k)2022-06-11
* MHD_free(): updated doxyEvgeny Grin (Karlson2k)2022-06-10
* Minor improvement for POTFILES.in buildingEvgeny Grin (Karlson2k)2022-06-10
* Makefiles: automatically build POTFILES.inEvgeny Grin (Karlson2k)2022-06-10
* Removed Public Domain base64 decoding filesEvgeny Grin (Karlson2k)2022-06-09
* Basic Auth: switched to the internal Base64 decoding implementationEvgeny Grin (Karlson2k)2022-06-09
* test_str_base64: added test for base64 decodingEvgeny Grin (Karlson2k)2022-06-09
* Implemented base64 decoding with thorough checks for the input data validityEvgeny Grin (Karlson2k)2022-06-09
* MHD_bin_to_hex(): fixed wrong return value (unused currently by MHD).Evgeny Grin (Karlson2k)2022-06-09
* mhd_str.h: fixed typo in doxyEvgeny Grin (Karlson2k)2022-06-09
* Fixed very rare data races when closing upgraded connectionEvgeny Grin (Karlson2k)2022-06-08
* test_basicauth: added two additional tests for the new APIEvgeny Grin (Karlson2k)2022-06-08
* MHD_basic_auth_get_username_password3(): added new public API functionEvgeny Grin (Karlson2k)2022-06-08
* MHD_queue_basic_auth_fail_response3(): new function for RFC 7617 supportEvgeny Grin (Karlson2k)2022-06-08