Code

frontend, proto: Include the response data type in query replies.
[sysdb.git] / src / core /
2014-08-22 Sebastian Harlplugin: Added missing argument to sdb_log() call.
2014-08-21 Sebastian Harltimeseries: Free the actual time-series object itself...
2014-08-21 Sebastian Harltimeseries: Added sdb_timeseries_create().
2014-08-21 Sebastian Harltimeseries: Fixed timeseries_destroy().
2014-08-21 Sebastian Harlstore: Fixed JSON-serialization of time-series data.
2014-08-16 Sebastian Harlstore: Added sdb_store_fetch_timeseries().
2014-08-16 Sebastian Harltimeseries: Added sdb_timeseries_destroy().
2014-08-16 Sebastian Harlplugin: Added sdb_plugin_fetch_timeseries().
2014-08-16 Sebastian Harlcore: Introduced the concept of time-series.
2014-08-16 Sebastian Harlstore: Store "data-store" information alongside metrics.
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: Simplified the implementation of expr_eval().
2014-08-02 Sebastian Harlstore_expr: Fixed a memory leak in an error condition.
2014-08-02 Sebastian Harlstore_expr: Evaluate constant expressions early.
2014-08-02 Sebastian Harldata: Let sdb_data_expr_eval() check it's arguments.
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-29 Sebastian Harlstore_lookup: Make sure to always initialize the buffer...
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-28 Sebastian Harlstore_lookup: Catch invalid values when parsing a matcher.
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-21 Sebastian Harlstore, frontend: Switch from <obj>.name to <obj>.
2014-07-21 Sebastian Harlstore_lookup: Don't allow 'IS <non-NULL>'.
2014-07-20 Sebastian Harlstore_lookup_test: Added some tests for attribute.FOO...
2014-07-20 Sebastian Harlstore, frontend: Added support for matching NULL attrib...
2014-07-19 Sebastian Harlplugin: Report an error if a collector's interval canno...
2014-07-11 Sebastian Harlstore: Use AVL trees to store all objects.
2014-07-08 Sebastian Harlsysdb.h: Added helpers to compare two values.
2014-07-05 Sebastian Harlstore: Reduce logging about "old" values.
2014-07-04 Sebastian Harlunixsock, data: Moved sdb_unixsock_parse_cell() to...
2014-07-04 Sebastian Harlstore: Include service attributes in JSON output.
2014-07-04 Sebastian Harlstore: Don't update unchanged attribute values.
2014-07-04 Sebastian Harldata: Pass const pointers to sdb_data_cmp().
2014-07-04 Sebastian Harlstore: Don't overwrite attribute values if the new...
2014-07-04 Sebastian Harlstore: Introduced service attributes.
2014-07-04 Sebastian Harlstore: Consider objects too old if the new timestamp...
2014-07-03 Sebastian Harldata: Improved memory handling in data_copy().
2014-07-03 Sebastian Harlstore: Don't destroy an attribute if data_copy() failed.
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 Harlstore: Include backend information in the JSON serializ...
2014-07-01 Sebastian Harlstore: Store the backend of each stored object.
2014-07-01 Sebastian Harlplugin: Added sdb_plugin_current().
2014-07-01 Sebastian Harlplugin: Make sdb_plugin_info_t public.
2014-07-01 Sebastian Harlstore: Split out common JSON code into a separate helpe...
2014-06-29 Sebastian HarlMerged branch 'master' of git://git.tokkee.org/sysdb.
2014-06-28 Sebastian Harlplugin: Use multiple log entries when logging plugin...
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: Cleaned up variable name (obj_lock → host_lock).
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: Simplified object lookup during update.
2014-06-26 Sebastian Harlstore: Simplified object update based on having hosts...
2014-06-26 Sebastian Harlstore: Renamed a store object's 'children' to 'services'.
2014-06-26 Sebastian Harlstore: Removed obsolete TODO note.
2014-06-25 Sebastian Harlplugin: Ignore internal loggers when checking for exist...
2014-06-23 Sebastian Harlstore/frontend: Added support for integer and float...
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: Added support for <, <=, >=, > when compa...
2014-06-23 Sebastian Harlstore_lookup: Don't accept invalid object types in...
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: Added helper function to retrieve a host's attri...
2014-06-22 Sebastian Harlstore: Don't allow name to be NULL when matching attrib...
2014-06-22 Sebastian Harlstore_lookup: Simplified some internal checks.
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: Let attribute matchers check the attribut...
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: Let parse_cmp() use the new name 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-25 Sebastian HarlMerged branch 'master' of git://git.tokkee.org/sysdb.
2014-04-25 Sebastian Harlcore: Don't leak memory upon an error in the collector...
2014-04-25 Sebastian Harlcore: Don't leak memory when shutting down the collecto...
2014-04-23 Sebastian Harlparser: Don't leak memory when building nested matchers.
2014-04-22 Sebastian Harlstore: Free old attribute values before storing an...
2014-04-22 Sebastian Harlplugin: Added sdb_plugin_shutdown_all().
next