Commit Graph
4907 Commits
Author SHA1 Message Date
Evgeny Grin (Karlson2k) d80bc09a96 W32 VS projects: disabled specific compiler warning on ARM 2023-05-25 10:44:49 +02:00
Evgeny Grin (Karlson2k) 6794e053e0 W32 VS projects: unified output and intermediate directories 2023-05-25 10:44:49 +02:00
Evgeny Grin (Karlson2k) 1f736b05ea autoinit_funcs.h: unified English spelling (prefer GB over US) 2023-05-25 10:44:49 +02:00
Evgeny Grin (Karlson2k) 5fe7bf9f04 autoinit_funcs.h: updated to use (semi-)official documented sections 2023-05-25 10:44:49 +02:00
Evgeny Grin (Karlson2k) 1b6be61004 autoinit_funcs.h: added support for non-x86 arches for MSVC 2023-05-25 10:44:49 +02:00
Evgeny Grin (Karlson2k) 573b2aa979 autoinit_funcs.h: fixed harmless typos 2023-05-25 10:44:49 +02:00
Evgeny Grin (Karlson2k) 1d4f655b7b {md5,sha256}_ext.c: fixed processing of initialisation error with NULL handler
Thanks Christian for spotting it and for the proper fix in eeb4166266
2023-05-25 10:44:49 +02:00
Evgeny Grin (Karlson2k) 1fa36cda21 {md5,sha256}_ext.c: comments added 2023-05-25 10:44:49 +02:00
Christian Grothoff 699eadd25e -fix bogus assert, use proper libgcrypt type 2023-05-25 10:44:49 +02:00
Christian Grothoff a322e69c0b -fix typos 2023-05-25 10:44:48 +02:00
Evgeny Grin (Karlson2k) b8392e72d5 Fixed copy-paste error introduced by b6f9ef4232 2023-05-25 10:44:48 +02:00
Evgeny Grin (Karlson2k) 1449d8c033 contrib/make-dist.sh: added new helper script 2023-05-25 10:44:48 +02:00
Evgeny Grin (Karlson2k) 312d2361ef Added autoconf patches and fixes 2023-05-25 10:44:48 +02:00
Evgeny Grin b4e4770719 Removed autotools files from git 2023-05-25 10:44:48 +02:00
Evgeny Grin (Karlson2k) e40b4b1574 Updated libtool fixes 2023-05-25 10:44:48 +02:00
Evgeny Grin (Karlson2k) 472736f4a5 Implemented and used new function MHD_pool_deallocate()
The new function has special handling for user-poison mode.
2023-05-25 10:44:48 +02:00
Evgeny Grin (Karlson2k) 2e1071681d memorypool: added more asserts 2023-05-25 10:44:48 +02:00
Evgeny Grin (Karlson2k) 89f4125e42 memorypool: fixed wrong pointer comparison introduced by 3444792f14 2023-05-25 10:44:48 +02:00
Evgeny Grin (Karlson2k) bb19fa353b memorypool: cosmetics 2023-05-25 10:44:48 +02:00
Evgeny Grin (Karlson2k) fe5d2d9f69 Upgraded TLS: use more available memory for pumping the data 2023-05-25 10:44:48 +02:00
Evgeny Grin (Karlson2k) 5a2f80fe52 Upgraded connection: replaced two checks with asserts
The response should be checked by "queue" function.
2023-05-25 10:44:48 +02:00
Evgeny Grin (Karlson2k) 4276f84338 connection.c: cosmetics 2023-05-25 10:44:47 +02:00
Evgeny Grin (Karlson2k) 4cb08e01b9 Upgraded TLS: fixed inefficient communication 2023-05-25 10:44:47 +02:00
Evgeny Grin (Karlson2k) 2cd3253cad microhttpd.h: fixed typo in doxy 2023-05-25 10:44:47 +02:00
Evgeny Grin (Karlson2k) e0b2c26622 ChangeLog: corrected 2023-05-25 10:44:47 +02:00
Evgeny Grin (Karlson2k) 3cd7c810aa Bumped version as it should be later then the hotfix release 2023-05-25 10:44:47 +02:00
Evgeny Grin (Karlson2k) e96cf1bbc8 mhd_find_lib.m4: fixed compatibility with old autoconf 2023-05-25 10:44:47 +02:00
Evgeny Grin (Karlson2k) 70b6541eb5 Upgraded TLS: warn if emergency buffer is used 2023-05-25 10:44:47 +02:00
Evgeny Grin (Karlson2k) a6d8efee36 mhd_shutdown_socket_trigger.m4: fixed preprocessor conditional 2023-05-25 10:44:47 +02:00
Evgeny Grin (Karlson2k) d2ecbe0060 mhd_check_func_gettimeofday.m4: added new autoconf macro 2023-05-25 10:44:47 +02:00
Evgeny Grin (Karlson2k) f7ade29145 configure: cosmetics: deleted extra spaces 2023-05-25 10:44:47 +02:00
Evgeny Grin (Karlson2k) 6712ac30ad configure: improved compatibility with POSIX 2023-05-25 10:44:47 +02:00
Evgeny Grin (Karlson2k) 419e8ae839 configure: cosmetics
Fixed warnings reported by some IDEs.
2023-05-25 10:44:47 +02:00
Evgeny Grin (Karlson2k) faaa0c8c4a 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-05-25 10:44:46 +02:00
Evgeny Grin (Karlson2k) dcc87bacfb configure: fixed more compiler warnings in log 2023-05-25 10:44:46 +02:00
Evgeny Grin (Karlson2k) 6ee8e6d09d configure: removed check for unused lib and function 2023-05-25 10:44:46 +02:00
Evgeny Grin (Karlson2k) ce59c36ca0 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-05-25 10:44:46 +02:00
Evgeny Grin (Karlson2k) d697849393 mhd_find_lib.m4: added new autoconf macro 2023-05-25 10:44:46 +02:00
Evgeny Grin (Karlson2k) 492727c2f4 libcurl.m4: patched to fix compiler warning 2023-05-25 10:44:46 +02:00
Evgeny Grin (Karlson2k) 6110ad0878 libcurl.m4: updated to the latest version 2023-05-25 10:44:46 +02:00
Evgeny Grin (Karlson2k) cdb4fbfd1f mhd_check_func.m4: added check for function declaration 2023-05-25 10:44:46 +02:00
Evgeny Grin (Karlson2k) 46f8c2d315 configure: fixed some compiler warnings for checks
Fixed compatibility with future compilers versions
2023-05-25 10:44:46 +02:00
Evgeny Grin (Karlson2k) 9b703d1af1 mhd_shutdown_socket_trigger.m4: fixed compiler warning 2023-05-25 10:44:46 +02:00
Evgeny Grin (Karlson2k) 90e79864a3 mhd_check_func.m4: updated
Fixed possible compiler warning with strictest compiler settings
2023-05-25 10:44:46 +02:00
Evgeny Grin (Karlson2k) c331acdb26 Makefile: fixed build with 'make' without nested vars support 2023-05-25 10:44:46 +02:00
Evgeny Grin (Karlson2k) 5f80c528fb 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-05-25 10:44:46 +02:00
Evgeny Grin (Karlson2k) 1f49e2fa6a mhd_check_link_run.m4: fixed typo in comment 2023-05-25 10:44:46 +02:00
Evgeny Grin (Karlson2k) 66c2c900cf configure: reordered checks for compiler flags 2023-05-25 10:44:45 +02:00
Evgeny Grin (Karlson2k) 0cef5c48dd tsearch.{h,c}: updated to the latest fixed version
Minor modification added to avoid compiler warnings
2023-05-25 10:44:45 +02:00
Evgeny Grin (Karlson2k) 944e380b39 daemon.c: fixed heap manipulations with mutex held 2023-05-25 10:44:45 +02:00