Commit Graph
5261 Commits
Author SHA1 Message Date
Evgeny Grin (Karlson2k) d94229422f digestauth: fixed log message when wrong value used and MHD has some
hashing algorithms disabled.
2024-07-31 13:28:09 +02:00
Evgeny Grin (Karlson2k) 26d501f796 test_client_put_stop: adapted test for GNU Hurd kernel 2024-07-31 13:21:02 +02:00
Evgeny Grin (Karlson2k) e45936da81 man page: updated bug tracker link 2024-07-31 12:45:57 +02:00
Evgeny Grin (Karlson2k) 087b12516b Fixed man page as suggested by Florian Ernst 2024-07-31 12:43:46 +02:00
Evgeny Grin (Karlson2k) 6ff9f5067a test_upgrade: removed duplicated include
Reported by Martin Strunz (maddin200)
2024-07-25 15:26:20 +02:00
Evgeny Grin (Karlson2k) eb3725dc3a digestauth: explicitly reject unsupported algorithm requested by application 2024-07-25 15:23:11 +02:00
Evgeny Grin (Karlson2k) a00142f004 digestauth: fixed bits manipulations
No functional change as the rest of the code does not support sessions.
Reported by Martin Strunz (maddin200)
2024-07-25 15:23:11 +02:00
Evgeny Grin (Karlson2k) 668fbd286f test_str_bin_hex: fixed reporting 2024-06-15 13:00:41 +02:00
Evgeny Grin (Karlson2k) d15de502ef mhd_str.c: fixed logic when built without 'inline' 2024-06-15 12:59:24 +02:00
Evgeny Grin (Karlson2k) 861d252ed5 mhd_str.c: synced macros names with recent configure changes 2024-06-15 12:57:58 +02:00
Tim Rühsen 7f28cb410d Remove tags from .gitlab-ci.yml 2024-06-14 21:19:15 +02:00
Evgeny Grin (Karlson2k) 2534aab3f9 W32 resources: reworked, added support for the static lib resources 2024-06-05 15:02:32 +02:00
Evgeny Grin (Karlson2k) 03abafc46b configure: supported C23 'noreturn' keyword 2024-06-04 17:47:29 +02:00
Evgeny Grin (Karlson2k) 8ece9c3f77 configure: improved checks for function name magic-macros 2024-06-04 17:46:58 +02:00
Evgeny Grin (Karlson2k) 6130733af4 configure: rewritten checks for inline and force inline keywords
Renamed _MHD_static_inline -> MHD_static_inline_
Added use of cache variables in the checks
2024-06-04 17:44:53 +02:00
Evgeny Grin (Karlson2k) 255ede03c7 configure: fixed configuration summary 2024-06-04 17:40:22 +02:00
Evgeny Grin (Karlson2k) 7472d893c7 mhd_bool.m4: one more minor correction 2024-04-29 14:53:43 +02:00
Evgeny Grin (Karlson2k) a7f57068ed mhd_bool.m4: minor corrections 2024-04-29 13:48:29 +02:00
Evgeny Grin (Karlson2k) 927c269733 Fixed deprecation message when building the lib 2024-04-28 21:04:33 +02:00
Evgeny Grin (Karlson2k) 5bd638aee2 microhttpd.h: fixed deprecation messages 2024-04-28 21:03:12 +02:00
Evgeny Grin (Karlson2k) 3a93f07d22 mhd_bool.m4: new autoconf macro that supports C23
The macro should works faster in the most common scenarios
2024-04-28 20:55:05 +02:00
Evgeny Grin (Karlson2k) 5cc2bdb997 configure: print DAuth defaults in the help message 2024-04-25 00:00:05 +02:00
Evgeny Grin (Karlson2k) ea51b392d0 bootstrap: better support Gentoo and MinGW 2024-04-24 23:49:07 +02:00
Evgeny Grin (Karlson2k) 76357d11b8 configure: enable 64 bit time_t by default if possible 2024-04-24 18:24:30 +02:00
Evgeny Grin (Karlson2k) 92ced77100 configure: enable largefile earlier as it may influence other checks 2024-04-24 18:21:51 +02:00
Evgeny Grin (Karlson2k) 9dac82ef3d configure: improved messages 2024-04-24 17:46:09 +02:00
Evgeny Grin (Karlson2k) e1114d105d configure: fixed compiler warnings for new compilers 2024-04-24 17:43:29 +02:00
Evgeny Grin (Karlson2k) aa27316133 configure: cosmetics and formatting 2024-04-24 17:42:34 +02:00
Evgeny Grin (Karlson2k) f7560cd828 configure: improved portability when cross-compiling
Added final warnings when some potentially wrong assumption are made
2024-04-24 17:42:34 +02:00
Evgeny Grin (Karlson2k) c11ea1f96a mhd_check_func_run.m4: new autoconf macro 2024-04-24 17:40:52 +02:00
Evgeny Grin (Karlson2k) c1e4368fca mhd_check_func.m4: corrected 2024-04-24 17:38:37 +02:00
Evgeny Grin (Karlson2k) 41567c2022 mhd_check_link_run.m4: documentation fixes 2024-04-24 17:38:37 +02:00
Мяделец Андрей Алексеевич 44db29ca76 src/examples/demo{,_https}: fix response buffer overwriting
Adding address offset when copying string.

The code was broken by 5821a7f3 ("src/examples/demo{,_https}: added some error
checking, fixed compiler warnings").
2024-04-22 13:11:19 +02:00
Evgeny Grin (Karlson2k) 2e14003ebb microhttpd.h: workaround for uncrustify bug 2024-04-11 18:29:56 +02:00
Evgeny Grin (Karlson2k) 4e056c9794 microhttpd.h: fixed feature name 2024-04-11 18:28:44 +02:00
Evgeny Grin (Karlson2k) fd498a7064 Bump MHD_VERSION to indicate development version 2024-04-11 18:24:09 +02:00
Evgeny Grin (Karlson2k) 3aee48fd77 Releasing GNU libmicrohttpd 1.0.1 v1.0.1 2024-02-23 21:22:58 +05:00
Evgeny Grin (Karlson2k) 40d8a66c83 ChangeLog: updated 2024-02-23 17:58:47 +05:00
Evgeny Grin (Karlson2k) 71c543f409 digestauth: fixed compiler warnings 2024-02-21 19:49:57 +05:00
Evgeny Grin (Karlson2k) 07fa8f05f3 configure: warn if HTTP upgrade is disabled 2024-02-21 19:02:35 +05:00
Evgeny Grin (Karlson2k) 4e2f9fd9e9 Fixed compiler warnings for builds without Digest Auth 2024-02-21 18:36:29 +05:00
Evgeny Grin (Karlson2k) efe16e4891 Muted possible compiler warnings 2024-02-21 18:34:52 +05:00
Evgeny Grin (Karlson2k) b6ca2e66c5 Excluded example with basic auth when basic auth is disabled 2024-02-20 21:08:59 +05:00
Evgeny Grin (Karlson2k) 7f86b4e0bf tests: do not use test_auth_parse when messages are disabled
The test is not compatible with disabled messages
2024-02-20 20:35:31 +05:00
Evgeny Grin (Karlson2k) 20943e0b69 configure: corrected help message 2024-02-20 20:34:17 +05:00
Evgeny Grin (Karlson2k) 2e0b075a44 Removed strings with filenames from binary when built without messages 2024-02-19 21:54:46 +05:00
Evgeny Grin (Karlson2k) 234f74cabe Fixed code logic for builds without messages 2024-02-19 21:30:17 +05:00
Evgeny Grin (Karlson2k) 7896fb23f4 microhttpd.h: bump version number to indicate development version 2024-02-19 19:04:32 +05:00
Evgeny Grin (Karlson2k) 7a2bc355bb Partial revert "-whitespace and indentation changes only"
This partially reverts commit 6fe3a41cae.
2024-02-19 14:22:11 +05:00
Evgeny Grin (Karlson2k) 09fa10e988 MHD_queue_response(): do not return MHD_YES when shutting down the daemon
Provide correct information for application about queue status
2024-02-19 14:20:24 +05:00