aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_datastore_service.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.
* Forgot to remove decl for GNUNET_DATASTORE_updateDavid Barksdale2017-03-12
|
* 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
|
* doxygen: group/module definitions (part 2)Gabor X Toth2016-01-12
|
* doxygen: group/module definitions (part 1)Gabor X Toth2016-01-11
|
* -fix indentationChristian Grothoff2015-08-03
|
* fix #3869: outdated FSF addressChristian Grothoff2015-06-30
|
* -fix #3799Christian Grothoff2015-05-31
|
* add multihashmap_clear to APIChristian Grothoff2015-03-30
|
* -bringing copyright tags up to FSF standardChristian Grothoff2015-02-07
|
* -simplify apis, doxygenChristian Grothoff2015-01-07
|
* applying patch from #3148 (by shedatc) to make gnunet-helper-nat-client ↵Christian Grothoff2013-11-30
| | | | compile on FreeBSD
* -use GPLv3+ consistentlyChristian Grothoff2013-08-24
|
* adding tool to convert/merge datastores (#2875)Christian Grothoff2013-05-30
|
* -consistently use struct GNUNET_HashCodeChristian Grothoff2012-06-12
|
* -clarifyChristian Grothoff2012-03-09
|
* -actually initialize min_expiration fieldChristian Grothoff2011-12-19
|
* 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
* run indent twice, it alternates between two 'canonical' forms, also run ↵Christian Grothoff2011-08-29
| | | | whitespace remover
* even nicer indentation, thanks to LRN's indent patchChristian Grothoff2011-08-16
|
* indentationChristian Grothoff2011-08-15
|
* indentationChristian Grothoff2011-08-15
|
* improve API, speed up mysqlChristian Grothoff2011-08-03
|
* doxygenChristian Grothoff2011-06-13
|
* datastore and fs fixes from EasterChristian Grothoff2011-04-26
|
* updateChristian Grothoff2011-04-15
|
* renaming, fixesChristian Grothoff2011-04-04
|
* make compileChristian Grothoff2011-04-04
|
* improving datastore API --- not working yetChristian Grothoff2011-04-03
|
* changing datastore API to support replication level --- not fully ↵Christian Grothoff2011-04-03
| | | | implemented --- and adding GNUNET_FS_BlockOptions struct to replace prio/anonymity/expiration+replication args
* better APIChristian Grothoff2011-03-25
|
* big scheduler refactoring, expect some issuesNathan S. Evans2010-11-05
|
* DHT PUT integration into FSChristian Grothoff2010-10-06
|
* use size_tChristian Grothoff2010-10-06
|
* protostructChristian Grothoff2010-05-14
|
* add cancellationChristian Grothoff2010-05-13
|
* moveChristian Grothoff2010-05-12
|
* dsChristian Grothoff2010-05-12
|
* off-line hack festChristian Grothoff2010-04-24
|
* pybldChristian Grothoff2010-04-04
|
* stuffChristian Grothoff2010-03-24
|