index
:
gnunet
gnunet
master
v0.9
Amatus' GNUnet stable branch https://gnunet.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
datacache
/
plugin_datacache_heap.c
Age
Commit message (
Expand
)
Author
2018-06-12
ensure datacache does not return expired records, fixig pq behavior with resp...
Christian Grothoff
2018-06-07
paragraph for gnunet devs that don't know how to use the web
psyc://loupsycedyglgamf.onion/~lynX
2018-06-07
glitch in the license text detected by hyazinthe, thank you!
psyc://loupsycedyglgamf.onion/~lynX
2018-06-05
first batch of license fixes (boring)
psyc://loupsycedyglgamf.onion/~lynX
2018-06-03
proper datacache expiration by proximity first
Christian Grothoff
2018-05-30
add proximity considerations to datacache
Christian Grothoff
2017-01-16
simplify GNUNET_CONTAINER_heap_update_cost API
Christian Grothoff
2016-07-08
-avoid calling memcpy() with NULL argument, even if len is 0
Christian Grothoff
2016-07-08
-fix shifting issues
Christian Grothoff
2016-01-19
-fix (C) notices
Christian Grothoff
2015-06-30
fix #3869: outdated FSF address
Christian Grothoff
2015-04-30
implementing 'get_closest' API for sqlite and postgres datacache plugins
Christian Grothoff
2015-04-28
extending datacache API with function to return random element, implemented (...
Christian Grothoff
2015-02-07
-bringing copyright tags up to FSF standard
Christian Grothoff
2013-12-19
malloc -> new
LRN
2013-11-09
-doxygen, memory leak in heap plugin on shutdown
Christian Grothoff
2013-10-06
-remove trailing whitespace
Christian Grothoff
2013-08-11
changing time measurement from milliseconds to microseconds
Christian Grothoff
2012-11-14
-clearer logging
Christian Grothoff
2012-11-13
changing datacache API to separate put-paths from data (so that plugins can t...
Christian Grothoff
2012-11-12
-adding plugin to keep datacache entirely in the heap
Christian Grothoff