Commit Graph
4925 Commits
Author SHA1 Message Date
Evgeny Grin (Karlson2k) dd4f6ff9ea websocket_threaded_example: fixed wrong commented-out code 2023-06-01 11:29:44 +03:00
Evgeny Grin (Karlson2k) 3389c7fbba .gitignore: force include all *.{c,h} files 2023-06-01 11:29:25 +03:00
Evgeny Grin (Karlson2k) 6806dc46a0 test_client_put_stop: muted compiler warnings 2023-06-01 11:28:50 +03:00
Evgeny Grin (Karlson2k) 612d20b28d Added internal preprocessor macro for magic macro presence 2023-06-01 11:28:22 +03:00
Evgeny Grin (Karlson2k) 4fc2b96bb8 tests: unified use of function name macros 2023-06-01 11:21:52 +03:00
Evgeny Grin (Karlson2k) 4973c6cff0 Simplified usage of the function name magic macros 2023-06-01 11:09:16 +03:00
Evgeny Grin (Karlson2k) 4805f6a8ee configure: fixed detection of __FUNCTION__ magic macro 2023-06-01 11:07:58 +03:00
Evgeny Grin (Karlson2k) feb9ac1f4c examples/sessions.c: removed non-portable function and improved safety 2023-06-01 10:58:16 +03:00
Evgeny Grin (Karlson2k) 3002ca583e test_post: fixed caseless key name match 2023-06-01 09:44:31 +03:00
Evgeny Grin (Karlson2k) 3806c7ba24 examples/largepost.c: fixed caseless method match 2023-06-01 09:43:35 +03:00
Evgeny Grin (Karlson2k) c4633c32c1 Added specific headers inclusion and detection
This is a workaround for headers mess on Solaris
2023-06-01 09:43:01 +03:00
Evgeny Grin (Karlson2k) 70c1dbb15b test_timeout: moved to heavy tests 2023-06-01 09:41:22 +03:00
Evgeny Grin (Karlson2k) f9550a2c8d test_client_put_stop: avoid stress-testing the OS 2023-06-01 09:39:36 +03:00
Evgeny Grin (Karlson2k) a9cd61a224 test_client_put_stop: fixed typo in comment 2023-06-01 09:31:43 +03:00
Evgeny Grin (Karlson2k) 2bb7c9f2e6 test_client_put_stop: fixed test on Darwin 2023-06-01 09:31:43 +03:00
Evgeny Grin (Karlson2k) f89621ff44 test_postprocessor_md: fixed build in C89 mode 2023-06-01 09:31:18 +03:00
Evgeny Grin (Karlson2k) 35635c6a78 test_quiesce: fixed possible uninitialised var 2023-06-01 09:29:36 +03:00
Evgeny Grin (Karlson2k) 0a83b4d35a configure: renamed macro 2023-06-01 09:27:35 +03:00
Evgeny Grin (Karlson2k) 6b791e5612 test_toolarge: fixed reported error description 2023-06-01 09:21:32 +03:00
Evgeny Grin (Karlson2k) 984e275a1a configure: fixed compiler warnings 2023-06-01 09:21:14 +03:00
Evgeny Grin (Karlson2k) a50756adb1 tests: adopted to new libcurl API 2023-06-01 09:20:29 +03:00
Evgeny Grin (Karlson2k) 06001f4ee1 autoinit_funcs.h: fixed compiler warning 2023-06-01 09:15:35 +03:00
Evgeny Grin 191557358a Added more mutes for autoconf compiler warnings 2023-06-01 09:09:18 +03:00
Evgeny Grin 50e28fbb90 bootstrap script: improved portability 2023-06-01 09:08:43 +03:00
Evgeny Grin (Karlson2k) 31ce530d6b The proper fix for MHD_get_connection_info()
This is a correction for 35c9e7189e
2023-05-25 12:04:03 +03:00
Evgeny Grin (Karlson2k) 35c9e7189e MHD_get_connection_info(): fixed copying pointer instead of copying value 2023-05-25 11:51:46 +03:00
Evgeny Grin (Karlson2k) 9ee937b3a5 test_postform: updated to support the new libcurl API
Muted libcurl deprecations warnings.
2023-05-15 17:50:59 +03:00
Christian Grothoff 84f3cde452 -typo 2023-05-13 22:04:56 +02:00
Evgeny Grin (Karlson2k) 7c24391c0f Added back more autopoint files 2023-05-12 19:09:15 +03:00
Evgeny Grin (Karlson2k) a29868ab3d Updated autopoint files 2023-05-12 18:24:53 +03:00
Evgeny Grin 4df6f3dc61 Added back some autopoint files 2023-05-12 18:24:53 +03:00
Evgeny Grin (Karlson2k) 66e16b627e Reworked 'po' directory files and 'po' infrastructure handling
The project makefiles should handle rebuild of all required autopoint files.
The new implementation uses unpatched autopoint files to simplify updates.
Any missing distribution file should be recreated automatically when
required (before making 'dist' targets).
This implementation should work well with parallel make.
2023-05-12 18:24:52 +03:00
Evgeny Grin (Karlson2k) df2c6113ed autoinit_funcs.h: added more macros checks for platform identification 2023-05-02 11:45:40 +03:00
Evgeny Grin (Karlson2k) 9942b6415c W32 VS projects: added ARM and ARM64 configurations
Moved project configurations part for project include files
2023-05-01 20:41:08 +03:00
Evgeny Grin (Karlson2k) a092719433 W32 VS projects: target Win8 or later on ARM and ARM64 arches 2023-05-01 20:25:21 +03:00
Evgeny Grin (Karlson2k) 5cbe9553b8 W32 VS projects: fixed: define 'WIN32' only on x32 platforms 2023-05-01 20:25:21 +03:00
Evgeny Grin (Karlson2k) 747802ec8f W32 VS projects: disabled specific compiler warning on ARM 2023-05-01 20:25:21 +03:00
Evgeny Grin (Karlson2k) 36c7101c53 W32 VS projects: unified output and intermediate directories 2023-05-01 20:25:20 +03:00
Evgeny Grin (Karlson2k) f924cbde38 autoinit_funcs.h: unified English spelling (prefer GB over US) 2023-04-27 20:27:02 +03:00
Evgeny Grin (Karlson2k) b92f7d9700 autoinit_funcs.h: updated to use (semi-)official documented sections 2023-04-27 20:24:09 +03:00
Evgeny Grin (Karlson2k) 81ef7ab0c1 autoinit_funcs.h: added support for non-x86 arches for MSVC 2023-04-26 17:05:16 +03:00
Evgeny Grin (Karlson2k) 06ff71656b autoinit_funcs.h: fixed harmless typos 2023-04-26 11:21:43 +03:00
Evgeny Grin (Karlson2k) 55aa3677af {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-04-17 17:05:51 +03:00
Evgeny Grin (Karlson2k) e1b0fc4101 {md5,sha256}_ext.c: comments added 2023-04-17 15:42:25 +03:00
Christian Grothoff eeb4166266 -fix bogus assert, use proper libgcrypt type 2023-04-17 10:55:22 +02:00
Christian Grothoff 46357a33c1 -fix typos 2023-04-10 23:32:49 +02:00
Evgeny Grin (Karlson2k) aee873625e Fixed copy-paste error introduced by b6f9ef4232 2023-04-10 20:17:57 +03:00
Evgeny Grin (Karlson2k) b6f9ef4232 contrib/make-dist.sh: added new helper script 2023-04-10 20:11:33 +03:00
Evgeny Grin (Karlson2k) d2919a6e7a Added autoconf patches and fixes 2023-04-10 20:11:33 +03:00
Evgeny Grin 420468d30a Removed autotools files from git 2023-04-10 15:39:23 +03:00