diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,3 +1,7 @@ | |||
1 | Tue Nov 26 01:26:15 CET 2013 | ||
2 | Fix race on shutdown signal with thread pool on non-Linux | ||
3 | systems by signalling n times for n threads. -CG | ||
4 | |||
1 | Sun Nov 24 13:41:15 CET 2013 | 5 | Sun Nov 24 13:41:15 CET 2013 |
2 | Introduce state to mark connections in suspended state (with | 6 | Introduce state to mark connections in suspended state (with |
3 | epoll); add missing locking operations in MHD_suspend_connection. | 7 | epoll); add missing locking operations in MHD_suspend_connection. |