aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2019-06-23 21:51:09 +0300
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2019-06-23 21:54:07 +0300
commitcedf766b65bc9c4025f71121b02a9eb1ef0470b5 (patch)
tree46238a5c4010ed64124c3907555562e95b22eeb5
parent55dc42e6045022da41c538d226874dbf563a85ed (diff)
downloadlibmicrohttpd-cedf766b65bc9c4025f71121b02a9eb1ef0470b5.tar.gz
libmicrohttpd-cedf766b65bc9c4025f71121b02a9eb1ef0470b5.zip
Updated ChangeLog
-rw-r--r--ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 21b43184..ce17428c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,20 @@
1Sun Jun 23 2019 21:27:43 MSK
2 Many fixes and improvments for connection-specific memory pool:
3 * Added asserts;
4 * Added testing of reallocation;
5 * Reallocation code rewritten to avoid extra allocation, when
6 possible to reuse already allocated memory;
7 * Large memory pools aligned to system page size;
8 * Large memory pools on W32 are cleared more securely after use,
9 optimised usage of system memory.
10 Better handled connection's memory shortage situations:
11 * error response could be sent to client even if all buffer space
12 was used;
13 * if buffer space become low when receiving, do not allocate last
14 buffer space and use small receive blocks instead.
15 Improved sending speed by using all available buffer space for
16 sending. -EG
17
1Sun Jun 09 2019 20:27:04 MSK 18Sun Jun 09 2019 20:27:04 MSK
2 Releasing libmicrohttpd 0.9.64. -EG 19 Releasing libmicrohttpd 0.9.64. -EG
3 20