aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Released GNU libmicrohttpd 0.9.77v0.9.77b0.9.77Evgeny Grin (Karlson2k)2023-05-28
|
* Updated 'po' filesEvgeny Grin (Karlson2k)2023-05-28
|
* autoinit_funcs.h: fixed warning on MSVCEvgeny Grin (Karlson2k)2023-05-28
|
* W32 VS Project: minor internal fixes, fixed files for "dist"Evgeny Grin (Karlson2k)2023-05-28
|
* W32 VS project: reverted to standard arches namesEvgeny Grin (Karlson2k)2023-05-28
|
* ChangeLog: updatedEvgeny 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
| | | | The new implementation should catch all encoding errors.
* 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
| | | | No functional change
* contrib/make-dist.sh: added use of zopfli if availableEvgeny Grin (Karlson2k)2023-05-28
|
* Added support for custom command for tarball compressionEvgeny 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
|
* ChangeLog: updatedEvgeny Grin (Karlson2k)2023-05-24
|
* W32 VS projects: added ARM and ARM64 configurationsEvgeny Grin (Karlson2k)2023-05-24
| | | | Moved project configurations part for project include files
* W32 VS projects: target Win8 or later on ARM and ARM64 archesEvgeny Grin (Karlson2k)2023-05-24
|
* W32 VS projects: fixed: define 'WIN32' only on x32 platformsEvgeny Grin (Karlson2k)2023-05-24
|
* W32 VS projects: disabled specific compiler warning on ARMEvgeny Grin (Karlson2k)2023-05-24
|
* W32 VS projects: unified output and intermediate directoriesEvgeny Grin (Karlson2k)2023-05-24
|
* ChangeLog: updatedEvgeny 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
| | | | Symbols could be enum values, not necessary macros
* 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
| | | | Certificates with SHA-1 is already rejected at least by the libressl.
* 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
|
* configure: fixed detection of __FUNCTION__ magic macroEvgeny Grin (Karlson2k)2023-05-22
|
* examples/http_chunked_compression.c: fixed void pointer arithmeticEvgeny Grin (Karlson2k)2023-05-22
|
* examples/sessions.c: improved safetyEvgeny Grin (Karlson2k)2023-05-22
|
* examples/sessions.c: removed non-portable functionEvgeny Grin (Karlson2k)2023-05-22
|
* test_post: fixed caseless key name matchEvgeny Grin (Karlson2k)2023-05-22
|
* examples/largepost.c: fixed code styleEvgeny Grin (Karlson2k)2023-05-22
|
* examples/largepost.c: fixed caseless method matchEvgeny Grin (Karlson2k)2023-05-22
|
* Added specific headers detection and includeEvgeny Grin (Karlson2k)2023-05-22
| | | | This is a workaround for headers mess on Solaris
* 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
|