aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 39404ccf..66829f94 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
1Mon May 2 06:08:26 CEST 2016
2 Adding logic to help address FE performance issue as
3 discussed on the mailinglist with subject
4 "single-threaded daemon, multiple pending requests, responses batched".
5 The new logic is only enabled when MHD_USE_EPOLL_TURBO is set.
6 Note that some additional refactoring was also done to clean up
7 the code and avoid code duplication, which may have actually fixed
8 an unrelated issue with HTTPS and a POLL-style event loop. -CG
9
1Sat Apr 30 10:22:37 CEST 2016 10Sat Apr 30 10:22:37 CEST 2016
2 Added clarifications to manual based on questions on list. -CG 11 Added clarifications to manual based on questions on list. -CG
3 12