aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* 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
* Response from callback: do allow negative return amounts, except predefined v...Evgeny Grin (Karlson2k)2022-04-27
* Fixed compiler warnings of implicit casting, which could change the valueEvgeny Grin (Karlson2k)2022-04-27
* MHD_itc_clear_(): simplified eventfd versionEvgeny Grin (Karlson2k)2022-04-27
* set_test_panic: added new testEvgeny Grin (Karlson2k)2022-04-25
* MHD_set_panic_func: clarified doxyEvgeny Grin (Karlson2k)2022-04-25
* configure: fixed clang's "argument unused"Evgeny Grin (Karlson2k)2022-04-25
* test_postprocessor: fixed typoEvgeny Grin (Karlson2k)2022-04-25
* Removed unneeded anymore alignment workarounds.Evgeny Grin (Karlson2k)2022-04-25
* MHD_get_daemon_info(): fixed unaligned memory accessEvgeny Grin (Karlson2k)2022-04-25
* sha1.c: muted alignment warningsEvgeny Grin (Karlson2k)2022-04-25
* sha1.c: fixed coding styleEvgeny Grin (Karlson2k)2022-04-25
* sha256.c: muted alignment warningsEvgeny Grin (Karlson2k)2022-04-25
* sha256.c: fixed coding styleEvgeny Grin (Karlson2k)2022-04-25
* md5.c: muted compiler alignment warningsEvgeny Grin (Karlson2k)2022-04-25
* mhd_bithelpers: minor improvement of internal macrosEvgeny Grin (Karlson2k)2022-04-25
* MHD_get_connection_info(): Fixed possible unaligned accessEvgeny Grin (Karlson2k)2022-04-25
* daemon.c: fixed possible unaligned access to 'struct sockaddr_in'Evgeny Grin (Karlson2k)2022-04-23
* doc/examples: avoid usage of unportable functionsEvgeny Grin (Karlson2k)2022-04-23
* doc/examples: improved formattingEvgeny Grin (Karlson2k)2022-04-23
* doc/examples: do not use non-literals for printf()Evgeny Grin (Karlson2k)2022-04-23
* src/examples: fixed printf format specifiersEvgeny Grin (Karlson2k)2022-04-23
* test_shutdown_select: fixed code styleEvgeny Grin (Karlson2k)2022-04-23
* microhttpd2.h: fixed code styleEvgeny Grin (Karlson2k)2022-04-23
* Fixed many macrosEvgeny Grin (Karlson2k)2022-04-23
* configure: changed warning compiler flagsEvgeny Grin (Karlson2k)2022-04-23
* basicauth: very minor optimisaionEvgeny Grin (Karlson2k)2022-04-23
* websocket_threaded_example: mark function as staticEvgeny Grin (Karlson2k)2022-04-23
* Fixed old-style functions definitionsEvgeny Grin (Karlson2k)2022-04-23
* autoinit_funcs.h: improved formattingEvgeny Grin (Karlson2k)2022-04-23
* autoinit_funcs.h: added functions prototypesEvgeny 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
* test_https_sni: limit to libcrul with certain TLS backends.Evgeny Grin (Karlson2k)2022-04-21
* test_https_sni: use CA certificateEvgeny Grin (Karlson2k)2022-04-21
* Updated test TLS certificate in test and examplesEvgeny Grin (Karlson2k)2022-04-21
* test_https_sni: use certificates with SAN fieldsEvgeny Grin (Karlson2k)2022-04-21
* Use HTTP/1.1 for all TLS testsEvgeny Grin (Karlson2k)2022-04-21
* Updated .gitattributesEvgeny Grin (Karlson2k)2022-04-21
* doc/examples: Fixed drop of 'const' qualifiersEvgeny Grin (Karlson2k)2022-04-19
* src/examples: Fixed drop of 'const' qualifiers and minor fixes.Evgeny Grin (Karlson2k)2022-04-19
* microhttpd.h: minor doxy improvementEvgeny Grin (Karlson2k)2022-04-19
* Added new API function MHD_create_response_from_buffer_copy()Evgeny Grin (Karlson2k)2022-04-19
* 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
* Fixed drop of 'const' when building internal error responseEvgeny Grin (Karlson2k)2022-04-19
* Added new API function MHD_create_response_from_buffer_static()Evgeny Grin (Karlson2k)2022-04-19
* MHD_get_version(): fixed signed value bit shiftEvgeny Grin (Karlson2k)2022-04-18