aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 90b1ecf0..f79b8137 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
1Mon Aug 15 13:06:52 CEST 2016
2 Fixed possible crash due to write to read-only region of
3 memory given ill-formed HTTP request (write was otherwise
4 harmless, writing 0 to where there was already a 0).
5 Fixed issue with closed connection slots not immediately
6 being available again for new connections if we reached
7 our connection limit.
8 Avoid even accept()ing connections in certain thread modes
9 if we are at the connection limit and
10 MHD_USE_PIPE_FOR_SHUTDOWN is available.
11
1Wed Aug 10 16:42:57 MSK 2016 12Wed Aug 10 16:42:57 MSK 2016
2 Moved threads, locks and mutex abstraction to separate files, 13 Moved threads, locks and mutex abstraction to separate files,
3 some minor errors fixed, added support for thread name functions 14 some minor errors fixed, added support for thread name functions