aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-09-02 14:45:28 +0000
committerChristian Grothoff <christian@grothoff.org>2015-09-02 14:45:28 +0000
commit9e87c9a225ddcb3092fd3cd9ec428801edac69b4 (patch)
treeecb9f9f735befd4606ce8ba787eedbe2de308687 /ChangeLog
parent475b350b710463111893bf4b9deb3c8e5a1c62cc (diff)
downloadlibmicrohttpd-9e87c9a225ddcb3092fd3cd9ec428801edac69b4.tar.gz
libmicrohttpd-9e87c9a225ddcb3092fd3cd9ec428801edac69b4.zip
patch from FC to fix use of resume in combination with external select
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7f216f5a..998e78b6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
1Wed Sep 2 16:50:31 CEST 2015
2 Call resume_suspended_connections() when the user is running
3 its own mainloop and calls MHD_run_from_select() to support
4 resuming connections with external select. -FC
5
1Sun Aug 30 14:53:51 CEST 2015 6Sun Aug 30 14:53:51 CEST 2015
2 Correct documentation as to when MHD_USE_EPOLL_LINUX_ONLY 7 Correct documentation as to when MHD_USE_EPOLL_LINUX_ONLY
3 is allowed. -CG 8 is allowed. -CG