aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Fixed some commentsEvgeny Grin (Karlson2k)2023-06-20
* Fixed possible timeout value trim on 32-bits platformsEvgeny Grin (Karlson2k)2023-06-20
* process new connection: fixed missing mutex unlock in error handling pathEvgeny Grin (Karlson2k)2023-06-20
* Adjusted buffer increase default step sizeEvgeny Grin (Karlson2k)2023-06-20
* Minor refactoring for partially processed request bodyEvgeny Grin (Karlson2k)2023-06-20
* process_request_body(): minor readability improvementыEvgeny Grin (Karlson2k)2023-06-20
* Added checks for correct values specified for connection memory limitsEvgeny Grin (Karlson2k)2023-06-20
* connection: fixed pipelined requests processingEvgeny Grin (Karlson2k)2023-06-20
* Added proper connection's buffers pre-initialisaionEvgeny Grin (Karlson2k)2023-06-20
* connection.c: corrected error responsesEvgeny Grin (Karlson2k)2023-06-20
* Added tests with single and double folded headerEvgeny Grin (Karlson2k)2023-06-20
* Added test with large folded headerEvgeny Grin (Karlson2k)2023-06-20
* Added test with folded header placed lastEvgeny Grin (Karlson2k)2023-06-20
* Added new tests with header foldEvgeny Grin (Karlson2k)2023-06-20
* Added back testing with socat as a fallback optionEvgeny Grin (Karlson2k)2023-06-20
* testzzuf: re-worked zzuf testingEvgeny Grin (Karlson2k)2023-06-20
* testzzuf: added special debug functionsEvgeny Grin (Karlson2k)2023-06-20
* daemon: added debug member to avoid accept4() usageEvgeny Grin (Karlson2k)2023-06-20
* tests: minor improvemntsEvgeny Grin (Karlson2k)2023-06-20
* Removed request line and headers processing old functions and variablesEvgeny Grin (Karlson2k)2023-06-20
* Re-implemented parsing of the request headers and footers from scratch.Evgeny Grin (Karlson2k)2023-06-20
* Request body processing: removed impossible code pathsEvgeny Grin (Karlson2k)2023-06-20
* Renamed connection state for clarityEvgeny Grin (Karlson2k)2023-06-20
* microhttpd.h: fixed typos in commentsEvgeny Grin (Karlson2k)2023-06-20
* Re-implemented parsing of the request line from scratch.Evgeny Grin (Karlson2k)2023-06-20
* Refactoring: check whether memory block is resizableEvgeny Grin (Karlson2k)2023-06-20
* base64 decoding: added more compact code versionEvgeny Grin (Karlson2k)2023-06-09
* Added test for MHD_get_version{,_bin} function and related macrosEvgeny Grin (Karlson2k)2023-06-08
* Bump version numbers as v0.9.77 was released on parallel branchEvgeny Grin (Karlson2k)2023-06-06
* MHD_base64_to_bin_n(): improved readbilityEvgeny Grin (Karlson2k)2023-06-05
* mhd_str: hex to value optimisationEvgeny Grin (Karlson2k)2023-06-05
* autoinit_funcs.h: fixed warning on MSVCEvgeny Grin (Karlson2k)2023-06-01
* 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
* websocket_threaded_example: fixed wrong commented-out codeEvgeny Grin (Karlson2k)2023-06-01
* .gitignore: force include all *.{c,h} filesEvgeny Grin (Karlson2k)2023-06-01
* test_client_put_stop: muted compiler warningsEvgeny Grin (Karlson2k)2023-06-01
* Added internal preprocessor macro for magic macro presenceEvgeny 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
* test_post: fixed caseless key name matchEvgeny Grin (Karlson2k)2023-06-01
* Added specific headers inclusion and detectionEvgeny Grin (Karlson2k)2023-06-01
* test_timeout: moved to heavy testsEvgeny 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