diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -1,4 +1,4 @@ | |||
1 | Fri 02 Aug 2019 00:00:00 PM UTC | 1 | Fri 18 Aug 2019 00:00:00 PM UTC |
2 | Fixes and optimizations for the setsockopt handling: | 2 | Fixes and optimizations for the setsockopt handling: |
3 | * Added: MHD_UPGRADE_ACTION_CORK_ON and MHD_UPGRADE_ACTION_CORK_OFF | 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 | 4 | to enum MHD_UpgradeAction (turn corking on/off on the underlying |
@@ -9,6 +9,10 @@ Fri 02 Aug 2019 00:00:00 PM UTC | |||
9 | this adds selective usage of MSG_MORE, NODELAY, TCP_NOPUSH, | 9 | this adds selective usage of MSG_MORE, NODELAY, TCP_NOPUSH, |
10 | TCP_CORK. -ng0 | 10 | TCP_CORK. -ng0 |
11 | 11 | ||
12 | Fri 09 Aug 2019 10:07:27 AM CEST | ||
13 | Copy compiler and linker hardening flags from GNUnet (updating | ||
14 | configure.ac). -CG | ||
15 | |||
12 | Thu 01 Aug 2019 01:23:36 PM CEST | 16 | Thu 01 Aug 2019 01:23:36 PM CEST |
13 | Releasing libmicrohttpd 0.9.66. -CG | 17 | Releasing libmicrohttpd 0.9.66. -CG |
14 | 18 | ||