aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9e8b8f52..e65172a8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
1Wed Mar 23 23:24:25 CET 2011
2 Do not use POLLIN when we only care about POLLHUP (significantly
3 improves performance when using MHD_USE_THREAD_PER_CONNECTION
4 in combination with MHD_USE_POLL). -ES
5
1Sun Mar 20 09:16:53 CET 2011 6Sun Mar 20 09:16:53 CET 2011
2 Fixing race when using MHD_USE_THREAD_PER_CONNECTION in combination 7 Fixing race when using MHD_USE_THREAD_PER_CONNECTION in combination
3 with MHD_USE_POLL. -CG 8 with MHD_USE_POLL. -CG