libmicrohttpd

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

commit ee7a8f2c540daae0ecd88bdae57ebe268f208794
parent ba43ee3b069eaefca3ae74b3eeb9d6d8e2d9e6b0
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
Date:   Thu, 23 Nov 2017 09:25:27 +0300

Updated ChangeLog

Diffstat:
MChangeLog | 24+++++++++++++++++++++++-
1 file changed, 23 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog @@ -1,5 +1,27 @@ +Thu Nov 23 08:56:00 MSK 2017 + Fixed receiving large requests in TLS mode with epoll. + Improved GnuTLS and libgcrypt detection in configure, do not ignore + flags in GNUTLS_{CFLAGS,LIBS} variables. + Added special trick for Solaris/Openindiana to find GnuTLS-3 with + right bitness. + Added support for Solaris sendfile(3) function. + Fixed dataraces with thread ID on W32 and pthread. Now check for + correct thread in MHD_queue_response() works correctly. + Fixed and silenced compiler warnings in tests and examples. + Removed usage of TLS flags in examples where TLS is not required. + Added support for MultiSSL in https tests with libcurl >= 7.56.0. + Improved detection of OFF_T_MAX, SIZE_MAX. Added macros for + SSIZE_MAX in mhd_limits.h. There are some platforms that really + require those macros. + Added support for Darwin's sendfile() function. + Updated .gitignore files. + Reworked mhd_sys_extentions.m4 with better support of modern + platforms, more reliable detection of required macros, and + detection of disabling of system-specific features by + _XOPEN_SOURCE macro. -EG + Wed Nov 1 20:43:00 MSK 2017 - Mixed and muted many compiler warnings. Now it GCC's flags + Mixed and muted many compiler warnings. Now GCC's flags -Wall -Wextra could be used for building. Fixed compilation of examples without libmagic. Better detection of libgnutls in configure.