Code

parser: Let the TIMESERIES command accept optional data-source names.
[sysdb.git] / t / unit / core / store_expr_test.c
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-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-09-16 Sebastian Harlplugin, store: Add service/metric "hostname" attributes...
2015-09-02 Sebastian HarlRemove unused sdb_store_expr_iterable().
2015-08-31 Sebastian Harlparser: Require a context for each parser operation.
2015-08-07 Sebastian Harlstore: All store functions now accept a store object.
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-19 Sebastian Harlstore: Add sdb_store_query_prepare_matcher().
2015-05-15 Sebastian HarlMerged branch 'master' of git://git.tokkee.org/sysdb.
2015-05-14 Sebastian Harlstore: Store a service/metric's parent hostname as...
2015-03-11 Sebastian HarlAdd tests for expression iterators.