aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd
Commit message (Expand)AuthorAge
* parse_http_version(): cosmeticsEvgeny Grin (Karlson2k)2022-12-19
* digestauth: avoid malloc() repeat by using the new functionEvgeny Grin (Karlson2k)2022-12-19
* response.c: added new internal function to avoid repetitive malloc()sEvgeny Grin (Karlson2k)2022-12-19
* Refactored user-poison: minimized scope of non-sanitized codeEvgeny Grin (Karlson2k)2022-11-26
* test_upgrade{,_large}: fixed HTTP/1.1 compatibilityEvgeny Grin (Karlson2k)2022-11-24
* connection: reject or log requests with both chunked encoding and Content-LengthEvgeny Grin (Karlson2k)2022-11-06
* connection: refuse requests with unsupported Transfer-EncodingEvgeny Grin (Karlson2k)2022-11-06
* Fixed macro name spellingEvgeny Grin (Karlson2k)2022-11-06
* configure: do not pass AM_TESTS_ENVIRONMENT directlyEvgeny Grin (Karlson2k)2022-10-30
* Fixing missing status update after 8565e7a8a9e38ae2a2027624cc12c73ef9628f09Evgeny Grin (Karlson2k)2022-10-28
* epoll: make sure that connection waiting for data processing will be processedEvgeny Grin (Karlson2k)2022-10-28
* Missing part for f1c69db3000e65a992e33190f3d272a5b9ca7462Evgeny Grin (Karlson2k)2022-10-28
* Fixed 699b6cd5636ef7ce2e41b42301fc1b56f9a02f8eEvgeny Grin (Karlson2k)2022-10-28
* postprocessor.h: fixed typos in doxyEvgeny Grin (Karlson2k)2022-10-28
* connection.c: fixed handling of various errors automatically detected by MHD ...Evgeny Grin (Karlson2k)2022-10-28
* Reworked partial processing of the uploadEvgeny Grin (Karlson2k)2022-10-22
* Do not send "100 Continue" if part of the request body is already receivedEvgeny Grin (Karlson2k)2022-10-22
* Do not send "100 Continue" if request does not have a bodyEvgeny Grin (Karlson2k)2022-10-22
* Renamed one more connection state for clarityEvgeny Grin (Karlson2k)2022-10-22
* Renamed one state in MHD_ConnectionEventLoopInfo for clarityEvgeny Grin (Karlson2k)2022-10-22
* Added new state for MHD_ConnectionEventLoopInfoEvgeny Grin (Karlson2k)2022-10-22
* New values for MHD_ConnectionEventLoopInfoEvgeny Grin (Karlson2k)2022-10-22
* Added check for hypothetical too large accepted sockets addressesEvgeny Grin (Karlson2k)2022-10-14
* Added ability to check for MHD debug builds at run-timeEvgeny Grin (Karlson2k)2022-10-14
* Fixed builds with old compilers after 0b9776811f2d8bd1041b759bd84733754bba7b3eEvgeny Grin (Karlson2k)2022-10-13
* daemon: added reporting of the position of problem in priorities stringEvgeny Grin (Karlson2k)2022-10-13
* daemon: merged processing of two similar optionsEvgeny Grin (Karlson2k)2022-10-13
* Added new MHD option to append TLS priorities stringEvgeny Grin (Karlson2k)2022-10-13
* TLS: use application-specific system-wide configuration with fallbacksEvgeny Grin (Karlson2k)2022-10-13
* mhd_assert: use "DEBUG" macro defined by some toolchainsEvgeny Grin (Karlson2k)2022-10-13
* digestauth.h: removed leftover in doxyEvgeny Grin (Karlson2k)2022-10-10
* MHD_poll(): removed unneeded checkEvgeny Grin (Karlson2k)2022-10-10
* daemon: small refactoring for more compact code when poll() is not supportedEvgeny Grin (Karlson2k)2022-10-10
* MHD_run_wait(): improved readabilityEvgeny Grin (Karlson2k)2022-10-10
* MHD_start_daemon(): minor readability improvementEvgeny Grin (Karlson2k)2022-10-10
* daemon: fixed delayed notification callback in thread-per-connection modeEvgeny Grin (Karlson2k)2022-10-10
* microhttpd/tests: muted compiler warningsEvgeny Grin (Karlson2k)2022-09-30
* Some readability improvementsEvgeny Grin (Karlson2k)2022-09-28
* Added workarounds for clang with W32 and MinGW incorrect headersEvgeny Grin (Karlson2k)2022-09-28
* muted some compiler warnings for clangEvgeny Grin (Karlson2k)2022-09-28
* mhd_str: minor refactoring for compact codeEvgeny Grin (Karlson2k)2022-09-27
* mhd_str: fixed compiler warning for compact codeEvgeny Grin (Karlson2k)2022-09-27
* connection.c: removed unused check for chunked repliesEvgeny Grin (Karlson2k)2022-09-27
* connection.c: added asserts for connection's states processing logicEvgeny Grin (Karlson2k)2022-09-27
* connection.c: fixed typo in commentEvgeny Grin (Karlson2k)2022-09-27
* Removed one debug member from release buildsEvgeny Grin (Karlson2k)2022-09-27
* Renamed request processing states for clarity and readabilityEvgeny Grin (Karlson2k)2022-09-27
* connection: skip no-op calling of body generation functions when response bod...Evgeny Grin (Karlson2k)2022-09-27
* test-suite: sorted and fixed build flagsEvgeny Grin (Karlson2k)2022-09-27
* Implemented support for hash calculation by GnuTLS lib functionsEvgeny Grin (Karlson2k)2022-09-25