gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [libmicrohttpd] branch master updated: Updated ChangeLog


From: gnunet
Subject: [GNUnet-SVN] [libmicrohttpd] branch master updated: Updated ChangeLog
Date: Sun, 23 Jun 2019 20:57:42 +0200

This is an automated email from the git hooks/post-receive script.

karlson2k pushed a commit to branch master
in repository libmicrohttpd.

The following commit(s) were added to refs/heads/master by this push:
     new cedf766b Updated ChangeLog
cedf766b is described below

commit cedf766b65bc9c4025f71121b02a9eb1ef0470b5
Author: Evgeny Grin (Karlson2k) <address@hidden>
AuthorDate: Sun Jun 23 21:51:09 2019 +0300

    Updated ChangeLog
---
 ChangeLog | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/ChangeLog b/ChangeLog
index 21b43184..ce17428c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,20 @@
+Sun Jun 23 2019 21:27:43 MSK
+       Many fixes and improvments for connection-specific memory pool:
+       * Added asserts;
+       * Added testing of reallocation;
+       * Reallocation code rewritten to avoid extra allocation, when
+         possible to reuse already allocated memory;
+       * Large memory pools aligned to system page size;
+       * Large memory pools on W32 are cleared more securely after use,
+         optimised usage of system memory.
+       Better handled connection's memory shortage situations:
+       * error response could be sent to client even if all buffer space
+         was used;
+       * if buffer space become low when receiving, do not allocate last
+         buffer space and use small receive blocks instead.
+       Improved sending speed by using all available buffer space for
+       sending. -EG
+
 Sun Jun 09 2019 20:27:04 MSK
        Releasing libmicrohttpd 0.9.64. -EG
 

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]