aboutsummaryrefslogtreecommitdiff
path: root/src/datastore
AgeCommit message (Expand)Author
2018-06-07paragraph for gnunet devs that don't know how to use the webpsyc://loupsycedyglgamf.onion/~lynX
2018-06-07glitch in the license text detected by hyazinthe, thank you!psyc://loupsycedyglgamf.onion/~lynX
2018-06-06better indentation, nicer formatting of SQLChristian Grothoff
2018-06-05first batch of license fixes (boring)psyc://loupsycedyglgamf.onion/~lynX
2018-05-19follow-up, fix conf locationsNils Gillmann
2018-05-06Switch to $GNUNET_TMP in all configuration files.Nils Gillmann
2018-04-10minor bugfixesChristian Grothoff
2018-02-05fix datstore bind issue for real this timeDavid Barksdale
2018-01-30fix datastore bind issueChristian Grothoff
2018-01-14SQLite doesn't constant foldDavid Barksdale
2017-11-10Fix skip_next_messages counting, combine logicDavid Barksdale
2017-10-02disconnect CADET only after client count hits zeroChristian Grothoff
2017-09-30more aggressive index creationChristian Grothoff
2017-06-11rename GNUNET_PQ_QueryStatus to GNUNET_DB_QueryStatusChristian Grothoff
2017-06-05[datastore] Remove unused indicies from sqliteDavid Barksdale
2017-06-04finish datastore pq refactoringChristian Grothoff
2017-06-03more pq workChristian Grothoff
2017-06-01adding more good helpers to libgnunetpqChristian Grothoff
2017-05-31[datstore] make sqlite page_size power of twoDavid Barksdale
2017-04-19removed LIMIT expression from DELETE stmt. See http://sqlite.org/syntaxdiagra...xrs
2017-04-16[datastore] Create remove plugin API callDavid Barksdale
2017-04-16[datastore] Combine put and update plugin APIsDavid Barksdale
2017-04-13Rewrite gnunet-datastore to dump to a fileDavid Barksdale
2017-03-27[datastore] Fix performance tests after API changeDavid Barksdale
2017-03-25rename GNUNET_GETOPT functions to achieve better consistencyChristian Grothoff
2017-03-22[datastore] Return and update replicationDavid Barksdale
2017-03-19[datastore] Fix #3743David Barksdale
2017-03-17more renamings relating to 'new' service now just being the 'normal' serviceChristian Grothoff
2017-03-15Porting 'nat'.Marcello Stanisci
2017-03-14convert sqlite peerstore to using libgnunetsqChristian Grothoff
2017-03-12use new GNUNET_SQ_reset where applicableChristian Grothoff
2017-03-12converting datacache to sqlite, fixing misc. issues in libgnunetsqChristian Grothoff
2017-03-10use libgnunetsq throughout plugin_datastore_sqlite, fix situation where conti...Christian Grothoff
2017-03-10properly handle error on empty queueChristian Grothoff
2017-03-10starting conversion of plugin_datastore_sqlite to use libgnunetsqChristian Grothoff
2017-03-10introduce warning if QE fails to make progressChristian Grothoff
2017-03-10remove empty files, fix indentationChristian Grothoff
2017-03-09we use CREATE INDEX IF NOT EXITS, this requires postgres>=9.6, bump dependenc...Christian Grothoff
2017-02-26fix crash in test if DB did not yet existChristian Grothoff
2017-02-25W32: cast ntohl() result to uint32_tРуслан Ижбулатов
2017-02-23even nicer queue size optimization: insert-at-tail if we can instantly tell, ...Christian Grothoff
2017-02-23optimize queue-full case, reduce max queue size due to O(n) operationChristian Grothoff
2017-02-20Restrict update to positive priority deltasDavid Barksdale
2017-02-20Remove unused GNUNET_DATASTORE_update() API callDavid Barksdale
2017-01-27unset XDG environment variable during testcases, as they can screw things up ...Christian Grothoff
2017-01-16simplify GNUNET_CONTAINER_heap_update_cost APIChristian Grothoff
2017-01-10rename connecT -> connect now that the old API is deadChristian Grothoff
2017-01-08exclude more testsChristian Grothoff
2016-11-09- add subdirectory gitignore filesBart Polot
2016-10-13datastore: postgres: use IF NOT EXISTS to avoid error messagesDaniel Golle