aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-06-29 10:19:37 +0200
committerChristian Grothoff <christian@grothoff.org>2019-06-29 10:19:37 +0200
commitdec6cf00dfa65bf1607c0cfcd80f2170d533b02b (patch)
tree4dfa62b46dd3b283e87b585c1c6de4abd733b034 /ChangeLog
parente96e9584f2ca6797552fc46bb83e3d10827fad49 (diff)
downloadgnunet-dec6cf00dfa65bf1607c0cfcd80f2170d533b02b.tar.gz
gnunet-dec6cf00dfa65bf1607c0cfcd80f2170d533b02b.zip
use mmap() instead of malloc, rename heap->flat as database is persisted in flat file
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 405a04b90..2d32931fd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
1Sat 29 Jun 2019 10:18:55 AM CEST
2 Renamed "heap" namestore backend to "flat" as it does
3 persist data in a file. Made it work with databases larger
4 than 16 MB. -CG
5
1Sat 15 Jun 2019 11:45:35 PM CEST 6Sat 15 Jun 2019 11:45:35 PM CEST
2 Improved gnunet-gns performance for many ego scenario. -CG 7 Improved gnunet-gns performance for many ego scenario. -CG
3 8