aboutsummaryrefslogtreecommitdiff
path: root/src/datastore/gnunet-service-datastore.c
Commit message (Expand)AuthorAge
* BUILD: Move dht/datastore to service/cliMartin Schanzenbach2023-10-18
* UTIL: Allow only inlcusion of util glib-style.Martin Schanzenbach2022-12-04
* BUILD: Attempt to disentable platform.h, gnunet_common.h and gnunet_private_c...Martin Schanzenbach2022-12-04
* -DOC: Documentation cleanup pass through DATASTORE subsystemWillow Liquorice2022-10-03
* -fix leakChristian Grothoff2021-12-29
* Revert "-coverity: use after free"Martin Schanzenbach2021-05-15
* -coverity: use after freeMartin Schanzenbach2021-05-15
* -Fix several incorrect uses of `i.e.'Alessio Vanni2021-04-24
* GNUNET_free_non_null -> GNUNET_freeChristian Grothoff2020-07-05
* tighten formatting rulesChristian Grothoff2019-10-31
* global reindent, now with uncrustify hook enabledChristian Grothoff2019-10-05
* uncrustify as demanded.ng02019-09-08
* first step to remove plibcng02019-09-06
* src: for every AGPL3.0 file, add SPDX identifier.ng02019-01-14
* paragraph for gnunet devs that don't know how to use the webpsyc://loupsycedyglgamf.onion/~lynX2018-06-07
* glitch in the license text detected by hyazinthe, thank you!psyc://loupsycedyglgamf.onion/~lynX2018-06-07
* first batch of license fixes (boring)psyc://loupsycedyglgamf.onion/~lynX2018-06-05
* [datastore] Create remove plugin API callDavid Barksdale2017-04-16
* [datastore] Combine put and update plugin APIsDavid Barksdale2017-04-16
* [datastore] Return and update replicationDavid Barksdale2017-03-22
* [datastore] Fix #3743David Barksdale2017-03-19
* more renamings relating to 'new' service now just being the 'normal' serviceChristian Grothoff2017-03-17
* remove empty files, fix indentationChristian Grothoff2017-03-10
* W32: cast ntohl() result to uint32_tРуслан Ижбулатов2017-02-25
* Restrict update to positive priority deltasDavid Barksdale2017-02-20
* Remove unused GNUNET_DATASTORE_update() API callDavid Barksdale2017-02-20
* converting datastore to new MQ APIChristian Grothoff2016-09-23
* -avoid calling memcpy() with NULL argument, even if len is 0Christian Grothoff2016-07-08
* -fix loglevelChristian Grothoff2016-07-08
* misc fixesChristian Grothoff2016-07-06
* -sane log levelChristian Grothoff2016-06-25
* refactoring datastore API to use MQ API, also fixing misc. bugs in new mysql ...Christian Grothoff2016-06-24
* update statistics API to use new MQ API style, also get rid of timeout argumentChristian Grothoff2016-06-21
* fixing compiler warningsChristian Grothoff2016-05-06
* implementing new scheduler shutdown semanticsChristian Grothoff2016-04-30
* small API change: do no longer pass rarely needed GNUNET_SCHEDULER_TaskContex...Christian Grothoff2016-04-09
* -bugfix, adding comments, fixing indentChristian Grothoff2016-03-14
* -fix (C) noticesChristian Grothoff2016-01-19
* Fix UAF in asynchronous datastore pluginsDavid Barksdale2015-11-28
* -reduce autostarting for tests, reduce timeoutsChristian Grothoff2015-08-03
* -adding missing 'const' decls, fixing indentation / doxygen a bitChristian Grothoff2015-07-18
* fix #3869: outdated FSF addressChristian Grothoff2015-06-30
* Convert datastore plugin API to asynchronousDavid Barksdale2015-03-21
* -fix segvChristian Grothoff2015-03-07
* -bringing copyright tags up to FSF standardChristian Grothoff2015-02-07
* suspend server while handlers are not in placeChristian Grothoff2015-01-07
* Workaround emscripten bug in returning int64_tDavid Barksdale2015-01-06
* Check return value of GNUNET_STATISTICS_getDavid Barksdale2015-01-05
* -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 e...Christian Grothoff2014-12-24