aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to '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