Code

Build a more generic/powerful query API which writes to a store-writer.
[sysdb.git] / src / core / store.c
2014-01-31 Sebastian HarlMerged branch 'master' of git://git.tokkee.org/sysdb.
2014-01-29 Sebastian Harlstore: Added support for different data-types for attri...
2014-01-06 Sebastian Harlstore: Added sdb_store_get_host().
2014-01-03 Sebastian Harlstore: Added flags to JSON functions indicating informa...
2014-01-03 Sebastian Harlstore: Introduced sdb_store_host_tojson() to serialize...
2014-01-03 Sebastian Harlstore: Moved object type attribute to the base object.
2014-01-03 Sebastian Harlstore: Exported the store base object type as opaque...
2013-12-26 Sebastian Harlstore: Don't look up services from hierarchical hosts.
2013-12-10 Sebastian HarlMerged branch 'master' of git://git.tokkee.org/sysdb.
2013-12-10 Sebastian HarlMoved core/error to utils/error.
2013-12-07 Sebastian HarlMerged branch 'master' of git://git.tokkee.org/sysdb.
2013-12-07 Sebastian Harlstore: tojson(): Comma-separate multiple hosts.
2013-12-07 Sebastian Harlstore: Don't try to update non-existent attributes.
2013-12-01 Sebastian HarlMerged branch 'master' of git://git.tokkee.org/sysdb.
2013-11-28 Sebastian Harlstore: Let tojson() embed errors into JSON rather than...
2013-11-28 Sebastian Harlstore: Replaced store_dump() with store_tojson().
2013-11-07 Sebastian HarlMerged branch 'master' of git://git.tokkee.org/sysdb.
2013-10-02 Sebastian Harlstore: Make sure not to store duplicate host entries.
2013-08-17 Sebastian Harlobject: Removed support for cloning typed objects.
2013-08-17 Sebastian Harlstore: Support NULL attribute values.
2013-08-17 Sebastian Harlstore: Handle cname translation centrally.
2013-08-17 Sebastian Harlstore: Handle locking correctly when storing attributes.
2013-08-17 Sebastian Harlstore: Use generic store function also to store attributes.
2013-08-17 Sebastian Harlstore: Pass the right timestamp to newly created store...
2013-08-17 Sebastian Harlstore: Use sdb_object_vcreate() when creating objects...
2013-08-17 Sebastian Harlstore: Use store super-class when storing objects.
2013-08-17 Sebastian Harlstore: Canonicalize hostname before storing a service.
2013-08-17 Sebastian Harlstore: Refactored host/service store code.
2013-08-17 Sebastian Harlstore: Unified host and service objects into a hierarch...
2013-08-17 Sebastian Harlstore: Removed now duplicate code.
2013-08-02 Sebastian Harlstore: Let store object-types be private types.
2013-08-01 Sebastian Harlstore: Let sdb_store_service() accept const arguments.
2013-08-01 Sebastian Harlstore: Let sdb_store_attribute() accept const arguments.
2013-08-01 Sebastian Harlstore: Removed unused function sdb_store_get_service().
2013-08-01 Sebastian Harlstore: Removed unsed function sdb_service_create().
2013-07-24 Sebastian Harlstore: Removed unused sdb_attribute_create().
2013-07-24 Sebastian Harlstore: Renamed sdb_store_get_host() to sdb_store_has_ho...
2013-07-24 Sebastian Harlstore: Simplified sdb_store_host().
2013-07-24 Sebastian Harlstore: Removed unused sdb_host_create() function.
2013-07-20 Sebastian Harlplugin/store: Added support for "cname" plugins.
2013-07-18 Sebastian HarlLet objects be named.
2013-04-01 Sebastian HarlMerged branch 'master' of git://git.tokkee.org/sysdb...
2013-04-01 Sebastian HarlMoved error / time from utils to core.
2013-03-25 Sebastian Harlstore: Use sdb_object_clone, rather than the private...
2013-03-23 Sebastian Harlstore: Let all store types be public.
2013-03-23 Sebastian Harlstore: Removed the store specific clone callbacks.
2013-03-23 Sebastian Harlobject system: Introduced a 'clone' callback for types.
2013-03-23 Sebastian Harlobject system: Introduced a concept of types.
2013-03-22 Sebastian HarlSimplified inherited attribute naming in store objects.
2013-03-20 Sebastian HarlRemoved newline at the end of sdb_log()'ed strings.
2013-03-10 Sebastian HarlMoved sdb_strerror() from utils/string.h to utils/error.h.
2013-03-10 Sebastian HarlRenamed error recording / logging functions.
2013-03-10 Sebastian HarlUse the sdb_error* function throughout the project.
2013-03-05 Sebastian HarlMerged branch 'master' of git://git.tokkee.org/sysdb...
2013-03-04 Sebastian Harlstore, llist: Don't shadow the global symbol 'clone'.
2013-01-02 Sebastian HarlRenamed the project to SysDB (System DataBase).
2013-01-02 Sebastian Harlstore: Fixed host lock handling.
2012-12-17 Sebastian Harlstore: Added support for host attributes.
2012-12-17 Sebastian Harlstore: Print the right update timestamp when dumping...
2012-12-13 Sebastian Harlstore: Changed various parameters to 'const char *'.
2012-12-11 Sebastian Harlstore: Return a positive value when to-be-stored host...
2012-12-11 Sebastian Harlstore: Don't return an error if an updated host is...
2012-12-05 Sebastian HarlInitial commit. sysdb-0.0.0