714 Commits
Author SHA1 Message Date
Christian Grothoff 7922bbd7a9 release v1.0.10 2026-08-07 22:24:52 +02:00
Christian Grothoff 0bfdd8d71a releasing v1.0.9 2026-07-30 17:46:29 +02:00
Christian Grothoff 6e43206ba1 version bumping, this time correctly 2026-07-28 12:40:05 +02:00
Christian Grothoff fc353cf059 release v1.0.7 2026-07-27 18:14:11 +02:00
Christian Grothoff 6a3d1006b8 bump version to v1.0.6 2026-07-08 12:45:21 +02:00
Christian Grothoff d2375954a1 releasing v1.0.5 2026-04-16 10:38:04 +02:00
Christian Grothoff d30316fda9 bump version 2026-04-13 11:43:19 +02:00
Christian Grothoff 5f207ceede fix bug in list traversal that could cause ready connections to be skipped if other connections were suspended 2026-04-02 00:18:18 +02:00
Evgeny Grin (Karlson2k) ec6e6d2888 Added MHD_OPTION_ALLOW_BIN_ZERO_IN_URI_PATH and MHD_get_connection_URI_path_n() 2026-02-28 23:39:20 +01:00
Christian Grothoff ebe728629c fix double-close() bug reported by MC on the mailinglist 2025-07-14 17:06:25 +02:00
Evgeny Grin (Karlson2k) 3aee48fd77 Releasing GNU libmicrohttpd 1.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) c4b4657f61 Released GNU libmicrohttpd 1.0.0
This is the first stable release of GNU libmicrohttpd.
2024-02-01 15:09:54 +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) 9bca5e68c8 ChangeLog: updated 2024-02-01 06:04:41 +01:00
Christian Grothoff eb21a977d2 fix #7757 2023-09-03 00:24:16 +02:00
Evgeny Grin (Karlson2k) 3c2210e655 ChangeLog: corrected 2023-03-30 18:07:44 +02:00
Evgeny Grin (Karlson2k) ec981dfe4e Bumped version as it should be later then the hotfix release 2023-03-29 21:13:32 +02:00
Evgeny Grin (Karlson2k) 12f637aaf0 Corrected NEWS and ChangeLog 2023-03-01 17:22:13 +03:00
Christian Grothoff 43f59476b3 add CVE number 2023-03-01 08:54:26 +01:00
Christian Grothoff 6d6846e20b fix parser bug that could be used to crash servers using the MHD_PostProcessor 2023-02-26 17:51:39 +01:00
Evgeny Grin (Karlson2k) 940041ad78 Released GNU libmicrohttpd 0.9.75 2021-12-26 20:35:58 +03:00
Evgeny Grin (Karlson2k) 1c381f499c ChangeLog updated 2021-12-26 20:02:23 +03:00
Evgeny Grin (Karlson2k) a4ae51f581 Released GNU libmicrohttpd 0.9.74 2021-12-19 18:36:21 +03:00
Evgeny Grin (Karlson2k) 969e64040f Updated HTTP headers macros from registry 2021-12-19 15:44:54 +03:00
Evgeny Grin (Karlson2k) c229373f23 ChangeLog updated 2021-12-19 15:44:53 +03:00
Christian Grothoff f1f8851cd2 introduce new MHD_CONNECTION_INFO_HTTP_STATUS 2021-08-04 18:58:55 +02:00
Christian Grothoff c488cadbc1 verbatim import of David Gausmann's websocket extension; tests do not yet pass, only enabled with --enable-experimental 2021-04-26 14:12:23 +02:00
Evgeny Grin (Karlson2k) 7b93a775cd Released GNU libmicrohttpd 0.9.73 2021-04-25 13:53:59 +03:00
Evgeny Grin (Karlson2k) b7b0ed28db Updated ChangeLog 2021-04-25 13:11:23 +03:00
Evgeny Grin (Karlson2k) e66aac06c0 Updated ChangeLog 2021-04-24 16:06:55 +03:00
Christian Grothoff 7241cb611a -fix typos 2021-04-24 00:05:37 +02:00
Evgeny Grin (Karlson2k) a55b52f027 test_upgrade{,_large}: removed use on unportable function
Usage of CORK is not required for upgraded connection,
CORK is not portable. To make test behavior unified for
all supported platforms, CORK usage is removed from tests.
2021-04-22 13:17:29 +03:00
Evgeny Grin (Karlson2k) 85b9c083b7 Corrected typos in ChangeLog 2021-04-22 12:06:58 +03:00
Evgeny Grin (Karlson2k) 78a167d80a ChangeLog updated 2021-04-21 11:58:48 +03:00
Christian Grothoff 6c751386a2 fix #6768: do not use TCP-specific syscalls on UNIX domain sockets (merge) 2021-04-16 10:26:20 +02:00
Evgeny Grin (Karlson2k) fadba1133c fix #6768: do not use TCP-specific syscalls on UNIX domain sockets 2021-04-16 10:25:37 +02:00
Evgeny Grin (Karlson2k) c556a538a9 configure: fixed '--enable-sanitizer'
Due to typo, using '--enable-sanitizer' resulted in lost of LDFLAGS
2021-04-15 18:58:58 +03:00
Evgeny Grin (Karlson2k) 7762278bd1 mhd_send: use sendmsg() in POSIX-compatible way
Some OSes may have limit on number of maximum elements per single
call of sendmsg()/writev(). Do not try to send more elements than
allowed by OS.
2021-04-14 22:21:32 +03:00
Evgeny Grin (Karlson2k) 2704ce9895 connection_https: disabled back TCP_NODELAY optimisation 2021-04-11 15:51:28 +03:00
Evgeny Grin (Karlson2k) 8a7c20f792 Added missing '_MHD_EXTERN' to MHD_run_wait() 2021-04-11 12:38:47 +03:00
Evgeny Grin (Karlson2k) 255e71aa81 ChangeLog updated 2021-04-11 12:38:47 +03:00
Evgeny Grin (Karlson2k) bf25ee3a32 Implemented new API function MHD_run_wait(). 2021-04-01 17:52:08 +03:00
Evgeny Grin (Karlson2k) fcca12c270 ChangeLog updated. 2021-03-27 15:47:15 +03:00
Evgeny Grin (Karlson2k) 2275296815 ChangeLog updated 2021-02-24 19:46:32 +03:00
Christian Grothoff 5782daed8f ensure ikvi callback returning MHD_NO terminates iteration 2021-02-04 18:42:22 +01:00
Christian Grothoff b169124017 return timeout of 0 if cleanup is pending 2021-01-06 20:42:59 +01:00
Evgeny Grin (Karlson2k) f7c5c302a3 Released GNU libmicrohttpd 0.9.72 2020-12-28 21:38:03 +03:00
Evgeny Grin (Karlson2k) 5909c4fd77 ChangeLog updated 2020-12-28 13:25:59 +03:00
Evgeny Grin (Karlson2k) 0a88f8e439 ChangeLog updated 2020-12-28 10:18:03 +03:00