aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Released GNU libmicrohttpd 0.9.77v0.9.77b0.9.77Evgeny Grin (Karlson2k)2023-05-28
* autoinit_funcs.h: fixed warning on MSVCEvgeny Grin (Karlson2k)2023-05-28
* test_basicauth: added new testEvgeny Grin (Karlson2k)2023-05-28
* Removed Public Domain base64 decoding filesEvgeny Grin (Karlson2k)2023-05-28
* Basic auth: switched to internal base64 decodingEvgeny Grin (Karlson2k)2023-05-28
* Added macro for base64 decoded sizeEvgeny Grin (Karlson2k)2023-05-28
* test_str_base64: added test for base64 decodingEvgeny Grin (Karlson2k)2023-05-28
* Implemented base64 decoding with thorough checks for the input data validityEvgeny Grin (Karlson2k)2023-05-28
* Avoided potential compiler warningsEvgeny Grin (Karlson2k)2023-05-28
* Fixed compiler warning when built without poll() supportEvgeny Grin (Karlson2k)2023-05-28
* daemon.c: redesigned code for clarity and formattingEvgeny Grin (Karlson2k)2023-05-28
* response.c: fixed code styleEvgeny Grin (Karlson2k)2023-05-24
* Fixed compiler warning on x32Evgeny Grin (Karlson2k)2023-05-24
* test_client_put_stop: fixed typo in diag messageEvgeny Grin (Karlson2k)2023-05-23
* Detect sysctl() symbols in configureEvgeny Grin (Karlson2k)2023-05-23
* websocket_threaded_example: fixed wrong commented-out codeEvgeny Grin (Karlson2k)2023-05-22
* Updated test keys to use SHA-256 hash instead of SHA-1Evgeny Grin (Karlson2k)2023-05-22
* testcurl/https: moved certs variable declaration to the headerEvgeny Grin (Karlson2k)2023-05-22
* .gitignore: force include all *.{c,h} filesEvgeny Grin (Karlson2k)2023-05-22
* testcurl/https: removed enforcement of TLS version and cipherEvgeny Grin (Karlson2k)2023-05-22
* test_client_put_stop: muted compiler warningsEvgeny Grin (Karlson2k)2023-05-22
* tests: fixed code styleEvgeny Grin (Karlson2k)2023-05-22
* tests: unified use of function name macrosEvgeny Grin (Karlson2k)2023-05-22
* Simplified usage of the function name magic macrosEvgeny Grin (Karlson2k)2023-05-22
* examples/http_chunked_compression.c: fixed void pointer arithmeticEvgeny Grin (Karlson2k)2023-05-22
* test_post: fixed caseless key name matchEvgeny Grin (Karlson2k)2023-05-22
* Added specific headers detection and includeEvgeny Grin (Karlson2k)2023-05-22
* test_timeout: moved to heavy testsEvgeny Grin (Karlson2k)2023-05-22
* digest auth: fixed parallel access to the hash tableEvgeny Grin (Karlson2k)2023-05-22
* test_client_put_stop: avoid stress-testing the OSEvgeny Grin (Karlson2k)2023-05-18
* test_client_put_stop: fixed typo in commentEvgeny Grin (Karlson2k)2023-05-18
* test_client_put_stop: fixed test on DarwinEvgeny Grin (Karlson2k)2023-05-18
* test_postprocessor_md: fixed build in C89 modeEvgeny Grin (Karlson2k)2023-05-18
* test_quiesce: fixed possible uninitialised varEvgeny Grin (Karlson2k)2023-05-18
* test_toolarge: fixed reported error descriptionEvgeny Grin (Karlson2k)2023-05-18
* .gitignore: added universal patter to ignore test binariesEvgeny Grin (Karlson2k)2023-05-18
* test_put_header_fold: adopted to new libcurl APIEvgeny Grin (Karlson2k)2023-05-18
* autoinit_funcs.h: fixed compiler warningEvgeny Grin (Karlson2k)2023-05-18
* test_post_form: updated to support the new libcurl APIEvgeny Grin (Karlson2k)2023-05-18
* test_postform: updated to support the new libcurl APIEvgeny Grin (Karlson2k)2023-05-18
* autoinit_funcs.h: added more macros checks for platform identificationEvgeny Grin (Karlson2k)2023-05-18
* autoinit_funcs.h: unified English spelling (prefer GB over US)Evgeny Grin (Karlson2k)2023-05-18
* autoinit_funcs.h: updated to use (semi-)official documented sectionsEvgeny Grin (Karlson2k)2023-05-18
* autoinit_funcs.h: added support for non-x86 arches for MSVCEvgeny Grin (Karlson2k)2023-05-18
* autoinit_funcs.h: fixed harmless typosEvgeny Grin (Karlson2k)2023-05-18
* Muted compiler warnings for W32 non-TLS build of the libEvgeny Grin (Karlson2k)2023-05-18
* Fixed many macrosEvgeny Grin2023-05-18
* autoinit_funcs.h: improved formattingEvgeny Grin (Karlson2k)2023-05-18
* autoinit_funcs.h: added functions prototypesEvgeny Grin (Karlson2k)2023-05-18
* Added tests with single and double folded headerEvgeny Grin (Karlson2k)2023-04-06