aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2021-04-15 18:58:58 +0300
committerChristian Grothoff <christian@grothoff.org>2021-04-16 10:25:37 +0200
commitfadba1133cc4e67ce8dd9d9709edd76f9285c704 (patch)
treea13f8e74e7e8314d3da7a41d50b6edb5d1fd4bfa /ChangeLog
parentddf368bb6d1093657ab29cb5af894bdc2b93788f (diff)
downloadlibmicrohttpd-fadba1133cc4e67ce8dd9d9709edd76f9285c704.tar.gz
libmicrohttpd-fadba1133cc4e67ce8dd9d9709edd76f9285c704.zip
fix #6768: do not use TCP-specific syscalls on UNIX domain sockets
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a9318e91..a9e1556a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
1Fri 16 Apr 2021 10:23:39 AM CEST
2Thu 15 Apr 2021 18:56:00 MSK
3 Fixed configure '--enable-sanitizer' paramenter.
4 Stopped pushing of patrial responses when limited by system maximum size
5 for sendmsg(). -EG
6Fri 16 Apr 2021 10:23:39 AM CEST
7 Detect if a socket is a UNIX domain socket and do not try to play
8 with TCP corking options in this case (avoids useless failed
9 syscalls). -CG
10
1Web 14 Apr 2021 22:20:00 MSK 11Web 14 Apr 2021 22:20:00 MSK
2 Fixed: use sendmsg() in POSIX-compatible way, do not try to send more 12 Fixed: use sendmsg() in POSIX-compatible way, do not try to send more
3 than IOV_MAX elements per single call. -EG 13 than IOV_MAX elements per single call. -EG