aboutsummaryrefslogtreecommitdiff
path: root/src/datastore/datastore_api.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
* -DOC: Second pass through DATASTOREWillow Liquorice2022-08-30
* -First pass through DATASTOREWillow Liquorice2022-08-30
* -fix nptr issuesMartin Schanzenbach2021-08-08
* Revert "-coverity: use after free"Martin Schanzenbach2021-05-15
* -coverity: use after freeMartin Schanzenbach2021-05-15
* -fix many more typosChristian Grothoff2021-04-26
* -fix more warningsMartin Schanzenbach2020-10-16
* tighten formatting rulesChristian Grothoff2019-10-31
* global reindent, now with uncrustify hook enabledChristian Grothoff2019-10-05
* uncrustify as demanded.ng02019-09-08
* 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
* Fix skip_next_messages counting, combine logicDavid Barksdale2017-11-10
* [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
* properly handle error on empty queueChristian Grothoff2017-03-10
* introduce warning if QE fails to make progressChristian Grothoff2017-03-10
* even nicer queue size optimization: insert-at-tail if we can instantly tell, ...Christian Grothoff2017-02-23
* optimize queue-full case, reduce max queue size due to O(n) operationChristian Grothoff2017-02-23
* Remove unused GNUNET_DATASTORE_update() API callDavid Barksdale2017-02-20
* rename connecT -> connect now that the old API is deadChristian Grothoff2017-01-10
* Use statement exprs instead of local functionDavid Barksdale2016-08-18
* -avoid calling memcpy() with NULL argument, even if len is 0Christian Grothoff2016-07-08
* -fix leakChristian Grothoff2016-06-26
* refactoring datastore API to use MQ API, also fixing misc. bugs in new mysql ...Christian Grothoff2016-06-24
* fix over-allocation in datastore APIChristian Grothoff2016-06-24
* small API change: do no longer pass rarely needed GNUNET_SCHEDULER_TaskContex...Christian Grothoff2016-04-09
* -fix (C) noticesChristian Grothoff2016-01-19
* -reduce autostarting for tests, reduce timeoutsChristian Grothoff2015-08-03
* -cleaning up test logic, modernizing calls, improving test documentationChristian Grothoff2015-08-03
* fix #3869: outdated FSF addressChristian Grothoff2015-06-30
* -indentation and comment fixesChristian Grothoff2015-03-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
* making GNUNET_SCHEDULER_cancel() perform in O(1) instead of O(n) to help or e...Christian Grothoff2014-12-24
* -doxygen fixesChristian Grothoff2013-11-18
* -fixChristian Grothoff2013-11-18
* -doxygen, and likely fix for #2727Christian Grothoff2013-11-18
* -remove trailing whitespaceChristian Grothoff2013-10-06
* changing time measurement from milliseconds to microsecondsChristian Grothoff2013-08-11
* -styleChristian Grothoff2013-01-25