aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2015-12-16 17:43:13 +0000
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2015-12-16 17:43:13 +0000
commit0074887f31bbd3aa1456365933b0d74daa1e68ef (patch)
tree49f0aafe836bdf2a99e70b059a04a6986f12d60d
parent378e7495db5a7219cc5e9d518f45fe2c41b15b46 (diff)
downloadlibmicrohttpd-0074887f31bbd3aa1456365933b0d74daa1e68ef.tar.gz
libmicrohttpd-0074887f31bbd3aa1456365933b0d74daa1e68ef.zip
Updated ChangeLog
-rw-r--r--ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7f916764..26a3cc2d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,19 @@
1Tue Dec 15 18:35:55 CET 2015
2 Improved compatibility with VS2010 and other older
3 compilers. -EG
4
5Tue Dec 8 21:48:44 CET 2015
6 Default backlog size for listen socket was changed from
7 32 to SOMAXCONN, added new option MHD_OPTION_LISTEN_BACKLOG_SIZE
8 to override default backlog size.
9 If not all connections can be handled by MHD_select() than
10 at least some of connections will be processed instead of
11 failing without any processing.
12 Fixed redefenition of FD_SETSIZE on W32 so select() will
13 work with 2000 connections instead of 64.
14 Better handled redefenition of FD_SETSIZE on all
15 platforms. -EG
16
1Sat Dec 5 17:30:45 CET 2015 17Sat Dec 5 17:30:45 CET 2015
2 Close sockets more aggressively in multi-threaded 18 Close sockets more aggressively in multi-threaded
3 mode (possibly relevant for idle servers). -CG 19 mode (possibly relevant for idle servers). -CG