Commit Graph
4247 Commits
Author SHA1 Message Date
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
Evgeny Grin (Karlson2k) 95c25489be mhd_shutdown_socket_trigger.m4: fixed preprocessor conditional 2023-03-31 18:50:36 +02:00
Evgeny Grin (Karlson2k) b5aa81a360 configure: cosmetics: deleted extra spaces 2023-03-31 18:50:35 +02:00
Evgeny Grin (Karlson2k) 1fbc224d5c configure: improved compatibility with POSIX 2023-03-31 18:50:35 +02:00
Evgeny Grin (Karlson2k) f9f78eb692 configure: cosmetics
Fixed warnings reported by some IDEs.
2023-03-31 18:50:35 +02:00
Evgeny Grin (Karlson2k) 4151762306 configure: fixed potential compiler warnings, added usage of cache vars
Fixed compiler warnings on non-Linux based platforms.
Added some cache variables usages for easy override configure results.
2023-03-31 18:50:34 +02:00
Evgeny Grin (Karlson2k) d955663c53 configure: fixed more compiler warnings in log 2023-03-31 18:50:34 +02:00
Evgeny Grin (Karlson2k) 665144db33 configure: fixed checking for system libs, fixed .pc file
Fixed compiler warning when checking for libraries.
The private libraries var (used when linking with static lib) were fixed
in pkg-conf file.
2023-03-31 18:50:34 +02:00
Evgeny Grin (Karlson2k) 95ecc898e9 libcurl.m4: patched to fix compiler warning 2023-03-31 18:50:33 +02:00
Evgeny Grin (Karlson2k) 44c860d293 libcurl.m4: updated to the latest version 2023-03-31 18:50:33 +02:00
Evgeny Grin (Karlson2k) 8891e04a37 configure: fixed some compiler warnings for checks
Fixed compatibility with future compilers versions
2023-03-31 18:50:33 +02:00
Evgeny Grin (Karlson2k) dd5e1e6c0b mhd_shutdown_socket_trigger.m4: fixed compiler warning 2023-03-31 18:50:32 +02:00
Evgeny Grin (Karlson2k) ee269b8d54 Makefile: fixed build with 'make' without nested vars support 2023-03-31 18:50:32 +02:00
Evgeny Grin (Karlson2k) 18a9753ac6 configure: fixed checks for tsearch() and related
New check works correctly with new compilers.
Added known problematic implementations.
Added more checks for correct behaviour.
Removed some m4 macros.
2023-03-31 18:50:32 +02:00
Evgeny Grin (Karlson2k) 13c169431b mhd_check_link_run.m4: fixed typo in comment 2023-03-31 18:50:31 +02:00
Evgeny Grin (Karlson2k) 499ff1087c tsearch.{h,c}: updated to the latest fixed version
Minor modification added to avoid compiler warnings
2023-03-31 18:50:31 +02:00
Evgeny Grin (Karlson2k) db438d8e7c mhd_find_lib.m4: fixed compatibility with old autoconf 2023-03-31 18:50:31 +02:00