aboutsummaryrefslogtreecommitdiff
path: root/src/datastore
AgeCommit message (Collapse)Author
2016-07-08-fix loglevelChristian Grothoff
2016-07-06misc fixesChristian Grothoff
2016-06-26-fix leakChristian Grothoff
2016-06-25-sane log levelChristian Grothoff
2016-06-24refactoring datastore API to use MQ API, also fixing misc. bugs in new mysql ↵Christian Grothoff
backend
2016-06-24fix over-allocation in datastore APIChristian Grothoff
2016-06-24fix plugin datastore mysqlChristophe Genevey Metat
2016-06-24fix plugin datastore mysqlChristophe Genevey Metat
2016-06-24fixing compiler warnings...Christian Grothoff
2016-06-24continue to fix execute selectChristophe Genevey Metat
2016-06-23continue to fix execute selectChristophe Genevey Metat
2016-06-22plugin datastore mysqlChristophe Genevey Metat
2016-06-22plugin datastore mysqlChristophe Genevey Metat
2016-06-21update statistics API to use new MQ API style, also get rid of timeout argumentChristian Grothoff
2016-06-21towards fixing mysql pluginChristian Grothoff
2016-06-21plugin datastore mysqlChristophe Genevey Metat
2016-06-21plugin datastore mysqlChristophe Genevey Metat
2016-06-20use c99Christian Grothoff
2016-06-18- revert to r37134. Broken buildMartin Schanzenbach
2016-06-17plugin datastore mysqlChristophe Genevey Metat
2016-05-06fixing compiler warningsChristian Grothoff
2016-04-30implementing new scheduler shutdown semanticsChristian Grothoff
2016-04-09small API change: do no longer pass rarely needed ↵Christian Grothoff
GNUNET_SCHEDULER_TaskContext to all scheduler tasks; instead, allow the relatively few tasks that need it to obtain the context via GNUNET_SCHEDULER_get_task_context()
2016-03-14-bugfix, adding comments, fixing indentChristian Grothoff
2016-02-06make some more use of libgnunetpqChristian Grothoff
2016-01-19-fix (C) noticesChristian Grothoff
2015-11-28Fix UAF in asynchronous datastore pluginsDavid Barksdale
2015-09-29report skipped tests, doxygen fixesChristian Grothoff
2015-09-05-fixChristian Grothoff
2015-08-03extend datastore performance tests to cover scenario described in #3903 -- ↵Christian Grothoff
but no issue discovered
2015-08-03-reduce autostarting for tests, reduce timeoutsChristian Grothoff
2015-08-03-cleaning up test logic, modernizing calls, improving test documentationChristian Grothoff
2015-07-18-adding missing 'const' decls, fixing indentation / doxygen a bitChristian Grothoff
2015-06-30fix #3869: outdated FSF addressChristian Grothoff
2015-06-02-noinst-ing non-functional binaries/libraries that just exist as ↵Christian Grothoff
examples/templates
2015-05-20-work around stupid GCC warning (#3791)Christian Grothoff
2015-03-23-no NSEChristian Grothoff
2015-03-21Convert datastore plugin API to asynchronousDavid Barksdale
2015-03-07-indentation and comment fixesChristian Grothoff
2015-03-07-fix segvChristian Grothoff
2015-02-07-bringing copyright tags up to FSF standardChristian Grothoff
2015-02-07-bringing copyright tags up to FSF standardChristian Grothoff
2015-02-02-improve logging to help diagnose #3593Christian Grothoff
2015-02-02-reduce log level, this is expected on shutdownChristian Grothoff
2015-01-07suspend server while handlers are not in placeChristian Grothoff
2015-01-06Workaround emscripten bug in returning int64_tDavid Barksdale
Emscripten can't return a 64-bit integer from dynamically loaded code.
2015-01-05Check return value of GNUNET_STATISTICS_getDavid Barksdale
Or we could always call the callback with GNUNET_SYSERR.
2014-12-24-delay serving requests until plugin is readyChristian Grothoff
2014-12-24making GNUNET_SCHEDULER_cancel() perform in O(1) instead of O(n) to help or ↵Christian Grothoff
even fully address #3247
2014-12-23fixing datastore-statistics interaction to ensure stats are properly written ↵Christian Grothoff
to disk on exit