diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ | |||
1 | Fri 16 Apr 2021 10:23:39 AM CEST | ||
2 | Thu 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 | ||
6 | Fri 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 | |||
1 | Web 14 Apr 2021 22:20:00 MSK | 11 | Web 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 |