aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2021-02-24 19:27:14 +0300
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2021-02-24 19:46:32 +0300
commit2275296815b6f90f4b9fc313cb5c46879aae434d (patch)
tree5647122b3c0c843ae4bf91a1733ae26212e7e825
parentb8aa763666eba6352c9f8d9e1c89e5647e7e9e3c (diff)
downloadlibmicrohttpd-2275296815b6f90f4b9fc313cb5c46879aae434d.tar.gz
libmicrohttpd-2275296815b6f90f4b9fc313cb5c46879aae434d.zip
ChangeLog updated
-rw-r--r--ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bdbdc15c..60e474b6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,10 +1,26 @@
1Wed 24 Feb 2021 19:23:00 MSK
2 SIGPIPE-related macro minor refactoring for readability.
3 Added new response iov function (and related framework), based on the patch
4 provided by Lawrence Sebald and Damon N. Earp from NASA. -EG
5
1Thu 04 Feb 2021 06:41:34 PM CET 6Thu 04 Feb 2021 06:41:34 PM CET
2 Fix PostProcessor to always properly stop iteration when application callback 7 Fix PostProcessor to always properly stop iteration when application callback
3 tells it to do so. -CG 8 tells it to do so. -CG
4 9
10Sun 24 Jan 2021 21:30:00 MSK
11 Added '--enable-heavy-tests' configure parameter.
12 Minor configure.ac and Makefiles fixes. -EG
13
14Tue 19 Jan 2021 17:59:00 MSK
15 Fixed compatibility with autoconf. 2.70
16 Updated M4 macros. -EG
17
5Wed 06 Jan 2021 08:39:58 PM CET 18Wed 06 Jan 2021 08:39:58 PM CET
6 Return timeout of zero also for connections awaiting cleanup. -CG 19 Return timeout of zero also for connections awaiting cleanup. -CG
7 20
21Tue 29 Dec 2020 15:39:00 MSK
22 Improved speed of TLS handshake by pre-enabling TCP_NODELAY. -EG
23
8Mon 28 Dec 2020 21:36:00 MSK 24Mon 28 Dec 2020 21:36:00 MSK
9 Releasing libmicrohttpd 0.9.72. -EG 25 Releasing libmicrohttpd 0.9.72. -EG
10 26