libmicrohttpd

HTTP/1.x server C library (MHD 1.x, stable)
Log | Files | Refs | Submodules | README | LICENSE

commit 9924fd6aa28d0827a981ca6c46ba131e349e9604
parent ef7fe75ff225665f2dbea1bc773d9ce3862a2866
Author: Christian Grothoff <christian@grothoff.org>
Date:   Tue, 11 Oct 2016 16:10:39 +0000

update changelog

Diffstat:
MChangeLog | 5++++-
1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog @@ -1,3 +1,6 @@ +Tue Oct 11 18:09:56 CEST 2016 + Deprecated MHD_USE_SSL, use MHD_USE_TLS instead. -CG + Tue Oct 11 18:14:40 MSK 2016 Code internal refactoring: 'pipes' renamed to 'inter-thread communication (channels)/ITCs', as code can use different types @@ -5,7 +8,7 @@ Tue Oct 11 18:14:40 MSK 2016 Optimizations: ITCs now always created in non-blocking mode. Added configure parameter to choose ITC type. Updated documentation and comments. - Minor errors fixed (related to heady load). -EG + Minor errors fixed (related to heavy load). -EG Thu Sep 22 17:51:04 CEST 2016 Implementing support for eventfd() instead of pipe() for