aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2018-12-08 23:18:08 +0100
committerChristian Grothoff <christian@grothoff.org>2018-12-08 23:18:08 +0100
commit18a607a51883dc185a8150f0a4ca4d6ada9777c7 (patch)
tree111c9cfd2e62725d912f3d2f69dca953a2c1a41c /ChangeLog
parent0d9046effaaf2cc65ef65792c84311011916bdca (diff)
downloadlibmicrohttpd-18a607a51883dc185a8150f0a4ca4d6ada9777c7.tar.gz
libmicrohttpd-18a607a51883dc185a8150f0a4ca4d6ada9777c7.zip
use WSA_FLAG_OVERLAPPED in W32 sockets as per suggestion from Johnathan McDougall on the mailinglist
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 64af1b20..5ff5acc9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
1Sat Dec 8 23:15:53 CET 2018
2 Fixed missing WSA_FLAG_OVERLAPPED which can cause W32 to block on
3 socket races when using threadpool. (See very detailed description
4 of the issue in the libmicrohttpd mailinglist post of today.) -JM
5
1Sat Dec 8 22:53:56 CET 2018 6Sat Dec 8 22:53:56 CET 2018
2 Added test for RFC 7616 and documented new API. 7 Added test for RFC 7616 and documented new API.
3 Releasing libmicrohttpd 0.9.62. -CG 8 Releasing libmicrohttpd 0.9.62. -CG