aboutsummaryrefslogtreecommitdiff
path: root/src/datastore/datastore_api.c
Commit message (Collapse)AuthorAge
* 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
| | | | | | | | | This fixes messages like these: Nov 10 08:57:34-927033 fs-22733 ERROR Request 0x6080017479a0 of type 100 at head of datastore queue for more than 1 m And might fix issue #3903
* [datastore] Return and update replicationDavid Barksdale2017-03-22
| | | | | | This fixes a couple FIXMEs in the datastore code. The replication value is now returned from the datastore and the update function can increase the replication.
* [datastore] Fix #3743David Barksdale2017-03-19
| | | | | | | | | | | | | | | | | | | | This change adds support for key == NULL to the datastore plugins and replaces the offset argument with a next_uid and random arguments to increase performance in the key == NULL case. With the offset argument a datastore plugin would have to count all matching keys before fetching the key at the right offset, which would iterate over the entire database in the case of key == NULL. The offset argument was used in two ways: to iterate over a set of matching values and to start iteration at a random matching value. The new API seperates these into two arguments: if random is true it will return a random matching value, otherwise next_uid can be set to uid + 1 to return the next matching value. The random argument was not added to get_zero_anonymity. This function is used to periodically insert zero anonymity values into the DHT. I don't think it's necessary to randomize this.
* 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
| | | | always
* 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
| | | | | This change lets us compile with clang again.
* -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
| | | | backend
* fix over-allocation in datastore APIChristian Grothoff2016-06-24
|
* 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()
* -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 ↵Christian Grothoff2014-12-24
| | | | even fully address #3247
* -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
|
* -bugfixes, code cleanupChristian Grothoff2012-10-26
|
* -reduce statistics (#2594)Christian Grothoff2012-10-23
|
* -consistently use struct GNUNET_HashCodeChristian Grothoff2012-06-12
|
* -removing legacy DEBUG ifdefsChristian Grothoff2012-04-23
|
* -fixChristian Grothoff2012-04-19
|
* -removing 2nd argument from GNUNET_CLIENT_disconnect as it was virtually ↵Christian Grothoff2012-04-19
| | | | always GNUNET_NO --- and all other uses indicate design problems
* -call continuation lastChristian Grothoff2012-02-18
|
* adding min_expiration argument to GNUNET_DATASTORE_ContinuationWithStatus ↵Christian Grothoff2011-12-19
| | | | callback to communicate which content has a chance of being stored in the medium term
* -fixing indentationChristian Grothoff2011-11-29
|
* -reduce log levelChristian Grothoff2011-11-25
|
* use LOG macro in datastore_api.cChristian Grothoff2011-10-10
|