aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2020-12-28 13:25:59 +0300
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2020-12-28 13:25:59 +0300
commit5909c4fd7728d4a51a18d63427408062834a3907 (patch)
tree33ddffa9659e1b04f39b51029bd391556beeed17 /ChangeLog
parentea5a9d7a4cce5d676aae1d0cfe49a74dd62963c2 (diff)
downloadlibmicrohttpd-5909c4fd7728d4a51a18d63427408062834a3907.tar.gz
libmicrohttpd-5909c4fd7728d4a51a18d63427408062834a3907.zip
ChangeLog updated
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 274eb08a..cbf9086a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,7 @@
1Mon 28 Dec 2020 09:37:00 MSK 1Mon 28 Dec 2020 09:37:00 MSK
2 Completely reworked and rewritten TCP_CORK, TCP_NOPUSH, TCP_NODELAY and 2 Completely reworked and rewritten TCP_CORK, TCP_NOPUSH, TCP_NODELAY and
3 MSG_MORE handling. Reduced number of sys-calls, fixed portability for 3 MSG_MORE handling. Reduced number of sys-calls, fixed portability for
4 FreeBSD, OpenBSD, NetBSD, Darwin, W32. 4 FreeBSD, OpenBSD, NetBSD, Darwin, W32, Solaris.
5 Removed usage of gnutls_record_cork() as it fully blocks stream until 5 Removed usage of gnutls_record_cork() as it fully blocks stream until
6 final block is ready. 6 final block is ready.
7 Fixed compatibility with C90 compilers. 7 Fixed compatibility with C90 compilers.