Code

store: Added core support for “metrics” objects.
[sysdb.git] / src / core / store-private.h
2014-08-02 Sebastian Harlstore: Added core support for “metrics” objects.
2014-07-29 Sebastian Harlstore_lookup: Added conditional for accessing store...
2014-07-28 Sebastian Harlstore: Make matchers more generic and applicable to...
2014-07-28 Sebastian Harlstore: Introduced the concept of query filters.
2014-07-28 Sebastian Harlstore, frontend: Let lookups support arbitrary expressi...
2014-07-27 Sebastian Harlstore_expr: Added framework for arithmetic expressions.
2014-07-20 Sebastian Harlstore, frontend: Added support for matching NULL attrib...
2014-07-11 Sebastian Harlstore: Use AVL trees to store all objects.
2014-07-01 Sebastian HarlMerged branch 'master' of git://git.tokkee.org/sysdb.
2014-07-01 Sebastian Harlstore: Store the backend of each stored object.
2014-06-29 Sebastian HarlMerged branch 'master' of git://git.tokkee.org/sysdb.
2014-06-27 Sebastian Harlstore_lookup: Use more specific types where appropriate.
2014-06-27 Sebastian Harlstore: Renamed store_base to store_obj.
2014-06-27 Sebastian Harlstore: Split store_obj into separate host and service...
2014-06-27 Sebastian HarlMerged branch 'master' of git://git.tokkee.org/sysdb.
2014-06-26 Sebastian Harlstore: Renamed a store object's 'children' to 'services'.
2014-06-26 Sebastian Harlstore: Removed obsolete TODO note.
2014-06-23 Sebastian Harlstore_lookup: Introduce conditional based attribute...
2014-06-19 Sebastian Harlstore_lookup: Removed unneeded forward declarations.
2014-06-19 Sebastian HarlCleaned up some internal type names.
2014-06-19 Sebastian Harlstore_lookup: Removed the (now unused) host matcher.
2014-06-19 Sebastian Harlstore_lookup: Made the attribute matcher a "standalone...
2014-06-19 Sebastian Harlstore_lookup: Removed the (now unused) service matcher.
2014-06-19 Sebastian Harlstore_lookup: Added a matcher matching by object name.
2014-04-06 Sebastian Harlstore_lookup: Added sdb_store_inv_matcher().
2014-04-05 Sebastian Harlstore: Moved matcher types to store-private.h.
2014-04-02 Sebastian Harlstore: Calculate and store each objects update interval.
2014-02-19 Sebastian Harlstore: Split private type definitions into a new header...