aboutsummaryrefslogtreecommitdiff
path: root/src/datacache/datacache.c
Commit message (Collapse)AuthorAge
* -more work on DHTU integrationChristian Grothoff2022-02-19
|
* DHT: modify API and protocol messages to add path signatures, except for now ↵Christian Grothoff2022-01-09
| | | | the actual signatures are just placeholders (signing and signature verification are missing)
* -dceChristian Grothoff2022-01-02
|
* -Fix several incorrect uses of `i.e.'Alessio Vanni2021-04-24
| | | | With some other changes to sentences here and there as I found appropriate.
* Implement function to load plugins within a specific contextAlessio Vanni2021-04-05
| | | | | | | | | | | | | | | When `GNUNET_OS_init' is called to change the application project data, lazy-loading plugins will fail as it will not find the requested files. The function will temporarily swap the project data with the argument value and will search for plugins, within the installation directory tree inferred from that structure. Applications can still use `GNUNET_PLUGIN_load_all' to load their plugins from within their own installation directory tree, though services are recommended to use the `in_context' version to avoid falling in the same pit. Signed-off-by: Martin Schanzenbach <mschanzenbach@posteo.de>
* global reindent, now with uncrustify hook enabledChristian Grothoff2019-10-05
|
* uncrustify as demanded.ng02019-09-08
|
* first step to remove plibcng02019-09-06
|
* src: for every AGPL3.0 file, add SPDX identifier.ng02019-01-14
|
* paragraph for gnunet devs that don't know how to use the webpsyc://loupsycedyglgamf.onion/~lynX2018-06-07
|
* glitch in the license text detected by hyazinthe, thank you!psyc://loupsycedyglgamf.onion/~lynX2018-06-07
|
* better indentationChristian Grothoff2018-06-06
|
* first batch of license fixes (boring)psyc://loupsycedyglgamf.onion/~lynX2018-06-05
|
* proper datacache expiration by proximity firstChristian Grothoff2018-06-03
|
* add proximity considerations to datacacheChristian Grothoff2018-05-30
|
* fix datacache bytes stored calculationChristian Grothoff2018-05-06
|
* fix configuration parsing issue with inlines from configuration not in cwdChristian Grothoff2017-06-25
|
* -fix (C) noticesChristian Grothoff2016-01-19
|
* fix #3869: outdated FSF addressChristian Grothoff2015-06-30
|
* implementing 'get_closest' API for sqlite and postgres datacache pluginsChristian Grothoff2015-04-30
|
* extending datacache API with function to return random element, implemented ↵Christian Grothoff2015-04-28
| | | | (only) in heap plugin right now
* -bringing copyright tags up to FSF standardChristian Grothoff2015-02-07
|
* malloc -> newLRN2013-12-19
|
* -doxygen, memory leak in heap plugin on shutdownChristian Grothoff2013-11-09
|
* -remove trailing whitespaceChristian Grothoff2013-10-06
|
* -use GPLv3+ consistentlyChristian Grothoff2013-08-24
|
* changing datacache API to separate put-paths from data (so that plugins can ↵Christian Grothoff2012-11-13
| | | | test for duplicates), removing support for MySQL
* fixing #2641, datastore size way offChristian Grothoff2012-11-13
|
* add option to disable Bloom filter entirely (only for benchmarking)Christian Grothoff2012-11-12
|
* -adding plugin to keep datacache entirely in the heapChristian Grothoff2012-11-12
|
* support running purely in-memoryChristian Grothoff2012-11-12
|
* -more realistic default quota valuesChristian Grothoff2012-11-10
|
* -consistently use struct GNUNET_HashCodeChristian Grothoff2012-06-12
|
* -removing legacy ifdefs, fixing log statementsChristian Grothoff2012-05-06
|
* -tolerate bloomfilter creation failures bettterChristian Grothoff2011-12-17
|
* curly wars / auto-indentationChristian Grothoff2011-11-04
|
* use new quota parsing capabilities -- SVN 1875Christian Grothoff2011-11-03
|
* fixChristian Grothoff2011-10-25
|
* more logging, cleaning up loggingChristian Grothoff2011-10-24
|
* more loggingChristian Grothoff2011-10-24
|
* use LOG macro in datacache.cChristian Grothoff2011-10-10
|
* more efficient implementation, maybe helping with 1777Christian Grothoff2011-09-18
|
* run indent twice, it alternates between two 'canonical' forms, also run ↵Christian Grothoff2011-08-29
| | | | whitespace remover
* indentationChristian Grothoff2011-08-15
|
* indentationChristian Grothoff2011-08-15
|
* do not allow NULL for fnChristian Grothoff2011-06-16
|
* moving plugin headersChristian Grothoff2010-11-05
|
* big scheduler refactoring, expect some issuesNathan S. Evans2010-11-05
|
* use size_tChristian Grothoff2010-10-06
|
* fixesChristian Grothoff2010-08-27
|