diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ | |||
1 | Tue Sep 08 21:39:00 MSK 2017 | ||
2 | Fixed build of examples when MHD build with non-pthread lib. | ||
3 | MHD_queue_response(): added check for using in correct thread. | ||
4 | Fixed sending responses larger 16 KiB in TLS mode with epoll. | ||
5 | Improved doxy for MHD_get_timeout() and related functions. | ||
6 | Minor internal refactoring. -EG | ||
7 | |||
1 | Tue Jul 23 11:32:00 MSK 2017 | 8 | Tue Jul 23 11:32:00 MSK 2017 |
2 | Updated chunked_example.c to provide real illustration of usage of | 9 | Updated chunked_example.c to provide real illustration of usage of |
3 | chunked encoding. -EG | 10 | chunked encoding. -EG |