aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd
Commit message (Expand)AuthorAge
* Added macro for base64 decoded sizeEvgeny Grin (Karlson2k)2023-06-01
* Avoided potential compiler warningsEvgeny Grin (Karlson2k)2023-06-01
* Fixed compiler warning when built without poll() supportEvgeny Grin (Karlson2k)2023-06-01
* daemon.c: redesigned code for clarity and formattingEvgeny Grin (Karlson2k)2023-06-01
* test_client_put_stop: fixed typo in diag messageEvgeny Grin (Karlson2k)2023-06-01
* Detect sysctl() symbols in configureEvgeny Grin (Karlson2k)2023-06-01
* test_client_put_stop: muted compiler warningsEvgeny Grin (Karlson2k)2023-06-01
* tests: unified use of function name macrosEvgeny Grin (Karlson2k)2023-06-01
* Simplified usage of the function name magic macrosEvgeny Grin (Karlson2k)2023-06-01
* Added specific headers inclusion and detectionEvgeny Grin (Karlson2k)2023-06-01
* test_client_put_stop: avoid stress-testing the OSEvgeny Grin (Karlson2k)2023-06-01
* test_client_put_stop: fixed typo in commentEvgeny Grin (Karlson2k)2023-06-01
* test_client_put_stop: fixed test on DarwinEvgeny Grin (Karlson2k)2023-06-01
* test_postprocessor_md: fixed build in C89 modeEvgeny Grin (Karlson2k)2023-06-01
* The proper fix for MHD_get_connection_info()Evgeny Grin (Karlson2k)2023-05-25
* MHD_get_connection_info(): fixed copying pointer instead of copying valueEvgeny Grin (Karlson2k)2023-05-25
* {md5,sha256}_ext.c: fixed processing of initialisation error with NULL handlerEvgeny Grin (Karlson2k)2023-04-17
* {md5,sha256}_ext.c: comments addedEvgeny Grin (Karlson2k)2023-04-17
* -fix bogus assert, use proper libgcrypt typeChristian Grothoff2023-04-17
* Implemented and used new function MHD_pool_deallocate()Evgeny Grin (Karlson2k)2023-04-05
* memorypool: added more assertsEvgeny Grin (Karlson2k)2023-04-05
* memorypool: fixed wrong pointer comparison introduced by 3444792f14d96a58648a...Evgeny Grin (Karlson2k)2023-04-05
* memorypool: cosmeticsEvgeny Grin (Karlson2k)2023-04-05
* Upgraded TLS: use more available memory for pumping the dataEvgeny Grin (Karlson2k)2023-03-31
* Upgraded connection: replaced two checks with assertsEvgeny Grin (Karlson2k)2023-03-30
* connection.c: cosmeticsEvgeny Grin (Karlson2k)2023-03-30
* Upgraded TLS: fixed inefficient communicationEvgeny Grin (Karlson2k)2023-03-30
* Upgraded TLS: warn if emergency buffer is usedEvgeny Grin (Karlson2k)2023-03-29
* Makefile: fixed build with 'make' without nested vars supportEvgeny Grin (Karlson2k)2023-03-03
* configure: fixed checks for tsearch() and relatedEvgeny Grin (Karlson2k)2023-03-03
* tsearch.{h,c}: updated to the latest fixed versionEvgeny Grin (Karlson2k)2023-03-03
* daemon.c: fixed heap manipulations with mutex heldEvgeny Grin (Karlson2k)2023-03-02
* -typoChristian Grothoff2023-02-27
* fix parser bug that could be used to crash servers using the MHD_PostProcessorChristian Grothoff2023-02-26
* epoll: immediately notice when other side closes the socket, instead of waiti...Christian Grothoff2023-02-08
* add assertion to guard against bad behavior described in #7196, also document...Christian Grothoff2023-02-08
* response.c: fixed compiler warning on x32 platformsEvgeny Grin (Karlson2k)2022-12-27
* daemon: fixed compiler warning for non-TLS buildsEvgeny Grin (Karlson2k)2022-12-27
* Correction for 4a169d0cffaa69ed22ddd6cca721b43c7599df6cEvgeny Grin (Karlson2k)2022-12-24
* Updated parsing of cookies, reject cookie completely if discipline is very st...Evgeny Grin (Karlson2k)2022-12-22
* Updated W32 resources fileEvgeny Grin (Karlson2k)2022-12-22
* 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
* 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