aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorng0 <ng0@n0.is>2019-08-02 10:09:29 +0000
committerng0 <ng0@n0.is>2019-08-02 10:09:29 +0000
commit818b0a791b3e48cce9da91a1aa136ce2b65e8aaf (patch)
treefadba870ab6fe4ab3255d51147c433e7f0ede011
parent0359c0bbddfda713d7f29727ee3a8bad1b37e015 (diff)
downloadlibmicrohttpd-818b0a791b3e48cce9da91a1aa136ce2b65e8aaf.tar.gz
libmicrohttpd-818b0a791b3e48cce9da91a1aa136ce2b65e8aaf.zip
Add draft of Changelog.
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 92161c6f..afedf50c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
1Fri 02 Aug 2019 00:00:00 PM UTC
2 Fixes and optimizations for the setsockopt handling:
3 * Added: MHD_UPGRADE_ACTION_CORK_ON and MHD_UPGRADE_ACTION_CORK_OFF
4 to enum MHD_UpgradeAction (turn corking on/off on the underlying
5 socket).
6 * Use calls and flags native to the system for corking and
7 other operations, tested with performance improvements on
8 FreeBSD, Debian Linux, NetBSD, and cygwin. In particular,
9 this adds selective usage of MSG_MORE, NODELAY, TCP_NOPUSH,
10 TCP_CORK. -ng0
11
1Thu 01 Aug 2019 01:23:36 PM CEST 12Thu 01 Aug 2019 01:23:36 PM CEST
2 Releasing libmicrohttpd 0.9.66. -CG 13 Releasing libmicrohttpd 0.9.66. -CG
3 14