Code

store, plugin: Let the plugin module determine an objects backends.
[sysdb.git] / src / include / core /
2014-08-16 Sebastian Harlcore: Introduced the concept of time-series.
2014-08-16 Sebastian Harlstore: Store "data-store" information alongside metrics.
2014-08-16 Sebastian Harlstore.h: Removed very outdated comments in the document...
2014-08-02 Sebastian Harlstore: Added support for storing metric objects.
2014-08-02 Sebastian Harlstore: Added core support for “metrics” objects.
2014-08-02 Sebastian Harldata: Document the use of dynamically allocated data...
2014-08-01 Sebastian Harldata: Support some arithmetic expressions on mismatchin...
2014-07-31 Sebastian Harlfrontend/grammar: Added support for field names in...
2014-07-31 Sebastian Harlstore_expr: Added support to include field values in...
2014-07-31 Sebastian Harlstore: Added sdb_store_get_field().
2014-07-30 Sebastian Harlstore, frontend: Parse object field matchers.
2014-07-30 Sebastian Harltime: Added sdb_strpunit() to parse a time unit.
2014-07-30 Sebastian Harltime: Renamed PRIscTIME to PRIsdbTIME.
2014-07-29 Sebastian Harlstore: Fixed JSON serialization when skipping hosts...
2014-07-29 Sebastian Harlstore: Let JSON serializers support (object) filters.
2014-07-29 Sebastian Harlstore_lookup: Added conditional for accessing store...
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-27 Sebastian Harldata: Added sdb_data_expr_eval().
2014-07-27 Sebastian HarlMerged branch 'master' of git://git.tokkee.org/sysdb.
2014-07-27 Sebastian Harlstore, frontend: Renamed sdb_store_lookup() to sdb_stor...
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-10 Sebastian Harlavltree: Added documentation for all functions.
2014-07-09 Sebastian Harlobject: Added SDB_OBJECT_STATIC.
2014-07-09 Sebastian Harlobject: Static wrapper objects cannot have a destructor.
2014-07-05 Sebastian HarlMoved compare and lookup callback types from utils...
2014-07-04 Sebastian Harlunixsock, data: Moved sdb_unixsock_parse_cell() to...
2014-07-04 Sebastian Harldata: Pass const pointers to sdb_data_cmp().
2014-07-04 Sebastian Harlstore: Introduced service attributes.
2014-07-03 Sebastian Harldata: Improved memory handling in data_copy().
2014-07-03 Sebastian Harlstore: Split internal store_obj() function into multipl...
2014-07-01 Sebastian HarlMerged branch 'master' of git://git.tokkee.org/sysdb.
2014-07-01 Sebastian Harlplugin: Added sdb_plugin_current().
2014-07-01 Sebastian Harlplugin: Make sdb_plugin_info_t public.
2014-06-29 Sebastian HarlMerged branch 'master' of git://git.tokkee.org/sysdb.
2014-06-28 Sebastian Harlplugin: The replaced SDB_PLUGIN_INFO_NAME with the...
2014-06-28 Sebastian Harlplugin: Automatically prepend callback names with the...
2014-06-27 Sebastian Harlcore: Automatically determine config callback names.
2014-06-27 Sebastian Harlstore: Renamed store_base to store_obj.
2014-06-23 Sebastian HarlMerged branch 'master' of git://git.tokkee.org/sysdb.
2014-06-23 Sebastian Harlstore_lookup: Pass a data-object to parse_cmp().
2014-06-23 Sebastian Harlstore_lookup: Introduce conditional based attribute...
2014-06-22 Sebastian Harldata: Pass 'const' data objects to strlen()/format().
2014-06-22 Sebastian Harlstore: Removed a obsolete (and now somewhat misleading...
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-06-12 Sebastian Harldata: Added sdb_data_cmp() comparing two data points.
2014-04-27 Sebastian Harlcore: Make the plugin directory configurable.
2014-04-22 Sebastian Harlplugin: Added sdb_plugin_shutdown_all().
2014-04-21 Sebastian Harlplugin: Added support for reconfiguring the system...
2014-04-11 Sebastian HarlMerged branch 'master' of git://git.tokkee.org/sysdb.
2014-04-09 Sebastian Harlstore_lookup: Added "tostring" methods for matcher...
2014-04-06 Sebastian Harlstore_lookup: Added sdb_store_inv_matcher().
2014-04-05 Sebastian Harlstore: Added sdb_store_matcher_parse_cmp().
2014-04-03 Sebastian Harlcore/time: Added sdb_strfinterval().
2014-04-02 Sebastian Harlfrontend: Let LIST not include details.
2014-04-01 Sebastian Harlstore: Let sdb_store_matcher_matches return true if...
2014-04-01 Sebastian Harlstore: Added sdb_store_lookup().
2014-04-01 Sebastian Harlstore: Added sdb_store_iterate().
2014-03-31 Sebastian Harlobject: Added sdb_object_create_dT() macro.
2014-03-31 Sebastian Harlobject: Let create_simple() accept an optional destructor.
2014-03-07 Sebastian Harlfrontend parser: Added support for parsing single expre...
2014-02-23 Sebastian HarlRemoved semicolon from SDB_PLUGIN_MAGIC definition.
2014-02-23 Sebastian Harlstore_lookup: Made logical operators public.
2014-02-23 Sebastian Harlstore: Added public functions to create and execute...
2014-02-21 Sebastian Harlstore: Added sdb_store_clear().
2014-02-20 Sebastian Harldata: Let sdb_data_format() different quoting styles.
2014-02-20 Sebastian Harldata: Let sdb_data_format() return the number of bytes...
2014-02-20 Sebastian Harldata: Let sdb_data_format output to a character array.
2014-02-20 Sebastian Harldata: Added sdb_data_strlen.
2014-02-20 Sebastian Harldata_test: Print type of datum in case of a test failure.
2014-01-31 Sebastian HarlMerged branch 'master' of git://git.tokkee.org/sysdb.
2014-01-30 Sebastian Harlcore/data: Added sdb_data_format() function.
2014-01-30 Sebastian Harlcore/data.h: Removed obsolete comment.
2014-01-29 Sebastian Harlstore: Added support for different data-types for attri...
2014-01-29 Sebastian Harldata: Added helper functions to copy and free data.
2014-01-28 Sebastian Harlcore/data: Make string and binary data not constant.
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: Exported the store base object type as opaque...
2014-01-01 Sebastian Harlobject: Added sdb_object_create_simple().
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-01 Sebastian HarlMerged branch 'master' of git://git.tokkee.org/sysdb.
2013-12-01 Sebastian Harlobject: Be more specific about requirements for the...
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 Harlplugin: Unregister all callbacks if module/plugin init...
2013-09-25 Sebastian Harlplugin: Manage all context information in the core.
2013-08-17 Sebastian Harlobject: Removed support for cloning typed objects.
2013-08-17 Sebastian Harlobject: Added sdb_object_vcreate().
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.
next