libmicrohttpd

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

commit e66aac06c0b814cb146293de7f1658c42bf4fd4f
parent 7241cb611a09817ff0875ff207e02af58d6b14ca
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
Date:   Sat, 24 Apr 2021 16:06:55 +0300

Updated ChangeLog

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

diff --git a/ChangeLog b/ChangeLog @@ -1,3 +1,9 @@ +Fri 23 Apr 2021 14:27:00 MSK + Fixed build without TLS lib. + Fixed build without system poll() function. + Fixed compiler warnings on 32-bit platforms. + Fixed various compiler warnings. -EG + Thu 22 Apr 2021 12:32:00 MSK Fixed some typos. Force disable TCP_CORK, TCP_NOPUSH, and TCP_NODELAY before switching