Age | Commit message (Expand) | 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 |
2018-05-19 | follow-up, fix conf locations | Nils Gillmann |
2018-05-06 | Switch to $GNUNET_TMP in all configuration files. | Nils Gillmann |
2018-04-10 | minor bugfixes | Christian Grothoff |
2018-02-05 | fix datstore bind issue for real this time | David Barksdale |
2018-01-30 | fix datastore bind issue | Christian Grothoff |
2018-01-14 | SQLite doesn't constant fold | David Barksdale |
2017-11-10 | Fix skip_next_messages counting, combine logic | David Barksdale |
2017-10-02 | disconnect CADET only after client count hits zero | Christian Grothoff |
2017-09-30 | more aggressive index creation | Christian Grothoff |
2017-06-11 | rename GNUNET_PQ_QueryStatus to GNUNET_DB_QueryStatus | Christian Grothoff |
2017-06-05 | [datastore] Remove unused indicies from sqlite | David Barksdale |
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-05-31 | [datstore] make sqlite page_size power of two | David Barksdale |
2017-04-19 | removed LIMIT expression from DELETE stmt. See http://sqlite.org/syntaxdiagra... | xrs |
2017-04-16 | [datastore] Create remove plugin API call | David Barksdale |
2017-04-16 | [datastore] Combine put and update plugin APIs | David Barksdale |
2017-04-13 | Rewrite gnunet-datastore to dump to a file | David Barksdale |
2017-03-27 | [datastore] Fix performance tests after API change | David Barksdale |
2017-03-25 | rename GNUNET_GETOPT functions to achieve better consistency | Christian Grothoff |
2017-03-22 | [datastore] Return and update replication | David Barksdale |
2017-03-19 | [datastore] Fix #3743 | David Barksdale |
2017-03-17 | more renamings relating to 'new' service now just being the 'normal' service | Christian Grothoff |
2017-03-15 | Porting 'nat'. | Marcello Stanisci |
2017-03-14 | convert sqlite peerstore to using libgnunetsq | Christian Grothoff |
2017-03-12 | use new GNUNET_SQ_reset where applicable | Christian Grothoff |
2017-03-12 | converting datacache to sqlite, fixing misc. issues in libgnunetsq | Christian Grothoff |
2017-03-10 | use libgnunetsq throughout plugin_datastore_sqlite, fix situation where conti... | Christian Grothoff |
2017-03-10 | properly handle error on empty queue | Christian Grothoff |
2017-03-10 | starting conversion of plugin_datastore_sqlite to use libgnunetsq | Christian Grothoff |
2017-03-10 | introduce warning if QE fails to make progress | Christian Grothoff |
2017-03-10 | remove empty files, fix indentation | Christian Grothoff |
2017-03-09 | we use CREATE INDEX IF NOT EXITS, this requires postgres>=9.6, bump dependenc... | Christian Grothoff |
2017-02-26 | fix crash in test if DB did not yet exist | Christian Grothoff |
2017-02-25 | W32: cast ntohl() result to uint32_t | Руслан Ижбулатов |
2017-02-23 | even nicer queue size optimization: insert-at-tail if we can instantly tell, ... | Christian Grothoff |
2017-02-23 | optimize queue-full case, reduce max queue size due to O(n) operation | Christian Grothoff |
2017-02-20 | Restrict update to positive priority deltas | David Barksdale |
2017-02-20 | Remove unused GNUNET_DATASTORE_update() API call | David Barksdale |
2017-01-27 | unset XDG environment variable during testcases, as they can screw things up ... | Christian Grothoff |
2017-01-16 | simplify GNUNET_CONTAINER_heap_update_cost API | Christian Grothoff |
2017-01-10 | rename connecT -> connect now that the old API is dead | Christian Grothoff |
2017-01-08 | exclude more tests | Christian Grothoff |
2016-11-09 | - add subdirectory gitignore files | Bart Polot |
2016-10-13 | datastore: postgres: use IF NOT EXISTS to avoid error messages | Daniel Golle |