aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
...
* Updated doxy for some of the MHD_create_response_*() functionsEvgeny Grin (Karlson2k)2022-03-18
* Added MHD_RF_HEAD_ONLY_RESPONSE response flagEvgeny Grin (Karlson2k)2022-03-17
* add_user_headers(): removed unused footers supportEvgeny Grin (Karlson2k)2022-03-17
* MHD_queue_response(): significantly improved doxyEvgeny Grin (Karlson2k)2022-03-14
* Disallowed MHD_SIZE_UNKNOWN for buffer-based responsesEvgeny Grin (Karlson2k)2022-03-14
* MHD_set_response_options(): check whether the new flags could be usedEvgeny Grin (Karlson2k)2022-03-13
* Simplified function for determining needs for reply body and headersEvgeny Grin (Karlson2k)2022-03-13
* MHD_queue_response(): refuse 101 code when not supportedEvgeny Grin (Karlson2k)2022-03-13
* MHD_queue_response(): clarified log messageEvgeny Grin (Karlson2k)2022-03-13
* Disallowed successful responses for CONNECT requestsEvgeny Grin (Karlson2k)2022-03-11
* Added warning in log if application-defined Content-Length is usedEvgeny Grin (Karlson2k)2022-03-10
* Added separate internal "responseIcy" flag.Evgeny Grin (Karlson2k)2022-03-10
* upgrade response: set response size to zeroEvgeny Grin (Karlson2k)2022-03-08
* memorypool: fixed: unpoison memory for ASAN before destroying poolEvgeny Grin (Karlson2k)2022-03-07
* reply: warn if manual "Content-Length" is used when this header is not allowedEvgeny Grin (Karlson2k)2022-03-07
* response headers: do not add automatic "Content-Length" header if response al...Evgeny Grin (Karlson2k)2022-03-07
* response.c: fixed coding styleEvgeny Grin (Karlson2k)2022-03-07
* response: added automatic flag MHD_RAF_HAS_CONTENT_LENGTHEvgeny Grin (Karlson2k)2022-03-07
* MHD_queue_response(): improved doxyEvgeny Grin (Karlson2k)2022-03-07
* connection.c: added function to check used replyEvgeny Grin (Karlson2k)2022-03-07
* daemon: fixed new compiler warningsEvgeny Grin (Karlson2k)2022-01-31
* MHD_ip_limit_add(): do not use syscalls while holding the lockEvgeny Grin (Karlson2k)2022-01-31
* test_digestauth_concurrent: fixed non-W32 random generationEvgeny Grin (Karlson2k)2022-01-31
* MHD_ip_addr_to_key(): identify type of address by 'sa_family' instead of sizeEvgeny Grin (Karlson2k)2022-01-31
* MHD_add_connection(): reject wrong addrlenEvgeny Grin (Karlson2k)2022-01-31
* test_digestauth_concurrent: finish the test even if error is foundEvgeny Grin (Karlson2k)2022-01-31
* digestauth: reject invalid 'nc' valueEvgeny Grin (Karlson2k)2022-01-31
* Added new test for concurrent digest authorisationEvgeny Grin (Karlson2k)2022-01-30
* test: fixed processing '--quiet' parameterEvgeny Grin (Karlson2k)2022-01-30
* test_digestauth*: fixed possible use of uninitialised dataEvgeny Grin (Karlson2k)2022-01-30
* test_digestauth: removed unneeded escaping in test URLEvgeny Grin (Karlson2k)2022-01-30
* test_digestauth: added workaround for bug in old libcurlEvgeny Grin (Karlson2k)2022-01-30
* test_{digestauth,quiesce}: added report for libcurl errorEvgeny Grin (Karlson2k)2022-01-30
* Fixed code style in basicauth.cEvgeny Grin (Karlson2k)2022-01-27
* Updated doxy; explicitly tolerated NULL in MHD_queue*_auth*()Evgeny Grin (Karlson2k)2022-01-27
* Updated docs, test, and example to use correct digest auth APIEvgeny Grin (Karlson2k)2022-01-27
* test_digestauth: correctly use MHD APIEvgeny Grin (Karlson2k)2022-01-27
* test_digestauth: added more detailed error reportingEvgeny Grin (Karlson2k)2022-01-27
* test_quiesce: minor code unificationEvgeny Grin (Karlson2k)2022-01-27
* test_digestauth: use new APIEvgeny Grin (Karlson2k)2022-01-27
* test_postprocessor_md: used the new source file instead of the local substitu...Evgeny Grin (Karlson2k)2022-01-25
* mhd_panic: replaced direct function call with the macroEvgeny Grin (Karlson2k)2022-01-25
* Moved mhd_panic() and helpers to separate .c/.h filesEvgeny Grin (Karlson2k)2022-01-25
* check_nonce_nc(): reworked mutex handlingEvgeny Grin (Karlson2k)2022-01-18
* digestauth: Moved hex printing function to mhd_strEvgeny Grin (Karlson2k)2022-01-18
* Fixed early response with digest auth in tests, examples, and documentationEvgeny Grin (Karlson2k)2022-01-18
* Added more workarounds for uncrustify bugsEvgeny Grin (Karlson2k)2022-01-18
* Renamed 'con_cls' -> 'req_cls' for access handler callbackEvgeny Grin (Karlson2k)2022-01-18
* digestauth: added macros for algorithms identificationsEvgeny Grin (Karlson2k)2022-01-18
* fix capitalization of SHA-256 / MD5 as per RFC 7616 as reported on the mailin...Christian Grothoff2022-01-17