aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd
Commit message (Expand)AuthorAge
...
* test_client_put_stop: don't use fd_sets if select() failsEvgeny Grin (Karlson2k)2021-12-01
* Minor readability improvementsEvgeny Grin (Karlson2k)2021-12-01
* mhd_sockets: reordered includes for better compatibilityEvgeny Grin (Karlson2k)2021-12-01
* Added missing ifdef guard for <stdbool.h>Evgeny Grin (Karlson2k)2021-12-01
* test_client_put_stop: cosmeticsEvgeny Grin (Karlson2k)2021-11-29
* test_client_put_stop: limit total test timeEvgeny Grin (Karlson2k)2021-11-29
* test_client_put_stop: improved readability of the test resultsEvgeny Grin (Karlson2k)2021-11-29
* Partial revert of 8f9567bb48387cd9d95e5d30914f945b106d2ee4Evgeny Grin (Karlson2k)2021-11-29
* test_client_put_stop: Use longer timeout periods for select()Evgeny Grin (Karlson2k)2021-11-28
* test_client_put_stop: suppress SIGPIPE on the client sideEvgeny Grin (Karlson2k)2021-11-28
* Fixed MHD_FEATURE_AUTOSUPPRESS_SIGPIPE return valueEvgeny Grin (Karlson2k)2021-11-28
* If socket error is detected, try to detect the type of error before closingEvgeny Grin (Karlson2k)2021-11-28
* Cosmetics: removed duplicated valueEvgeny Grin (Karlson2k)2021-11-28
* test_client_put_stop: check for right reasonEvgeny Grin (Karlson2k)2021-11-28
* memorypool: minor doxy clarificationEvgeny Grin (Karlson2k)2021-11-25
* test_client_put_stop: handle correctly close phase on the client sideEvgeny Grin (Karlson2k)2021-11-25
* test_client_put_stop: removed unused assignmentEvgeny Grin (Karlson2k)2021-11-24
* test_client_put_stop: fixed assertsEvgeny Grin (Karlson2k)2021-11-24
* test_client_put_stop: removed libcurl leftoverEvgeny Grin (Karlson2k)2021-11-24
* parse_connection_headers(): report if client payload is too large.Evgeny Grin (Karlson2k)2021-11-24
* Fixed builds without messagesEvgeny Grin (Karlson2k)2021-11-24
* parse_connection_headers(): simplified 'Content-Length' processingEvgeny Grin (Karlson2k)2021-11-24
* process_request_body(): rewritten chunk size detection; fixesEvgeny Grin (Karlson2k)2021-11-24
* process_request_body(): fixed: do allow sizes with more than 16 digitsEvgeny Grin (Karlson2k)2021-11-24
* process_request_body(): fixed one byte buffer overrunEvgeny Grin (Karlson2k)2021-11-24
* process_request_body(): added assertEvgeny Grin (Karlson2k)2021-11-24
* process_request_body(): fixed: removed wrong special handling of the terminat...Evgeny Grin (Karlson2k)2021-11-24
* process_request_body(): minor improvement of code readabilityEvgeny Grin (Karlson2k)2021-11-24
* process_request_body(): do not process when no more data is availableEvgeny Grin (Karlson2k)2021-11-24
* process_request_body(): fixed: do not skip chunk closure when too few data av...Evgeny Grin (Karlson2k)2021-11-24
* process_request_body(): removed one more unneeded checkEvgeny Grin (Karlson2k)2021-11-24
* process_request_body(): removed unneeded checkEvgeny Grin (Karlson2k)2021-11-24
* process_request_body(): unify checks for chunked uploadEvgeny Grin (Karlson2k)2021-11-24
* process_request_body(): removed redundant checkEvgeny Grin (Karlson2k)2021-11-24
* process_request_body(): replaced 'int' with 'bool'Evgeny Grin (Karlson2k)2021-11-24
* test_client_put_stop: use TCP_NODELAY for clientEvgeny Grin (Karlson2k)2021-11-24
* test_client_put_stop: use content longer than 15 bytesEvgeny Grin (Karlson2k)2021-11-23
* Clarified termination reasons descriptionEvgeny Grin (Karlson2k)2021-11-21
* Reworking early close flagsEvgeny Grin (Karlson2k)2021-11-21
* test_client_put_*: new testsEvgeny Grin (Karlson2k)2021-11-21
* tests and examples: fixed copy-paste errors in doxyEvgeny Grin (Karlson2k)2021-11-21
* Tests: code style fixesEvgeny Grin (Karlson2k)2021-11-21
* test and examples: check socket control functions resultsEvgeny Grin (Karlson2k)2021-11-21
* tests: fixed blocking sockets on W32Evgeny Grin (Karlson2k)2021-11-21
* mhd_sockets.c: fixed code styleEvgeny Grin (Karlson2k)2021-11-06
* W32 socket pair: set TCP_NODELAYEvgeny Grin (Karlson2k)2021-11-06
* mhd_sockets: cosmeticsEvgeny Grin (Karlson2k)2021-11-06
* mhd_sockets: added more network error codesEvgeny Grin (Karlson2k)2021-11-06
* mhd_sockets: code style fixesEvgeny Grin (Karlson2k)2021-11-06
* Doxy: finally clarified how to work with callbacksEvgeny Grin (Karlson2k)2021-11-04