aboutsummaryrefslogtreecommitdiff
path: root/src/datastore
Commit message (Collapse)AuthorAge
* moving away from DEFAULTSERVICES to per-section FORCESTART, thus addressing ↵Christian Grothoff2014-12-10
| | | | #3565 indirectly
* -fix misc compiler warningsChristian Grothoff2014-12-03
|
* 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.
* -doxygenChristian Grothoff2014-06-08
|
* - rename also contents of config files, update config filesBart Polot2014-05-07
|
* -doxygenChristian Grothoff2014-04-08
|
* -indentation, doxygenChristian Grothoff2014-02-02
|
* 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
|
* configure option --disable-autostart to disable auto-startup of services by ARMSree Harsha Totakura2013-12-06
|
* -doxygen fixesChristian Grothoff2013-11-18
|
* -fixChristian Grothoff2013-11-18
|
* -doxygen, and likely fix for #2727Christian Grothoff2013-11-18
|
* last XDG change: use GNUNET_RUNTIME_DIR instead of /tmp for UNIXPATHs by defaultChristian Grothoff2013-10-09
|
* more work towards XDG spec (#3000) -- config file locationChristian Grothoff2013-10-09
|
* -clarify commentChristian Grothoff2013-10-09
|
* migrating towards XDG configuration specification (#3000)Christian Grothoff2013-10-09
|
* -remove trailing whitespaceChristian Grothoff2013-10-06
|
* -adding specialized hash table for peer identitiesChristian Grothoff2013-09-30
|
* -undo #29640, somehow causes problemsChristian Grothoff2013-09-27
|
* moving from abstract unix domain socket paths to normal unix domain socket ↵Christian Grothoff2013-09-26
| | | | paths (#2887), removing now unnecessary/dead flags argument to GNUNET_NETWORK_socket_bind
* -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.
* -fix leaksChristian Grothoff2013-06-21
|
* Make gnunet-datastore dependent on libgnunetdatastoreLRN2013-06-15
|
* Add --with-zlib=[DIR] configure option.David Barksdale2013-06-09
|
* adding tool to convert/merge datastores (#2875)Christian Grothoff2013-05-30
|
* -styleChristian Grothoff2013-01-25
|
* - fixSree Harsha Totakura2012-12-21
|
* -fixChristian Grothoff2012-12-21
|
* -renaming testing-new.h to testing.h, bumping library versionsChristian Grothoff2012-12-21
|
* -add newlineChristian Grothoff2012-12-17
|
* -eliminate consensus warningsChristian Grothoff2012-12-17
|
* -fixesChristian Grothoff2012-12-10
|
* -avoid mysql warning (was harmless, but still not nice)Christian Grothoff2012-12-07
|
* -implementing heap-based datastore backendChristian Grothoff2012-12-07
|
* -fixing #2656Christian Grothoff2012-11-18
|
* fixing bloomfilter reconstruction after quota change, iterator for sqlite ↵Christian Grothoff2012-11-13
| | | | failed to return keys due to off-by-one error
* -more realistic default quota valuesChristian Grothoff2012-11-10
|
* -misc bugfixes, travel hackingChristian Grothoff2012-11-04
|
* 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.
* installing all service, daemon and helper binaries to lib/gnunet/libexec/; ↵Christian Grothoff2012-10-29
| | | | updating code to run binaries from new location, which is no longer in PATH
* -bugfixes, code cleanupChristian Grothoff2012-10-26
|