Code

parser: Let the TIMESERIES command accept optional data-source names.
[sysdb.git] / src / include / core /
2016-12-18 Sebastian Harltimeseries: Add support for fetching specific data...
2016-12-18 Sebastian Harlsysdb: Use a custom output format instead of pretty...
2016-09-25 Sebastian HarlMerge branch 'master' of git://git.tokkee.org/sysdb
2016-09-11 Sebastian HarlDon't fetch timeseries info when fetching the interval.
2016-09-10 Sebastian HarlLet the JSON formatter include a metric's data_names.
2016-09-10 Sebastian Harlplugin: Add a helper function to query timeseries infor...
2016-09-08 Sebastian Harlplugin: Drop support for the old timeseries fetcher.
2016-09-07 Sebastian Harlplugin: Add a new type of timeseries-fetcher plugins.
2016-09-07 Sebastian Harltimeseries: Add data-structures and helpers to manage...
2016-09-06 Sebastian HarlAdd support for multiple metric data-stores.
2016-09-04 Sebastian HarlStore a separate last_update timestamp for metric stores.
2016-09-04 Sebastian Harlstore.h: Reuse the sdb_metric_store_t type for a metric...
2015-10-13 Sebastian HarlMerged branch 'master' of git://git.tokkee.org/sysdb.
2015-10-13 Sebastian HarlHandle last_update/interval in the core rather than...
2015-10-13 Sebastian Harlmemstore: Let get_child() support arbitrary parent...
2015-10-07 Sebastian HarlSplit the memstore module from the store module.
2015-10-07 Sebastian HarlRenamed in-memory store types and functions to sdb_mems...
2015-10-07 Sebastian HarlRemoved sdb_store_fetch_timeseries from headers; it...
2015-10-06 Sebastian Harlstore: Use full initializers for store objects.
2015-10-06 Sebastian HarlBuild a more generic/powerful query API which writes...
2015-10-06 Sebastian HarlMove the timeseries serialize to the timeseries module.
2015-09-30 Sebastian Harlstore: Use the JSON writer when querying the in-memory...
2015-09-30 Sebastian Harlstore_json: Let the formatter implement the store-write...
2015-09-30 Sebastian HarlRead-only store types: const char ** → const char ...
2015-09-24 Sebastian Harlstore, plugin: Let the plugin module determine an objec...
2015-09-22 Sebastian Harlstore: Add separate store-object types for the store...
2015-09-16 Sebastian Harlstore.h: Updated some documentation comments.
2015-09-02 Sebastian HarlRemove unused sdb_store_expr_iterable().
2015-08-12 Sebastian Harlplugin, store: Handle hostname canonicalization in...
2015-08-08 Sebastian Harlstore: Drop the global (default) store.
2015-08-07 Sebastian Harlstore: All store functions now accept a store object.
2015-08-06 Sebastian Harlstore: Add wrapper functions to store an object in...
2015-08-06 Sebastian Harlcore: Export the sdb_store, sdb_store_reader, sdb_store...
2015-08-05 Sebastian Harlcore: Add support for reader/query plugins.
2015-05-27 Sebastian Harlstore: Let sdb_store_json_formatter_t inherit from...
2015-05-22 Sebastian Harlstore: Drop unused sdb_store_has_host.
2015-05-21 Sebastian HarlReplaced sdb_store_<type> with sdb_plugin_store_<type>.
2015-05-21 Sebastian HarlMerged branch 'master' of git://git.tokkee.org/sysdb.
2015-05-21 Sebastian Harlstore: Make the actual store a separate object.
2015-05-20 Sebastian Harldata: Use a predefined format for sdb_strftime().
2015-05-20 Sebastian Harlstore: Add the timeseries field to metrics.
2015-05-20 Sebastian Harlstore: Remove (now unused) sdb_store_parse_*() helpers.
2015-05-20 Sebastian Harlstore: Remove (now unused) sdb_store_nin_matcher().
2015-05-19 Sebastian Harlstore: Add support for unary IS TRUE / IS FALSE matchers.
2015-05-19 Sebastian Harlstore: Drop the special IS-NOT-NULL matcher.
2015-05-19 Sebastian Harldata: Add basic support for a boolean type.
2015-05-19 Sebastian Harlstore: Add sdb_store_query_prepare_matcher().
2015-05-18 Sebastian Harlstore: Use a separate type for prepared querys.
2015-05-17 Sebastian Harlstore, frontend: Add sdb_store_query_execute use it...
2015-05-15 Sebastian HarlMerged branch 'master' of git://git.tokkee.org/sysdb.
2015-05-15 Sebastian Harlstore: Add sdb_store_query_prepare().
2015-03-15 Sebastian Harlstore: Added field type VALUE for attribute values.
2015-03-08 Sebastian HarlLet the first operand of ANY/ALL iterators be an expres...
2015-03-07 Sebastian Harldata: Return the number of bytes that would have been...
2015-03-05 Sebastian Harlstore: Add support for iterable expressions.
2015-03-01 Sebastian HarlAdd support for the 'NOT IN' operator.
2015-02-01 Sebastian HarlUnload all plugins when shutting down sysdbd.
2015-01-16 Sebastian Harlstore: Pass on all stored objects to store writer plugins.
2015-01-16 Sebastian Harlcore: Add the store writer plugin type.
2015-01-10 Sebastian Harlfrontend: Add support for SDB_CONNECTION_STORE.
2015-01-02 Sebastian Harldata: Let sdb_data_parse() accept a const string and...
2014-12-12 Sebastian HarlMerged branch 'master' of git://git.tokkee.org/sysdb.
2014-12-10 Sebastian Harlstore.h: Make it such that HOST/SERVICE/METRIC don...
2014-12-03 Sebastian HarlUse stdbool.h's bool type instead of _Bool.
2014-12-01 Sebastian Harlstore: Added sdb_store_expr_typed.
2014-12-01 Sebastian Harlstore.h: Fixed a typo.
2014-11-28 Sebastian Harlcore/store.h: Reordered file to group related functions...
2014-11-12 Sebastian HarlMerged branch 'master' of git://git.tokkee.org/sysdb.
2014-11-12 Sebastian Harldata: Let inarray() support <array> IN <array> checks.
2014-11-09 Sebastian Harlstore.h: Use separate value ranges for object and field...
2014-11-08 Sebastian Harldata: Added sdb_data_array_get().
2014-11-05 Sebastian Harldata: Add to-string support for array types.
2014-11-03 Sebastian Harlstore: Added sdb_store_get_child().
2014-11-03 Sebastian Harlstore: Removed now unused tojson functions.
2014-11-02 Sebastian Harlstore: Let JSON formatter know about the to-be-formatte...
2014-11-02 Sebastian Harlstore: Let the JSON formatter know about arrays at...
2014-10-31 Sebastian Harlstore: Added a generic JSON formatter.
2014-10-30 Sebastian Harlstore: Let sdb_store_scan() pass on filters to callback...
2014-10-28 Sebastian Harlstore: Let sdb_store_scan() support other object types...
2014-10-28 Sebastian Harlstore: Merged sdb_store_iterate() into sdb_store_scan().
2014-10-25 Sebastian Harlstore: Added support for ALL matchers.
2014-10-25 Sebastian Harlstore: Renamed child-matcher to any-matcher.
2014-10-24 Sebastian Harlstore: Record the data-type of an expression.
2014-10-24 Sebastian Harldata: Added sdb_data_expr_type().
2014-10-23 Sebastian Harlstore: Removed now unused name-matcher and sdb_store_ma...
2014-10-23 Sebastian Harlstore: Added sdb_store_parse_object_type().
2014-10-23 Sebastian Harlstore: Removed unused old sdb_store_attr_matcher().
2014-10-22 Sebastian Harlstore: Renamed sdb_store_cmp_XX to sdb_store_XX_matcher.
2014-10-22 Sebastian Harlstore: Removed unused, old conditional matchers.
2014-10-22 Sebastian Harlstore: Removed now unused support for attribute matcher...
2014-10-22 Sebastian Harlstore: Removed sdb_store_matcher_parse_field_cmp()...
2014-10-21 Sebastian Harlstore: Removed sdb_store_matcher_tostring().
2014-10-21 Sebastian Harlstore: Added sdb_store_in_matcher().
2014-10-21 Sebastian Harldata: Added sdb_data_inarray().
2014-10-20 Sebastian Harldata: Added basic support for arrays.
2014-10-19 Sebastian Harldata: Added sdb_data_sizeof().
2014-10-19 Sebastian Harlstore: Clarify behavior of expr_attrvalue if the attrib...
2014-10-19 Sebastian Harldata: Added explicit NULL values.
2014-10-17 Sebastian Harlstore, frontend: Make IS (NOT) NULL an unary operator...
2014-10-17 Sebastian Harlstore: Added sdb_store_parse_matcher_op().
next