libmicrohttpd

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

commit 31b90a287f51d21233473ec7b0c1d71f3b952fac
parent 603ecd85bceb1ffa257e7ecdca8380c7996616ad
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
Date:   Sat,  8 Jun 2019 12:52:22 +0300

Updated ChangeLog

Diffstat:
MChangeLog | 14++++++++++++++
1 file changed, 14 insertions(+), 0 deletions(-)

diff --git a/ChangeLog b/ChangeLog @@ -2,6 +2,20 @@ Mon 03 Jun 2019 11:45:52 PM CEST Apply MHD_-prefix to hash functions, even if they are not in the officially exported API. -CG/DB +Sun Jun 02 01:52:11 MSK 2019 + Support usage of SOCK_NOSIGPIPE on Solaris 11.4 and NetBSD 7+, + finally avoid SIGPIPE on Solaris. -EG + +Sat Jun 01 22:51:50 MSK 2019 + Do not report errors if AF_UNIX socket is used on *BSD. -EG + +Thu May 30 23:32:09 MSK 2019 + Improved detection of 'getsockname()' in configure. + Avoided using 'getsockname()' in code if not detected. -EG + +Sun May 26 23:32:49 MSK 2019 + Fixed some tests on W32. -EG + Sun May 26 23:05:42 MSK 2019 Better detection of sockaddr member in configure, fixed build on *BSD, Fixed compiler warnings,