aboutsummaryrefslogtreecommitdiff
path: root/src/datastore/plugin_datastore_sqlite.c
Commit message (Collapse)AuthorAge
* 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
|
* fix https://gnunet.org/bugs/view.php?id=4904Schanzenbach, Martin2018-06-24
|
* 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
|
* better indentation, nicer formatting of SQLChristian Grothoff2018-06-06
|
* first batch of license fixes (boring)psyc://loupsycedyglgamf.onion/~lynX2018-06-05
|
* fix datstore bind issue for real this timeDavid Barksdale2018-02-05
|
* fix datastore bind issueChristian Grothoff2018-01-30
|
* SQLite doesn't constant foldDavid Barksdale2018-01-14
|
* disconnect CADET only after client count hits zeroChristian Grothoff2017-10-02
|
* more aggressive index creationChristian Grothoff2017-09-30
|
* [datastore] Remove unused indicies from sqliteDavid Barksdale2017-06-05
| | | | | | *** The table name was changed *** Users will need to dump and re-import their sqlite databases with gnunet-datastore -d and -i.
* [datstore] make sqlite page_size power of twoDavid Barksdale2017-05-31
|
* removed LIMIT expression from DELETE stmt. See ↵xrs2017-04-19
| | | | http://sqlite.org/syntaxdiagrams.html#delete-stmt
* [datastore] Create remove plugin API callDavid Barksdale2017-04-16
| | | | | | The only use of vhash in the get_key call was for removing, split that out into its own function. This simplifies the get_key call and removes the need for some indexes, speeding up insertion into the database.
* [datastore] Combine put and update plugin APIsDavid Barksdale2017-04-16
| | | | This resolves issue #4965.
* [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.
* convert sqlite peerstore to using libgnunetsqChristian Grothoff2017-03-14
|
* use new GNUNET_SQ_reset where applicableChristian Grothoff2017-03-12
|
* converting datacache to sqlite, fixing misc. issues in libgnunetsqChristian Grothoff2017-03-12
|
* use libgnunetsq throughout plugin_datastore_sqlite, fix situation where ↵Christian Grothoff2017-03-10
| | | | continuation was not called if no data was ready for replication
* starting conversion of plugin_datastore_sqlite to use libgnunetsqChristian Grothoff2017-03-10
|
* fix crash in test if DB did not yet existChristian Grothoff2017-02-26
|
* Restrict update to positive priority deltasDavid Barksdale2017-02-20
| | | | | This is only ever called with positive values and the mysql and postgres plugins were not handling negative values correctly anyway.
* -fix (C) noticesChristian Grothoff2016-01-19
|
* -fixChristian Grothoff2015-09-05
|
* fix #3869: outdated FSF addressChristian Grothoff2015-06-30
|
* -work around stupid GCC warning (#3791)Christian Grothoff2015-05-20
|
* Convert datastore plugin API to asynchronousDavid Barksdale2015-03-21
|
* -bringing copyright tags up to FSF standardChristian Grothoff2015-02-07
|
* Workaround emscripten bug in returning int64_tDavid Barksdale2015-01-06
| | | | | Emscripten can't return a 64-bit integer from dynamically loaded code.
* -fix misc compiler warningsChristian Grothoff2014-12-03
|
* -remve legacy optionChristian Grothoff2014-09-05
|
* -doxygenChristian Grothoff2014-04-08
|
* -indentation, doxygenChristian Grothoff2014-02-02
|
* malloc -> newLRN2013-12-19
|
* -adding specialized hash table for peer identitiesChristian Grothoff2013-09-30
|
* changing time measurement from milliseconds to microsecondsChristian Grothoff2013-08-11
|
* fixing bloomfilter reconstruction after quota change, iterator for sqlite ↵Christian Grothoff2012-11-13
| | | | failed to return keys due to off-by-one error
* Fix ENABLE_NLS usageLRN2012-10-30
| | | | | | | | ENABLE_NLS is for gettext only, it's not an indicator of nl_langinfo availability. Use unistring instead of nl_langinfo, since unistring is always there. GNUnet supports UTF-8 now (or should support), so most conversions are unnecessary anyway.
* reducing error messages about missing configuration options by introducing ↵Christian Grothoff2012-09-27
| | | | new helper functions to print them uniformly
* -consistently use struct GNUNET_HashCodeChristian Grothoff2012-06-12
|
* -removing legacy #ifdefsChristian Grothoff2012-04-01
|
* -do warnChristian Grothoff2012-01-25
|