aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Added new daemon option MHD_OPTION_CLIENT_DISCIPLINE_LVEvgeny Grin (Karlson2k)2022-12-22
* connection.c: cosmeticsEvgeny Grin (Karlson2k)2022-12-21
* Always close connection after reply if both Content-Length and chucked are usedEvgeny Grin (Karlson2k)2022-12-19
* Refactored cookies parsing.Evgeny Grin (Karlson2k)2022-12-19
* test_parse_cookies: rewrittenEvgeny Grin (Karlson2k)2022-12-19
* MHD_get_version_bin(): added new functionEvgeny Grin (Karlson2k)2022-12-19
* 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
* configure: fixed detection of eventfd() with new compilers buildsEvgeny Grin (Karlson2k)2022-11-26
* test_get_iovec: fixed missing include headersEvgeny Grin (Karlson2k)2022-11-24
* test_upgrade{,_large}: fixed HTTP/1.1 compatibilityEvgeny Grin (Karlson2k)2022-11-24
* testcurl: fixed checking response headers as null-terminated stringEvgeny Grin (Karlson2k)2022-11-07
* Tests and examples: added rule to (re-)build libmicrohttpd.laEvgeny Grin (Karlson2k)2022-11-06
* 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: improved check for assertsEvgeny Grin (Karlson2k)2022-11-06
* configure: sorted summary messagesEvgeny Grin (Karlson2k)2022-10-30
* configure: removed extra empty lines in built-in helpEvgeny Grin (Karlson2k)2022-10-30
* test-suite: marked some tests as "very heavy" testsEvgeny Grin (Karlson2k)2022-10-30
* configure: added summary message about heavy testsEvgeny Grin (Karlson2k)2022-10-30
* configure: added summary message about fuzzing testsEvgeny Grin (Karlson2k)2022-10-30
* configure: minor refactoring for check for libcurl-based testsEvgeny Grin (Karlson2k)2022-10-30
* configure: do not pass AM_TESTS_ENVIRONMENT directlyEvgeny Grin (Karlson2k)2022-10-30
* testzzuf: fixed missing CPPFLAGS from configureEvgeny Grin (Karlson2k)2022-10-30
* -support mime-types by file extension in demo.cChristian Grothoff2022-10-28
* 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
* microhttpd.h: doxy improvementsEvgeny Grin (Karlson2k)2022-10-28
* postprocessor.h: fixed typos in doxyEvgeny Grin (Karlson2k)2022-10-28
* test_head: check libcurl for timeout valueEvgeny Grin (Karlson2k)2022-10-28
* test_head: added check for excess data in replyEvgeny Grin (Karlson2k)2022-10-28
* testcurl: added test with Content-Length broken value in requestEvgeny 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
* test_toolarge: fixed compiler warningEvgeny Grin (Karlson2k)2022-10-13
* testcurl/https: minor improvementsEvgeny Grin (Karlson2k)2022-10-13