aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2016-01-19 11:21:02 +0000
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2016-01-19 11:21:02 +0000
commitb3be57e5a552066eb93cea7c22e9af5115720a93 (patch)
tree42f0fa46651e40e522249a1a0f43915c322381d9 /ChangeLog
parentf34f90622a3421eff0962599b88a5de72c95921d (diff)
downloadlibmicrohttpd-b3be57e5a552066eb93cea7c22e9af5115720a93.tar.gz
libmicrohttpd-b3be57e5a552066eb93cea7c22e9af5115720a93.zip
Remove workaround for Cygwin and use non-blocking sockets everywhere.
Tested on Cygwin 1.7.28 and 2.4.0 x86/x86_64.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fe06dd28..b7eed1eb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
1Tue Jan 19 11:14:18 CET 2016
2 Removed workaround for Cygwin non-blocking sockets:
3 handling non-blocking sockets were fixed in Cygwin
4 and libmicrohttpd how uses non-blocking sockets on
5 all platforms. -EG
6
1Mon Jan 18 23:54:45 CET 2016 7Mon Jan 18 23:54:45 CET 2016
2 Cleaned up examples to avoid giving oversimplified code 8 Cleaned up examples to avoid giving oversimplified code
3 that may lead to complications if adopted naively. -CG 9 that may lead to complications if adopted naively. -CG