diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,3 +1,6 @@ | |||
1 | Sat Aug 27 18:20:38 CEST 2016 | ||
2 | Releasing libmicrohttpd 0.9.51. -CG | ||
3 | |||
1 | Tue Aug 23 22:54:07 MSK 2016 | 4 | Tue Aug 23 22:54:07 MSK 2016 |
2 | Internal refactoring: W32 compatibility layer was finally | 5 | Internal refactoring: W32 compatibility layer was finally |
3 | replaced with several specialized abstraction layers for | 6 | replaced with several specialized abstraction layers for |
@@ -25,7 +28,7 @@ Mon Aug 15 13:06:52 CEST 2016 | |||
25 | our connection limit. | 28 | our connection limit. |
26 | Avoid even accept()ing connections in certain thread modes | 29 | Avoid even accept()ing connections in certain thread modes |
27 | if we are at the connection limit and | 30 | if we are at the connection limit and |
28 | MHD_USE_PIPE_FOR_SHUTDOWN is available. | 31 | MHD_USE_PIPE_FOR_SHUTDOWN is available. -CG |
29 | 32 | ||
30 | Wed Aug 10 16:42:57 MSK 2016 | 33 | Wed Aug 10 16:42:57 MSK 2016 |
31 | Moved threads, locks and mutex abstraction to separate files, | 34 | Moved threads, locks and mutex abstraction to separate files, |