Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-06-07 | paragraph for gnunet devs that don't know how to use the web | psyc://loupsycedyglgamf.onion/~lynX | |
2018-06-07 | glitch in the license text detected by hyazinthe, thank you! | psyc://loupsycedyglgamf.onion/~lynX | |
2018-06-06 | better indentation, nicer formatting of SQL | Christian Grothoff | |
2018-06-05 | first batch of license fixes (boring) | psyc://loupsycedyglgamf.onion/~lynX | |
2017-06-11 | rename GNUNET_PQ_QueryStatus to GNUNET_DB_QueryStatus | Christian Grothoff | |
2017-06-04 | finish datastore pq refactoring | Christian Grothoff | |
2017-06-03 | more pq work | Christian Grothoff | |
2017-06-01 | adding more good helpers to libgnunetpq | Christian Grothoff | |
2017-04-16 | [datastore] Create remove plugin API call | David Barksdale | |
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. | |||
2017-04-16 | [datastore] Combine put and update plugin APIs | David Barksdale | |
This resolves issue #4965. | |||
2017-03-22 | [datastore] Return and update replication | David Barksdale | |
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. | |||
2017-03-19 | [datastore] Fix #3743 | David Barksdale | |
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. | |||
2017-03-09 | we use CREATE INDEX IF NOT EXITS, this requires postgres>=9.6, bump ↵ | Christian Grothoff | |
dependency requirements | |||
2017-02-20 | Restrict update to positive priority deltas | David Barksdale | |
This is only ever called with positive values and the mysql and postgres plugins were not handling negative values correctly anyway. | |||
2016-10-13 | datastore: postgres: use IF NOT EXISTS to avoid error messages | Daniel Golle | |
2016-07-08 | -avoid calling memcpy() with NULL argument, even if len is 0 | Christian Grothoff | |
2016-03-14 | -bugfix, adding comments, fixing indent | Christian Grothoff | |
2016-02-06 | make some more use of libgnunetpq | Christian Grothoff | |
2016-01-19 | -fix (C) notices | Christian Grothoff | |
2015-06-30 | fix #3869: outdated FSF address | Christian Grothoff | |
2015-03-21 | Convert datastore plugin API to asynchronous | David Barksdale | |
2015-02-07 | -bringing copyright tags up to FSF standard | Christian Grothoff | |
2015-01-06 | Workaround emscripten bug in returning int64_t | David Barksdale | |
Emscripten can't return a 64-bit integer from dynamically loaded code. | |||
2014-08-08 | Include libpq-fe.h instead of postgres/libpq-fe.h. | Sree Harsha Totakura | |
Also add a macro for checking libpq from Autoconf macro archives. | |||
2014-06-08 | -doxygen | Christian Grothoff | |
2013-12-19 | malloc -> new | LRN | |
2013-10-06 | -remove trailing whitespace | Christian Grothoff | |
2013-08-11 | changing time measurement from milliseconds to microseconds | Christian Grothoff | |
2012-06-12 | -consistently use struct GNUNET_HashCode | Christian Grothoff | |
2012-04-02 | -fix | Christian Grothoff | |
2012-04-01 | -removing legacy #ifdefs | Christian Grothoff | |
2012-03-23 | -doxygen | Christian Grothoff | |
2012-03-23 | -check return code | Christian Grothoff | |
2012-03-22 | adding libgnunetpostgres for shared postgres functionality between postgres ↵ | Christian Grothoff | |
datastore/datacache backends | |||
2012-03-22 | -docs | Christian Grothoff | |
2011-12-17 | -implementing get_keys for postgres | Christian Grothoff | |
2011-10-04 | LRN: Use GNUNET_EXTRA_LOGGING to manage compile-time logging calls | Christian Grothoff | |
(#1805). | |||
2011-09-02 | doxygen | Christian Grothoff | |
2011-08-29 | run indent twice, it alternates between two 'canonical' forms, also run ↵ | Christian Grothoff | |
whitespace remover | |||
2011-08-15 | indentation | Christian Grothoff | |
2011-08-15 | indentation | Christian Grothoff | |
2011-08-02 | use postgres PRNG also on insertion | Christian Grothoff | |
2011-07-16 | voidret | Christian Grothoff | |
2011-06-13 | doxygen | Christian Grothoff | |
2011-06-10 | fixing datastore schema for future change for improved performance | Christian Grothoff | |
2011-05-06 | fix | Christian Grothoff | |
2011-04-26 | datastore and fs fixes from Easter | Christian Grothoff | |
2011-04-15 | fixes | Christian Grothoff | |
2011-04-15 | fixes | Christian Grothoff | |
2011-04-04 | removing dead API calls | Christian Grothoff | |