aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2021-04-21 11:58:15 +0300
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2021-04-21 11:58:48 +0300
commit78a167d80a74deaa87c2707a18f0ae88341e0c8d (patch)
tree7c27e1b70d0c0faa40189cafb3666685a04cca54 /ChangeLog
parent4b54e7c0a948bad421ab8bea2f30c5703846d363 (diff)
downloadlibmicrohttpd-78a167d80a74deaa87c2707a18f0ae88341e0c8d.tar.gz
libmicrohttpd-78a167d80a74deaa87c2707a18f0ae88341e0c8d.zip
ChangeLog updated
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog30
1 files changed, 30 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 03abaf62..c9ea9f5b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,33 @@
1Tue 20 Apr 2021 17:11:00 MSK
2 Disabled NLS by default in configure. -EG
3
4Mon 19 Apr 2021 18:58:00 MSK
5 Fixed testzzuf/test_put_chanked to correctly use MHD.
6 Added internal error code for TLS errors.
7 Added all missing messages to the .pot file.
8 Detect more types of errors for receiving data and report
9 error description in the MHD log.
10 Added support for ALPN on TLS connections if supported by
11 used TLS library. -EG
12
13Sun 18 Apr 2021 20:47:00 MSK
14 Removed dead code.
15 Limited iov-backed responses size to SSIZE_MAX as limited by
16 system calls.
17 Report error message in MHD log for send errors. -EG
18
19Sat 17 Apr 2021 18:50:00 MSK
20 Unified upgrade test behavior for all platforms.
21 Some code simplification and unification.
22 Compiler warning (false positive) fixed. -EG
23
24Fri 16 Apr 2021 17:58:00 MSK
25 Used run-time value if IOV_MAX if available.
26 Fixed portability of error handling for sending functions.
27 Detect pipes/unix sockets on fly and do not use TCP/IP specific
28 functions with them.
29 Fixed support of UNIX sockets on non-Linux kernels. -EG
30
1Fri 16 Apr 2021 10:23:39 AM CEST 31Fri 16 Apr 2021 10:23:39 AM CEST
2 Detect if a socket is a UNIX domain socket and do not try to play 32 Detect if a socket is a UNIX domain socket and do not try to play
3 with TCP corking options in this case (avoids useless failed 33 with TCP corking options in this case (avoids useless failed