Commit Graph
4263 Commits
Author SHA1 Message Date
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
Evgeny Grin (Karlson2k) 5206b20be4 test_postprocessor_md: fixed build in C89 mode 2023-05-18 16:20:14 +03:00
Evgeny Grin c24f883c54 Removed redundant autopoint file 2023-05-18 16:20:13 +03:00
Evgeny Grin (Karlson2k) 476ef1c912 test_quiesce: fixed possible uninitialised var 2023-05-18 16:20:13 +03:00
Evgeny Grin (Karlson2k) 248c2c1f27 configure: renamed macro 2023-05-18 16:20:13 +03:00
Evgeny Grin (Karlson2k) afa8da0441 configure: removed 'gettext' from the final report 2023-05-18 16:20:13 +03:00
Evgeny Grin (Karlson2k) 352cce69e8 configure: bumped gettext version requirement 2023-05-18 16:20:12 +03:00
Evgeny Grin (Karlson2k) 23a52093b1 test_toolarge: fixed reported error description 2023-05-18 16:20:12 +03:00
Evgeny Grin (Karlson2k) 97266a36c6 configure: fixed compiler warnings 2023-05-18 16:20:12 +03:00
Evgeny Grin (Karlson2k) d94850a30e .gitignore: added universal patter to ignore test binaries 2023-05-18 16:20:12 +03:00
Evgeny Grin (Karlson2k) 84cd7433f2 test_put_header_fold: adopted to new libcurl API 2023-05-18 16:20:11 +03:00
Evgeny Grin (Karlson2k) b5e4be65ab autoinit_funcs.h: fixed compiler warning 2023-05-18 16:20:11 +03:00
Evgeny Grin (Karlson2k) 982049e138 test_post_form: updated to support the new libcurl API
Muted libcurl deprecations warnings.
2023-05-18 16:20:11 +03:00
Evgeny Grin (Karlson2k) e530d7ba47 test_postform: updated to support the new libcurl API
Muted libcurl deprecations warnings.
2023-05-18 16:20:11 +03:00
Evgeny Grin 8ef1db1540 Added more mutes for autoconf compiler warnings 2023-05-18 16:20:11 +03:00
Evgeny Grin f8027f8835 bootstrap script: improved portability 2023-05-18 16:20:10 +03:00
Evgeny Grin (Karlson2k) e736929d25 autoinit_funcs.h: added more macros checks for platform identification 2023-05-18 16:20:10 +03:00
Evgeny Grin (Karlson2k) 499ba62a1d autoinit_funcs.h: unified English spelling (prefer GB over US) 2023-05-18 16:20:10 +03:00
Evgeny Grin (Karlson2k) d88cd560de autoinit_funcs.h: updated to use (semi-)official documented sections 2023-05-18 16:20:10 +03:00
Evgeny Grin (Karlson2k) 0878a3028c autoinit_funcs.h: added support for non-x86 arches for MSVC 2023-05-18 16:20:09 +03:00
Evgeny Grin (Karlson2k) b57fac682c autoinit_funcs.h: fixed harmless typos 2023-05-18 16:20:09 +03:00
Evgeny Grin (Karlson2k) 1086ec5c0c Muted compiler warnings for W32 non-TLS build of the lib 2023-05-18 16:20:09 +03:00
Evgeny Grin 910775098c Fixed many macros
'defined()' should be used without space before bracket
2023-05-18 16:20:09 +03:00
Evgeny Grin (Karlson2k) de2b37d16a autoinit_funcs.h: improved formatting 2023-05-18 16:20:09 +03:00
Evgeny Grin (Karlson2k) 60d6f15683 autoinit_funcs.h: added functions prototypes 2023-05-18 16:20:08 +03:00
Evgeny Grin 70b5c1cc49 Updated POTFILES.in 2023-05-18 16:20:08 +03:00
Evgeny Grin (Karlson2k) 561f3b4b50 contrib/make-dist.sh: added new helper script 2023-05-18 16:20:08 +03:00
Evgeny Grin (Karlson2k) e76cb57960 Added autoconf patches and fixes 2023-05-18 16:20:08 +03:00
Evgeny Grin (Karlson2k) c56cc6ce03 Updated libtool fixes 2023-04-12 16:03:06 +03:00
Evgeny Grin (Karlson2k) 28e28ff4c1 Added tests with single and double folded header 2023-04-06 10:25:54 +03:00
Evgeny Grin (Karlson2k) c3c61b428d Added test with large folded header 2023-04-06 10:25:54 +03:00
Evgeny Grin (Karlson2k) 72458dbc89 Added test with folded header placed last 2023-04-06 10:25:54 +03:00
Evgeny Grin (Karlson2k) 1e6eeab281 Added new tests with header fold 2023-04-06 10:25:54 +03:00
Evgeny Grin (Karlson2k) 4f6b67ece5 connection.c: fixed processing of folded headers 2023-04-06 10:25:53 +03:00
Evgeny Grin (Karlson2k) d1c1699dfc Disabled badly broken TLS tests 2023-03-31 18:50:38 +02:00
Evgeny Grin (Karlson2k) 0c21f89702 HTTPS test: fixed unmatched function declaration 2023-03-31 18:50:37 +02:00
Evgeny Grin (Karlson2k) 960b53d816 Fixed initialisation of old GnuTLS versions 2023-03-31 18:50:37 +02:00
Evgeny Grin (Karlson2k) a93ca180b2 Upgraded TLS: fixed inefficient communication 2023-03-31 18:50:36 +02:00
Evgeny Grin (Karlson2k) 2202961654 microhttpd.h: fixed typo in doxy 2023-03-31 18:50:36 +02:00