Code

collectd::unixsock: Report an error if TimeseriesBackend != rrdtool.
[sysdb.git] / src /
2014-08-21 Sebastian Harlcollectd::unixsock: Report an error if TimeseriesBacken...
2014-08-21 Sebastian Harlcollectd::unixsock: Record the, configurable, time...
2014-08-21 Sebastian Harltimeseries::rrdtool: Added a plugin to fetch time-serie...
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-19 Sebastian HarlMoved backends from src/backend/ to src/plugins/backend/.
2014-08-16 Sebastian Harlcollectd::unixsock: Store metrics instead of services.
2014-08-16 Sebastian Harlfrontend: Let CONNECTION_QUERY support 'TIMESERIES...
2014-08-16 Sebastian Harlfrontend/parser: Added support for the 'TIMESERIES...
2014-08-16 Sebastian Harlstore: Added sdb_store_fetch_timeseries().
2014-08-16 Sebastian Harltimeseries: Added 'data_names_len' field.
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-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 Harlfrontend/grammar: Changes ‘FETCH 'name'’ to ‘FETCH...
2014-08-02 Sebastian Harlfrontend/grammar: Changed ‘LIST …’ to ‘LIST hosts …’.
2014-08-02 Sebastian Harlfrontend/parser: Let ‘LIST’ and ‘FETCH’ accept optional...
2014-08-02 Sebastian Harlfrontend/parser: Simplified handling of MATCHING and...
2014-08-02 Sebastian Harlfrontend/proto.h: Documented the current frontend protocol.
2014-08-02 Sebastian Harlfrontend: Let sdb_fe_<cmd> check the current command.
2014-08-02 Sebastian Harlfrontend: Split up command_handle() into several sdb_fe...
2014-08-02 Sebastian Harlfrontend: Renamed sdb_fe_<cmd> functions to sdb_fe_exec...
2014-08-02 Sebastian Harldata: Simplified the implementation of expr_eval().
2014-08-02 Sebastian Harlfrontend: Make sure to not read to much from a connecti...
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: Document the use of dynamically allocated data...
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 Harlfrontend: Added 'FILTER' support to the 'LOOKUP' command.
2014-07-30 Sebastian Harlfrontend/scanner: Simplified handling of reserved words.
2014-07-30 Sebastian Harlstore, frontend: Parse object field matchers.
2014-07-30 Sebastian Harlfrontend/parser: Added support for time interval values.
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 Harlfrontend: Let FETCH/LIST/LOOKUP implementations accept...
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 Harlliboconfig: Relicensed to MIT license.
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 Harlfrontend: Added a parser for arithmetic expressions.
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 HarlQuery language: Changed 'LOOKUP .. WHERE' to 'LOOKUP...
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-22 Sebastian HarlCleaned up nomenclature in the parser.
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 Harlsysdb: Fixed a memory leak in an error condition.
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 Harlsysdb: Fixed a memory leak on EOF from the server.
2014-07-19 Sebastian Harlsysdb: Use non-callback readline mode when non-interactive.
2014-07-19 Sebastian Harlplugin: Report an error if a collector's interval canno...
2014-07-11 Sebastian Harlavltree: Iterate through the tree depth-first when...
2014-07-11 Sebastian Harlstore: Use AVL trees to store all objects.
2014-07-11 Sebastian Harlavltree: Always compare objects by name.
2014-07-10 Sebastian Harlavltree: Added documentation for all functions.
2014-07-09 Sebastian Harlavltree: Added sdb_avltree_lookup().
2014-07-09 Sebastian Harlobject: Added SDB_OBJECT_STATIC.
2014-07-09 Sebastian Harlobject: Static wrapper objects cannot have a destructor.
2014-07-09 Sebastian Harlavltree.h: Removed obsolete TODO note.
2014-07-09 Sebastian Harlavltree: Added helper function sdb_avltree_valid().
2014-07-09 Sebastian Harlerror.h: Removed long-unused constant.
2014-07-09 Sebastian Harlavltree: Don't leak memory when clearing the tree.
2014-07-09 Sebastian Harlavltree: Added helper to determine smallest node.
2014-07-09 Sebastian Harlavltree: Lock the tree during insertion.
2014-07-09 Sebastian Harlavltree: Rebalance the tree after inserting a new element.
2014-07-08 Sebastian Harlavltree: Removed some irrelevant special cases.
2014-07-08 Sebastian Harlsysdb.h: Added helpers to compare two values.
2014-07-08 Sebastian Harlutils avltree: Started implementation of an AVL tree.
2014-07-05 Sebastian HarlMoved compare and lookup callback types from utils...
2014-07-05 Sebastian HarlMakefile: Install utils/os.h as well.
2014-07-05 Sebastian Harlcollectd::unixsock backend: Store plugin identifier...
2014-07-05 Sebastian Harlcollectd::unixsock backend: Added support for spaces...
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.
next