Commit Graph
5192 Commits
Author SHA1 Message Date
Evgeny Grin (Karlson2k) ff5f1944cd VS Project: exclude file not used on W32 2024-01-31 01:11:27 +01:00
Evgeny Grin (Karlson2k) 54317e6e1f Muted compiler warning 2024-01-31 00:53:32 +01:00
Evgeny Grin (Karlson2k) 4b79f23756 VS Projects: switched optimisation to "MaxSpeed" 2024-01-31 00:36:53 +01:00
Evgeny Grin (Karlson2k) aef8f94992 Fixed grow buffer check on 32-bit platforms 2024-01-31 00:10:38 +01:00
Evgeny Grin (Karlson2k) 5587f1e043 Fixed non-debug build without HTTPS 2024-01-30 23:52:54 +01:00
Evgeny Grin (Karlson2k) f8e198519e configure: sorted messages in final config summary 2024-01-30 23:05:33 +01:00
Evgeny Grin (Karlson2k) a88f3149a8 Muted some compiler warnings 2024-01-30 23:04:32 +01:00
Evgeny Grin (Karlson2k) 303e34fcdd Fixed tests with GnuTLS in non-default path 2024-01-30 20:49:42 +01:00
Evgeny Grin (Karlson2k) 4f494d00b7 Fixed compiler warnings 2024-01-30 20:49:09 +01:00
Evgeny Grin (Karlson2k) e3673e4fd7 Moved test_quiesce to heavy tests
Actually the test is not heavy, but it is slow and has very little
benefit (the tested functionality is very stable).
2024-01-30 19:48:45 +01:00
Evgeny Grin (Karlson2k) ea618151c8 Skipped some HTTPS tests with old broken GnuTLS 2024-01-30 18:49:37 +01:00
Evgeny Grin (Karlson2k) 218f32f449 test_digestauth2: supported old libcurl versions 2024-01-30 17:32:59 +01:00
Evgeny Grin (Karlson2k) 7711d0133f test_str: reduced number of extra checked locales
Too many locales may trigger W32 protection warning.
2024-01-30 17:31:23 +01:00
Evgeny Grin (Karlson2k) d63cb66783 Muted extra compiler warnings 2024-01-30 17:22:36 +01:00
Evgeny Grin (Karlson2k) d874f86dd2 Fuzz test: increased tests' timeout value 2024-01-29 23:50:58 +01:00
Evgeny Grin (Karlson2k) 8ffa0a10d1 Fuzz tests: muted undefined behaviour signal 2024-01-29 23:50:13 +01:00
Evgeny Grin (Karlson2k) b78e24a192 Fixed compiler warnings 2024-01-29 23:26:49 +01:00
Evgeny Grin (Karlson2k) 49b9fb1b4d Fixed compiler warnings 2024-01-29 23:22:26 +01:00
Evgeny Grin (Karlson2k) c01b043ff9 Fixed and/or muted compiler warnings 2024-01-29 23:16:14 +01:00
Evgeny Grin (Karlson2k) 32d37eb770 Updated .gitignore 2024-01-29 22:29:21 +01:00
Evgeny Grin (Karlson2k) ce9681ec24 Updated .gitignore 2024-01-29 22:26:45 +01:00
Evgeny Grin (Karlson2k) 35e15fd830 Updated .gitingnore 2024-01-29 22:24:26 +01:00
Evgeny Grin (Karlson2k) 6285d14f09 libcurl tests: fixed compiler warnings 2024-01-29 22:11:44 +01:00
Evgeny Grin (Karlson2k) 0489469cd6 make-dist.sh: allowed Debian trixie/sid 2024-01-29 22:11:16 +01:00
Evgeny Grin (Karlson2k) c28176fdfb configure: fixed some compiler warnings 2024-01-29 22:10:30 +01:00
Evgeny Grin (Karlson2k) 3bd6b07fc4 Minor corrections for bc827fcc09 2024-01-29 12:01:19 +01:00
Evgeny Grin (Karlson2k) 5f77812125 Minor correction for 52a5e46584 2024-01-28 23:36:40 +01:00
Evgeny Grin (Karlson2k) bc827fcc09 digest_auth_example_adv: added new example
The new example demonstrates advanced usage of the digest auth API
2024-01-28 23:14:44 +01:00
Evgeny Grin (Karlson2k) f7969b8749 digest_auth_example: updated and fixed
The example was updated to use the new digest auth API.
Fixed run on W32.
2024-01-28 23:04:31 +01:00
Evgeny Grin (Karlson2k) e981dee05d Fixed some doxy for digest auth 2024-01-28 23:02:32 +01:00
Christian Grothoff 32aa4d0d99 fix #8012 2024-01-21 12:29:38 +01:00
Christian Grothoff 45aa83f172 fix memory leak on error path 2024-01-21 11:44:15 +01:00
Christian Grothoff 0e4d6c2f93 clean up logic, simplify one dead branch in test 2024-01-21 10:45:19 +01:00
Christian Grothoff 52a5e46584 use correct HTTP header (content type, not content encoding) for mime type in example; do check return value in example 2024-01-21 10:33:44 +01:00
Christian Grothoff 9131da3340 regenerate POTfiles 2024-01-21 10:18:35 +01:00
Christian Grothoff 0d85d57380 add missing lock, do not call 'close(-1)' on very rare error path 2024-01-21 10:18:21 +01:00
Christian Grothoff 639435c215 notes on MHD2 API 2024-01-19 20:13:23 +01:00
Evgeny Grin (Karlson2k) bcfdf016a4 Docs correction as suggested by Aymeric Agon-Rambosson in ML 2024-01-05 13:58:26 +03:00
Evgeny Grin (Karlson2k) 47f5f72591 test_upgrade{,_large}{,_tls}: unified code, removed workarounds, added new test
Added test with buffers larger than maximum TLS packet size and with
message larger than buffer.

New MHD code does not need any "kicker" workaround anymore (used in
old test_upgrade_large.c code).
2024-01-04 16:47:07 +03:00
Evgeny Grin (Karlson2k) 8bfaec71d5 MHD_OPTION_CONNECTION_MEMORY_{LIMIT,INCREMENT}: added ignore of zero value 2024-01-04 16:33:36 +03:00
Evgeny Grin (Karlson2k) 156e10012c test_upgrade: changed the order of send/receive 2024-01-02 15:46:10 +03:00
Evgeny Grin (Karlson2k) 8bb89d0be4 connection.c: muted false-positive compiler warning 2023-12-31 15:53:26 +03:00
Evgeny Grin (Karlson2k) d5ea3b626b daemon: one-line comment formatting 2023-12-31 15:37:53 +03:00
Christian Grothoff de02ef1342 initialize required_bytes on all code paths to avoid false-positive compiler warning 2023-12-31 12:12:52 +01:00
Evgeny Grin (Karlson2k) a532889eff test_digestauth_concurrent: fixed error message 2023-12-29 16:58:16 +03:00
Evgeny Grin (Karlson2k) 8d4496944b configure: implemented setting DAuth defaults by parameters 2023-12-29 16:58:16 +03:00
Evgeny Grin (Karlson2k) e0d8708b33 tests: added setting of DAuth max nc value by daemon option 2023-12-29 16:57:15 +03:00
Evgeny Grin (Karlson2k) ce1ea19549 Added daemon options for default nonce timeout and max nc values 2023-12-28 13:30:47 +03:00
Evgeny Grin (Karlson2k) ff63d75797 digest auth: added default timeout and max nc values 2023-12-28 12:51:07 +03:00
Evgeny Grin (Karlson2k) 6f9ff50bed internal.h: reordered members in struct MHD_Daemon 2023-12-28 11:29:38 +03:00