aboutsummaryrefslogtreecommitdiff
path: root/src/datastore
Commit message (Collapse)AuthorAge
* Fix UAF in asynchronous datastore pluginsDavid Barksdale2015-11-28
|
* report skipped tests, doxygen fixesChristian Grothoff2015-09-29
|
* -fixChristian Grothoff2015-09-05
|
* extend datastore performance tests to cover scenario described in #3903 -- ↵Christian Grothoff2015-08-03
| | | | but no issue discovered
* -reduce autostarting for tests, reduce timeoutsChristian Grothoff2015-08-03
|
* -cleaning up test logic, modernizing calls, improving test documentationChristian Grothoff2015-08-03
|
* -adding missing 'const' decls, fixing indentation / doxygen a bitChristian Grothoff2015-07-18
|
* fix #3869: outdated FSF addressChristian Grothoff2015-06-30
|
* -noinst-ing non-functional binaries/libraries that just exist as ↵Christian Grothoff2015-06-02
| | | | examples/templates
* -work around stupid GCC warning (#3791)Christian Grothoff2015-05-20
|
* -no NSEChristian Grothoff2015-03-23
|
* Convert datastore plugin API to asynchronousDavid Barksdale2015-03-21
|
* -indentation and comment fixesChristian Grothoff2015-03-07
|
* -fix segvChristian Grothoff2015-03-07
|
* -bringing copyright tags up to FSF standardChristian Grothoff2015-02-07
|
* -bringing copyright tags up to FSF standardChristian Grothoff2015-02-07
|
* -improve logging to help diagnose #3593Christian Grothoff2015-02-02
|
* -reduce log level, this is expected on shutdownChristian Grothoff2015-02-02
|
* suspend server while handlers are not in placeChristian Grothoff2015-01-07
|
* Workaround emscripten bug in returning int64_tDavid Barksdale2015-01-06
| | | | | Emscripten can't return a 64-bit integer from dynamically loaded code.
* Check return value of GNUNET_STATISTICS_getDavid Barksdale2015-01-05
| | | | | Or we could always call the callback with GNUNET_SYSERR.
* -delay serving requests until plugin is readyChristian Grothoff2014-12-24
|
* making GNUNET_SCHEDULER_cancel() perform in O(1) instead of O(n) to help or ↵Christian Grothoff2014-12-24
| | | | even fully address #3247
* fixing datastore-statistics interaction to ensure stats are properly written ↵Christian Grothoff2014-12-23
| | | | to disk on exit
* adding single location for no_forcestart configuration listChristian Grothoff2014-12-11
|
* 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