Code

store: Added field type VALUE for attribute values.
[sysdb.git] / src / core / store.c
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