aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
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