aboutsummaryrefslogtreecommitdiff
path: root/src/datastore/datastore.h
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
|
* [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.
* Remove unused GNUNET_DATASTORE_update() API callDavid Barksdale2017-02-20
|
* refactoring datastore API to use MQ API, also fixing misc. bugs in new mysql ↵Christian Grothoff2016-06-24
| | | | backend
* -fix (C) noticesChristian Grothoff2016-01-19
|
* fix #3869: outdated FSF addressChristian Grothoff2015-06-30
|
* -bringing copyright tags up to FSF standardChristian Grothoff2015-02-07
|
* -use GPLv3+ consistentlyChristian Grothoff2013-08-24
|
* -consistently use struct GNUNET_HashCodeChristian Grothoff2012-06-12
|
* -removing legacy ifdefs, fixing log statementsChristian Grothoff2012-05-06
|
* adding API for short (256-bit) hash codesChristian Grothoff2012-03-19
|
* fixing 2012: network structure alignment now forced to be correct even on ↵Christian Grothoff2011-12-21
| | | | W32 using #pragma pack from gcc 4.x
* 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
* LRN: Use GNUNET_EXTRA_LOGGING to manage compile-time logging callsChristian Grothoff2011-10-04
| | | | | | (#1805).
* run indent twice, it alternates between two 'canonical' forms, also run ↵Christian Grothoff2011-08-29
| | | | whitespace remover
* indentationChristian Grothoff2011-08-15
|
* nodebgChristian Grothoff2011-04-27
|
* pass replChristian Grothoff2011-04-27
|
* datastore and fs fixes from EasterChristian Grothoff2011-04-26
|
* fixesChristian Grothoff2011-04-21
|
* disdebgChristian Grothoff2011-03-25
|
* better APIChristian Grothoff2011-03-25
|
* log dropChristian Grothoff2010-10-19
|
* DHT PUT integration into FSChristian Grothoff2010-10-06
|
* misc fixesChristian Grothoff2010-08-08
|
* no debugChristian Grothoff2010-07-03
|
* use constants instead of casting -1Christian Grothoff2010-06-11
|
* nodebChristian Grothoff2010-03-08
|
* fixing API issue of who is responsible for quota inChristian Grothoff2010-03-01
|
* nodebugChristian Grothoff2009-10-25
|
* debug, maybe will help diagnose crash on ndurner gtwyChristian Grothoff2009-10-20
|
* more testsChristian Grothoff2009-07-25
|
* reservationsChristian Grothoff2009-07-21
|
* passesChristian Grothoff2009-07-19
|
* bugfixesChristian Grothoff2009-07-19
|
* work on datastore API implementationChristian Grothoff2009-07-18
|
* improving datastore APIChristian Grothoff2009-06-16
|
* stuffChristian Grothoff2009-06-15
|
* adding basic declarations for datastore implementationChristian Grothoff2009-06-15