Commit Graph
5537 Commits
Author SHA1 Message Date
Evgeny Grin (Karlson2k) 09d298fac4 tests/client_server: fixed quoiting style
Used right quoiting as set by
https://www.gnu.org/prep/standards/html_node/Quote-Characters.html#Quote-Characters
2024-08-21 13:17:10 +02:00
Evgeny Grin (Karlson2k) a99efd677e options-generator.c: basic portability fixes 2024-08-21 13:17:10 +02:00
Evgeny Grin (Karlson2k) 0f32d1d95c options-generator.c: fixed macro redefinition 2024-08-21 13:17:10 +02:00
Evgeny Grin (Karlson2k) a87faf2c47 options-generator.c: fixed missing include 2024-08-21 13:17:09 +02:00
Evgeny Grin (Karlson2k) c036146af5 WIP POST parser 2024-08-13 11:32:48 +02:00
Evgeny Grin (Karlson2k) ae4e9e2818 Fixes for "request ended" callback 2024-08-11 13:35:27 +02:00
Evgeny Grin (Karlson2k) e357060954 Minimal fix for response-generator builds
Out-of-tree builds still does not work.
Non-GNU makes still do not work.
Cross-compiling still does not work.
Parallel make still does not work.
2024-08-05 13:51:25 +02:00
Evgeny Grin (Karlson2k) c4f6c9ae99 Fixed Makefile broken by 4b40a1d89c 2024-08-05 12:22:16 +02:00
Christian Grothoff cf4b82a7c8 improve generator logging 2024-08-05 10:29:11 +02:00
Christian Grothoff 4b40a1d89c clean up generator to only generate headers to src/include/ to make sure those are properly fresh, do not put them in Git 2024-08-04 19:29:51 +02:00
Evgeny Grin (Karlson2k) 7ebde843ce Updated POST-related API 2024-08-04 15:53:41 +02:00
Christian Grothoff e00bddc3ff complete PP test logic -- at least first iteration 2024-08-03 21:35:27 +02:00
Evgeny Grin (Karlson2k) d99aff567c mhd_sys_extentions.m4: more fixed for older autoconf 2024-08-03 18:50:06 +02:00
Evgeny Grin (Karlson2k) 5e3ea64cce mhd_sys_extentions.m4: improved compatibility with old autoconf versions 2024-08-03 18:31:19 +02:00
Evgeny Grin (Karlson2k) 5f9b22b21f mhd_sys_extentions.m4: updated, workarounds for broken clang behaviour 2024-08-03 18:08:40 +02:00
Evgeny Grin (Karlson2k) 3b2f897d01 digestauth: fixed log message when wrong value used and MHD has some
hashing algorithms disabled.
2024-08-02 16:01:19 +02:00
Evgeny Grin (Karlson2k) 8a7b668345 test_client_put_stop: adapted test for GNU Hurd kernel 2024-08-02 16:01:11 +02:00
Evgeny Grin (Karlson2k) 86b7229a36 man page: updated bug tracker link 2024-08-02 16:01:10 +02:00
Evgeny Grin (Karlson2k) 55f416f436 Fixed man page as suggested by Florian Ernst 2024-08-02 16:01:10 +02:00
Evgeny Grin (Karlson2k) cc1ffae175 test_upgrade: removed duplicated include
Reported by Martin Strunz (maddin200)
2024-08-02 16:01:09 +02:00
Evgeny Grin (Karlson2k) e1248def30 digestauth: explicitly reject unsupported algorithm requested by application 2024-08-02 16:00:55 +02:00
Evgeny Grin (Karlson2k) ee3cf9cf31 digestauth: fixed bits manipulations
No functional change as the rest of the code does not support sessions.
Reported by Martin Strunz (maddin200)
2024-08-02 16:00:54 +02:00
Evgeny Grin (Karlson2k) 087cbe5555 test_str_bin_hex: fixed reporting 2024-08-02 16:00:20 +02:00
Evgeny Grin (Karlson2k) d0d074bcdd mhd_str.c: fixed logic when built without 'inline' 2024-08-02 16:00:03 +02:00
Tim Rühsen d69c285a15 Remove tags from .gitlab-ci.yml 2024-08-02 15:59:08 +02:00
Evgeny Grin (Karlson2k) 66db402c48 mhd_bool.m4: new autoconf macro that supports C23
The macro should works faster in the most common scenarios
2024-08-02 15:54:10 +02:00
Evgeny Grin (Karlson2k) e4fc51b8df bootstrap: better support Gentoo and MinGW 2024-08-02 15:50:27 +02:00
Evgeny Grin (Karlson2k) 3b83baa76a configure: enable 64 bit time_t by default if possible 2024-08-02 15:50:20 +02:00
Evgeny Grin (Karlson2k) 4819116382 configure: enable largefile earlier as it may influence other checks 2024-08-02 15:50:11 +02:00
Evgeny Grin (Karlson2k) 9620b95b24 configure: improved messages 2024-08-02 15:49:59 +02:00
Evgeny Grin (Karlson2k) db6c05bfed configure: fixed compiler warnings for new compilers 2024-08-02 15:49:20 +02:00
Evgeny Grin (Karlson2k) 8bbdddaac2 configure: improved portability when cross-compiling
Added final warnings when some potentially wrong assumption are made
2024-08-02 15:47:09 +02:00
Evgeny Grin (Karlson2k) 6ce509f4db mhd_check_func_run.m4: new autoconf macro 2024-08-02 15:43:42 +02:00
Evgeny Grin (Karlson2k) ded528cfc1 mhd_check_func.m4: corrected 2024-08-02 15:41:50 +02:00
Evgeny Grin (Karlson2k) 2e9a50513b mhd_check_link_run.m4: documentation fixes 2024-08-02 15:40:03 +02:00
Evgeny Grin (Karlson2k) bd57636352 configure: fixed unwanted error message 2024-08-01 16:06:43 +02:00
Evgeny Grin (Karlson2k) 26985c4e54 Fixed 'configure --help' formatting 2024-08-01 16:06:42 +02:00
Evgeny Grin (Karlson2k) de4e13c7ae Updated API and internal names for clarity 2024-08-01 16:06:42 +02:00
Evgeny Grin (Karlson2k) a19e044f75 configure: fixed compound literals as lvalue detection 2024-08-01 16:06:42 +02:00
Evgeny Grin (Karlson2k) 925e693ce9 Updated similar enum value 2024-08-01 16:06:41 +02:00
Christian Grothoff f76263d132 some logic to check uploaded POST data 2024-08-01 15:11:36 +02:00
Christian Grothoff 313e000d05 expand PP test to allow passing expected data 2024-08-01 15:00:39 +02:00
Christian Grothoff 9529c69703 expand PP test a bit 2024-08-01 14:38:35 +02:00
Christian Grothoff cc3433f697 add skeleton for postprocessor test 2024-08-01 09:14:31 +02:00
Evgeny Grin (Karlson2k) 517976484a Renamed public API functions, parameters, updated doxy 2024-07-30 17:13:13 +02:00
Evgeny Grin (Karlson2k) afc0471983 Fixed build of the headers 2024-07-29 14:51:46 +02:00
Christian Grothoff 3a52099759 fix .gitignore stf-m2 2024-07-27 21:57:59 +02:00
Evgeny Grin (Karlson2k) 6b4f08e1ec libtest_convenience_server_reply: fixed chunked testing 2024-07-27 21:34:49 +02:00
Evgeny Grin (Karlson2k) 7e111e1c34 Implemented Dynamic Creator Callback support 2024-07-27 21:34:17 +02:00
Evgeny Grin (Karlson2k) 0c587a5e56 response_set_options: fixed and updated 2024-07-26 17:36:54 +02:00