aboutsummaryrefslogtreecommitdiff
path: root/src/datacache
Commit message (Collapse)AuthorAge
* unset XDG environment variable during testcases, as they can screw things up ↵Christian Grothoff2017-01-27
| | | | badly
* simplify GNUNET_CONTAINER_heap_update_cost APIChristian Grothoff2017-01-16
|
* exclude more testsChristian Grothoff2017-01-08
|
* datacache: postgres: use IF NOT EXISTS to avoid error messagesDaniel Golle2016-10-13
|
* -avoid calling memcpy() with NULL argument, even if len is 0Christian Grothoff2016-07-08
|
* -fix shifting issuesChristian Grothoff2016-07-08
|
* -fix (C) noticesChristian Grothoff2016-01-19
|
* report skipped tests, doxygen fixesChristian Grothoff2015-09-29
|
* fix #3869: outdated FSF addressChristian Grothoff2015-06-30
|
* -noinst-ing non-functional binaries/libraries that just exist as ↵Christian Grothoff2015-06-02
| | | | examples/templates
* implementing 'get_closest' API for templateChristian Grothoff2015-04-30
|
* implementing 'get_closest' API for sqlite and postgres datacache pluginsChristian Grothoff2015-04-30
|
* implementing postgres version of get_randomChristian Grothoff2015-04-29
|
* -doxygenChristian Grothoff2015-04-29
|
* -add counter for #itemsChristian Grothoff2015-04-29
|
* -doxygenChristian Grothoff2015-04-29
|
* implementing sqlite version of get_randomChristian Grothoff2015-04-29
|
* -doxygen, updating template to reflect extended APIChristian Grothoff2015-04-29
|
* -add counter for #itemsChristian Grothoff2015-04-29
|
* 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
|
* -bringing copyright tags up to FSF standardChristian Grothoff2015-02-07
|
* fixing parallel build, getting rid of useless _DEPENDENCIES declarationsChristian Grothoff2014-09-13
|
* -remve legacy optionChristian Grothoff2014-09-05
|
* Include libpq-fe.h instead of postgres/libpq-fe.h.Sree Harsha Totakura2014-08-08
| | | | | Also add a macro for checking libpq from Autoconf macro archives.
* Fix TESTS_ENVIRONMENT setting (allow GNUNET_PREFIX to be overriden, allow ↵LRN2014-02-02
| | | | TESTS_ENVIRONMENT to be overrided (use AM_TESTS_ENVIRONMENT))
* fix #3284: support lib/MULTIARCH/ paths in installation, use ↵Christian Grothoff2014-01-30
| | | | GNUNET_PREFIX=@libdir@ so that we can extract the value of MULTIARCH during 'make check'
* fix #3275 with solution from https://gnunet.org/bugs/view.php?id=3275#c8029Sree Harsha Totakura2014-01-24
| | | | | | sed -i 's#^\(\s*\)TESTS#\1TESTS_ENVIRONMENT=export GNUNET_PREFIX=@prefix@;export PATH=@prefix@/bin:$$PATH;\n&#'
* malloc -> newLRN2013-12-19
|
* -doxygen, memory leak in heap plugin on shutdownChristian Grothoff2013-11-09
|
* -remove trailing whitespaceChristian Grothoff2013-10-06
|
* -ftbfsChristian Grothoff2013-09-16
|
* - replace deprecated INCLUDES with AM_CPPFLAGSFlorian Dold2013-09-16
|
* -use GPLv3+ consistentlyChristian Grothoff2013-08-24
|
* changing time measurement from milliseconds to microsecondsChristian Grothoff2013-08-11
|
* Make building gnunet-testing lib optional.David Barksdale2013-06-27
| | | | | This is all because emscripten doesn't have getaddrinfo.
* -renaming testing-new.h to testing.h, bumping library versionsChristian Grothoff2012-12-21
|
* -mysql datacache is goneChristian Grothoff2012-11-15
|
* -doxygenChristian Grothoff2012-11-14
|
* -clearer loggingChristian Grothoff2012-11-14
|
* 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
|
* Fix ENABLE_NLS usageLRN2012-10-30
| | | | | | | | ENABLE_NLS is for gettext only, it's not an indicator of nl_langinfo availability. Use unistring instead of nl_langinfo, since unistring is always there. GNUnet supports UTF-8 now (or should support), so most conversions are unnecessary anyway.
* -fixChristian Grothoff2012-09-28
|
* -converting more places to use STRINGS_relative_time_to_stringChristian Grothoff2012-09-27
|
* -consistently use struct GNUNET_HashCodeChristian Grothoff2012-06-12
|