Files | |
file | datastore.h [code] |
structs for communication between datastore service and API | |
file | datastore_api.c [code] |
Management for the datastore for files stored on a GNUnet node. | |
file | gnunet-datastore.c [code] |
tool to manipulate datastores | |
file | gnunet-service-datastore.c [code] |
Management for the datastore for files stored on a GNUnet node. | |
file | plugin_datastore_heap.c [code] |
heap-based datastore backend; usually we want the datastore to be persistent, and storing data in the heap is obviously NOT going to be persistent; still, this plugin is useful for testing/benchmarking — but never for production! | |
file | plugin_datastore_postgres.c [code] |
postgres-based datastore backend | |
file | plugin_datastore_sqlite.c [code] |
sqlite-based datastore backend | |
file | plugin_datastore_template.c [code] |
template-based datastore backend | |