4301 Commits
Author SHA1 Message Date
Evgeny Grin (Karlson2k) 19fb117153 Released GNU libmicrohttpd 0.9.77 v0.9.77 2023-05-28 18:00:00 +03:00
Evgeny Grin (Karlson2k) 0c91379e11 Updated 'po' files 2023-05-28 17:34:38 +03:00
Evgeny Grin (Karlson2k) 1b5440722b autoinit_funcs.h: fixed warning on MSVC 2023-05-28 14:54:48 +03:00
Evgeny Grin (Karlson2k) d67783e428 W32 VS Project: minor internal fixes, fixed files for "dist" 2023-05-28 14:54:48 +03:00
Evgeny Grin (Karlson2k) 4db949fbbd W32 VS project: reverted to standard arches names 2023-05-28 14:54:48 +03:00
Evgeny Grin (Karlson2k) 7a675ebcef ChangeLog: updated 2023-05-28 14:54:48 +03:00
Evgeny Grin (Karlson2k) f573e39e51 test_basicauth: added new test 2023-05-28 14:54:47 +03:00
Evgeny Grin (Karlson2k) 90f1262de7 Removed Public Domain base64 decoding files 2023-05-28 14:54:47 +03:00
Evgeny Grin (Karlson2k) 244a0a42c8 Basic auth: switched to internal base64 decoding
The new implementation should catch all encoding errors.
2023-05-28 14:54:47 +03:00
Evgeny Grin (Karlson2k) 6f80708b75 Added macro for base64 decoded size 2023-05-28 14:54:00 +03:00
Evgeny Grin (Karlson2k) f60892f17d test_str_base64: added test for base64 decoding 2023-05-28 14:54:00 +03:00
Evgeny Grin (Karlson2k) 584b8da385 Implemented base64 decoding with thorough checks for the input data validity 2023-05-28 14:54:00 +03:00
Evgeny Grin (Karlson2k) 30be24d9a9 Avoided potential compiler warnings 2023-05-28 14:53:59 +03:00
Evgeny Grin (Karlson2k) 586e6303c4 Fixed compiler warning when built without poll() support 2023-05-28 14:53:59 +03:00
Evgeny Grin (Karlson2k) 1426d03b0d daemon.c: redesigned code for clarity and formatting
No functional change
2023-05-28 14:53:59 +03:00
Evgeny Grin (Karlson2k) 5566a632cb contrib/make-dist.sh: added use of zopfli if available 2023-05-28 14:53:59 +03:00
Evgeny Grin (Karlson2k) c7e130dcfa Added support for custom command for tarball compression 2023-05-28 14:53:58 +03:00
Evgeny Grin (Karlson2k) 8f591338a3 response.c: fixed code style 2023-05-24 14:18:22 +03:00
Evgeny Grin (Karlson2k) 0dd8a700bf Fixed compiler warning on x32 2023-05-24 14:18:22 +03:00
Evgeny Grin (Karlson2k) 415461f591 ChangeLog: updated 2023-05-24 14:18:22 +03:00
Evgeny Grin (Karlson2k) 33eb5c6b09 W32 VS projects: added ARM and ARM64 configurations
Moved project configurations part for project include files
2023-05-24 14:18:22 +03:00
Evgeny Grin (Karlson2k) d0f11eced1 W32 VS projects: target Win8 or later on ARM and ARM64 arches 2023-05-24 14:18:21 +03:00
Evgeny Grin (Karlson2k) c9ee520e5a W32 VS projects: fixed: define 'WIN32' only on x32 platforms 2023-05-24 14:18:21 +03:00
Evgeny Grin (Karlson2k) 8b70295262 W32 VS projects: disabled specific compiler warning on ARM 2023-05-24 14:18:21 +03:00
Evgeny Grin (Karlson2k) b5e991f0dd W32 VS projects: unified output and intermediate directories 2023-05-24 14:18:21 +03:00
Evgeny Grin (Karlson2k) b7379c1cb5 ChangeLog: updated 2023-05-24 14:18:20 +03:00
Evgeny Grin (Karlson2k) 00c63070f1 test_client_put_stop: fixed typo in diag message 2023-05-23 11:42:08 +03:00
Evgeny Grin (Karlson2k) 9917ae286a Detect sysctl() symbols in configure
Symbols could be enum values, not necessary macros
2023-05-23 11:42:07 +03:00
Evgeny Grin (Karlson2k) 5469c73488 websocket_threaded_example: fixed wrong commented-out code 2023-05-22 16:56:32 +03:00
Evgeny Grin (Karlson2k) d2a512fbc2 Updated test keys to use SHA-256 hash instead of SHA-1
Certificates with SHA-1 is already rejected at least by the libressl.
2023-05-22 15:59:43 +03:00
Evgeny Grin (Karlson2k) 01fddd88cc testcurl/https: moved certs variable declaration to the header 2023-05-22 15:53:02 +03:00
Evgeny Grin (Karlson2k) 1481083404 .gitignore: force include all *.{c,h} files 2023-05-22 15:53:02 +03:00
Evgeny Grin (Karlson2k) dfa503656f testcurl/https: removed enforcement of TLS version and cipher 2023-05-22 15:53:02 +03:00
Evgeny Grin (Karlson2k) f55531f3d3 test_client_put_stop: muted compiler warnings 2023-05-22 15:53:00 +03:00
Evgeny Grin (Karlson2k) 581ad1d65b tests: fixed code style 2023-05-22 15:53:00 +03:00
Evgeny Grin (Karlson2k) d0cb218a79 tests: unified use of function name macros 2023-05-22 15:53:00 +03:00
Evgeny Grin (Karlson2k) a88af55d0f Simplified usage of the function name magic macros 2023-05-22 15:53:00 +03:00
Evgeny Grin (Karlson2k) a491e892e1 configure: fixed detection of __FUNCTION__ magic macro 2023-05-22 15:52:59 +03:00
Evgeny Grin (Karlson2k) cc0db05bdd examples/http_chunked_compression.c: fixed void pointer arithmetic 2023-05-22 15:52:59 +03:00
Evgeny Grin (Karlson2k) 47d6cbdfe8 examples/sessions.c: improved safety 2023-05-22 15:52:59 +03:00
Evgeny Grin (Karlson2k) 89b7c8436e examples/sessions.c: removed non-portable function 2023-05-22 15:52:58 +03:00
Evgeny Grin (Karlson2k) 6bac8c9a98 test_post: fixed caseless key name match 2023-05-22 15:52:58 +03:00
Evgeny Grin (Karlson2k) 755dda4e0f examples/largepost.c: fixed code style 2023-05-22 15:52:58 +03:00
Evgeny Grin (Karlson2k) d1882a8723 examples/largepost.c: fixed caseless method match 2023-05-22 15:52:57 +03:00
Evgeny Grin (Karlson2k) f612eccd67 Added specific headers detection and include
This is a workaround for headers mess on Solaris
2023-05-22 15:52:57 +03:00
Evgeny Grin (Karlson2k) 316790ba22 test_timeout: moved to heavy tests 2023-05-22 15:52:57 +03:00
Evgeny Grin (Karlson2k) a9903c25d6 digest auth: fixed parallel access to the hash table 2023-05-22 15:52:57 +03:00
Evgeny Grin (Karlson2k) 93da36f8de test_client_put_stop: avoid stress-testing the OS 2023-05-18 16:20:14 +03:00
Evgeny Grin (Karlson2k) 1fcb70018d test_client_put_stop: fixed typo in comment 2023-05-18 16:20:14 +03:00
Evgeny Grin (Karlson2k) b89d0815c4 test_client_put_stop: fixed test on Darwin 2023-05-18 16:20:14 +03:00