Commit Graph
5248 Commits
Author SHA1 Message Date
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
Christian Grothoff 6fe3a41cae -whitespace and indentation changes only 2024-02-18 15:16:54 +01:00
Evgeny Grin (Karlson2k) 5491644e85 Fixed SHA-512/256 calculation for unrealistically large volumes
Fixed loss of one bit when 2 EiB (exabytes) or more processed by
a single step after previously processing more then 2 EiB.
2024-02-05 00:05:42 +01:00
Evgeny Grin (Karlson2k) de33d4594e md5_ext.c: fixed missing include 2024-02-04 22:35:02 +01:00
Christian Grothoff 2f892f4c6b small typo likely from copy&paste causing macro names to be different
between builds with and without messages resulting in compilation
failure if configured with --disable-messages

Signed-off-by: Jan Palus <jpalus@fastmail.com>
2024-02-04 18:29:15 +01:00
Evgeny Grin (Karlson2k) c180d258ce Fixe NEWS one more time 2024-02-01 17:09:21 +01:00
Evgeny Grin (Karlson2k) 86bed04119 Fixed typo in NEWS file 2024-02-01 16:41:16 +01:00
Evgeny Grin (Karlson2k) c4b4657f61 Released GNU libmicrohttpd 1.0.0
This is the first stable release of GNU libmicrohttpd.
v1.0.0
2024-02-01 15:09:54 +01:00
Evgeny Grin (Karlson2k) 43a35fd652 W32: fixed compiler warning 2024-02-01 14:52:13 +01:00
Evgeny Grin (Karlson2k) eb9ec7fda1 W32 VS: simplified custom MHD_config.h 2024-02-01 14:37:33 +01:00
Christian Grothoff 0b5ccc723a -remove trailing whitespace, update PO file, no semantic change(s) 2024-02-01 10:17:19 +01:00
Evgeny Grin (Karlson2k) 9fe0cd9b29 W32 VS: updated MHD_config.h 2024-02-01 06:39:45 +01:00
Evgeny Grin (Karlson2k) 9bca5e68c8 ChangeLog: updated 2024-02-01 06:04:41 +01:00
Evgeny Grin (Karlson2k) f9461e528c Updated copyright years 2024-01-31 23:28:40 +01:00