aboutsummaryrefslogtreecommitdiff
path: root/src/datastore
Commit message (Collapse)AuthorAge
...
* properly handle error on empty queueChristian Grothoff2017-03-10
|
* starting conversion of plugin_datastore_sqlite to use libgnunetsqChristian Grothoff2017-03-10
|
* introduce warning if QE fails to make progressChristian Grothoff2017-03-10
|
* remove empty files, fix indentationChristian Grothoff2017-03-10
|
* we use CREATE INDEX IF NOT EXITS, this requires postgres>=9.6, bump ↵Christian Grothoff2017-03-09
| | | | dependency requirements
* fix crash in test if DB did not yet existChristian Grothoff2017-02-26
|
* W32: cast ntohl() result to uint32_tРуслан Ижбулатов2017-02-25
| | | | W32 version of ntohl() returns u_long. Thank you, Microsoft!
* even nicer queue size optimization: insert-at-tail if we can instantly tell, ↵Christian Grothoff2017-02-23
| | | | always
* optimize queue-full case, reduce max queue size due to O(n) operationChristian Grothoff2017-02-23
|
* 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.
* Remove unused GNUNET_DATASTORE_update() API callDavid Barksdale2017-02-20
|
* unset XDG environment variable during testcases, as they can screw things up ↵Christian Grothoff2017-01-27
| | | | badly
* simplify GNUNET_CONTAINER_heap_update_cost APIChristian Grothoff2017-01-16
|
* rename connecT -> connect now that the old API is deadChristian Grothoff2017-01-10
|
* exclude more testsChristian Grothoff2017-01-08
|
* - add subdirectory gitignore filesBart Polot2016-11-09
|
* datastore: postgres: use IF NOT EXISTS to avoid error messagesDaniel Golle2016-10-13
|
* converting datastore to new MQ APIChristian Grothoff2016-09-23
|
* Use statement exprs instead of local functionDavid Barksdale2016-08-18
| | | | | This change lets us compile with clang again.
* -skip mysql tests properly if mysql is not configured correctlyChristian Grothoff2016-07-20
|
* -avoid calling memcpy() with NULL argument, even if len is 0Christian Grothoff2016-07-08
|
* -fix loglevelChristian Grothoff2016-07-08
|
* misc fixesChristian Grothoff2016-07-06
|
* -fix leakChristian Grothoff2016-06-26
|
* -sane log levelChristian Grothoff2016-06-25
|
* refactoring datastore API to use MQ API, also fixing misc. bugs in new mysql ↵Christian Grothoff2016-06-24
| | | | backend
* fix over-allocation in datastore APIChristian Grothoff2016-06-24
|
* fix plugin datastore mysqlChristophe Genevey Metat2016-06-24
|
* fix plugin datastore mysqlChristophe Genevey Metat2016-06-24
|
* fixing compiler warnings...Christian Grothoff2016-06-24
|
* continue to fix execute selectChristophe Genevey Metat2016-06-24
|
* continue to fix execute selectChristophe Genevey Metat2016-06-23
|
* plugin datastore mysqlChristophe Genevey Metat2016-06-22
|
* plugin datastore mysqlChristophe Genevey Metat2016-06-22
|
* update statistics API to use new MQ API style, also get rid of timeout argumentChristian Grothoff2016-06-21
|
* towards fixing mysql pluginChristian Grothoff2016-06-21
|
* plugin datastore mysqlChristophe Genevey Metat2016-06-21
|
* plugin datastore mysqlChristophe Genevey Metat2016-06-21
|
* use c99Christian Grothoff2016-06-20
|
* - revert to r37134. Broken buildMartin Schanzenbach2016-06-18
|
* plugin datastore mysqlChristophe Genevey Metat2016-06-17
|
* fixing compiler warningsChristian Grothoff2016-05-06
|
* implementing new scheduler shutdown semanticsChristian Grothoff2016-04-30
|
* small API change: do no longer pass rarely needed ↵Christian Grothoff2016-04-09
| | | | GNUNET_SCHEDULER_TaskContext to all scheduler tasks; instead, allow the relatively few tasks that need it to obtain the context via GNUNET_SCHEDULER_get_task_context()
* -bugfix, adding comments, fixing indentChristian Grothoff2016-03-14
|
* make some more use of libgnunetpqChristian Grothoff2016-02-06
|
* -fix (C) noticesChristian Grothoff2016-01-19
|
* Fix UAF in asynchronous datastore pluginsDavid Barksdale2015-11-28
|
* report skipped tests, doxygen fixesChristian Grothoff2015-09-29
|
* -fixChristian Grothoff2015-09-05
|