aboutsummaryrefslogtreecommitdiff
path: root/src/datastore
Commit message (Collapse)AuthorAge
...
* -fix leakChristian Grothoff2016-06-26
|
* -sane log levelChristian Grothoff2016-06-25
|
* refactoring datastore API to use MQ API, also fixing misc. bugs in new mysql ↵Christian Grothoff2016-06-24
| | | | backend
* fix over-allocation in datastore APIChristian Grothoff2016-06-24
|
* fix plugin datastore mysqlChristophe Genevey Metat2016-06-24
|
* fix plugin datastore mysqlChristophe Genevey Metat2016-06-24
|
* fixing compiler warnings...Christian Grothoff2016-06-24
|
* continue to fix execute selectChristophe Genevey Metat2016-06-24
|
* continue to fix execute selectChristophe Genevey Metat2016-06-23
|
* plugin datastore mysqlChristophe Genevey Metat2016-06-22
|
* plugin datastore mysqlChristophe Genevey Metat2016-06-22
|
* update statistics API to use new MQ API style, also get rid of timeout argumentChristian Grothoff2016-06-21
|
* towards fixing mysql pluginChristian Grothoff2016-06-21
|
* plugin datastore mysqlChristophe Genevey Metat2016-06-21
|
* plugin datastore mysqlChristophe Genevey Metat2016-06-21
|
* use c99Christian Grothoff2016-06-20
|
* - revert to r37134. Broken buildMartin Schanzenbach2016-06-18
|
* plugin datastore mysqlChristophe Genevey Metat2016-06-17
|
* fixing compiler warningsChristian Grothoff2016-05-06
|
* implementing new scheduler shutdown semanticsChristian Grothoff2016-04-30
|
* small API change: do no longer pass rarely needed ↵Christian Grothoff2016-04-09
| | | | 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()
* -bugfix, adding comments, fixing indentChristian Grothoff2016-03-14
|
* make some more use of libgnunetpqChristian Grothoff2016-02-06
|
* -fix (C) noticesChristian Grothoff2016-01-19
|
* 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