Code

store: Added sdb_store_parse_object_type().
[sysdb.git] / src / core /
2014-10-23 Sebastian Harlstore: Added sdb_store_parse_object_type().
2014-10-23 Sebastian Harlstore: Let sdb_store_parse_object_type_plural support...
2014-10-23 Sebastian Harlstore: Let child matchers handle negated operators...
2014-10-23 Sebastian Harlstore: Let child matcher actually match the child.
2014-10-23 Sebastian Harlstore: Fixed a typo in the type check of the child...
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 Harldata: Format NULL as NULL and never quote it.
2014-10-21 Sebastian Harlstore: Let NULL values never match a regex.
2014-10-21 Sebastian Harlstore: Removed sdb_store_matcher_tostring().
2014-10-21 Sebastian Harlstore: Let compare matchers fail if any of the operands...
2014-10-21 Sebastian Harlstore: Added sdb_store_in_matcher().
2014-10-21 Sebastian Harldata: Added sdb_data_inarray().
2014-10-20 Sebastian Harlstore: Added support for querying the BACKEND field.
2014-10-20 Sebastian Harldata: Added support for comparing integer, decimal...
2014-10-20 Sebastian Harldata: Fixed length of newly allocated array in concat().
2014-10-20 Sebastian Harldata: Added basic support for arrays.
2014-10-19 Sebastian Harldata: Use if-statements rather than switch-statements.
2014-10-19 Sebastian Harldata: Added sdb_data_sizeof().
2014-10-19 Sebastian Harlstore: Return NULL if an attribute was not found.
2014-10-19 Sebastian Harldata: Added explicit NULL values.
2014-10-19 Sebastian Harldata: Let CONCAT return NULL if any of its operands...
2014-10-17 Sebastian Harlstore, frontend: Make IS (NOT) NULL an unary operator...
2014-10-17 Sebastian Harlstore: Added sdb_store_parse_matcher_op().
2014-10-17 Sebastian Harldata: Don't free memory before using it for the last...
2014-10-15 Sebastian Harlstore: Added not-equal and not-regex matchers.
2014-10-15 Sebastian Harlstore: Added support for regex matchers.
2014-10-15 Sebastian Harldata: Let sdb_data_parse() support inline casts from...
2014-10-14 Sebastian Harlstore: Added child matchers.
2014-10-14 Sebastian Harlstore: Added matchers comparing two expressions.
2014-10-14 Sebastian Harlstore: Apply filters when evaluating attribute values...
2014-10-14 Sebastian Harlfrontend/grammar: Added (limited) support for attribute...
2014-10-14 Sebastian Harlstore: Added sdb_store_expr_attrvalue().
2014-10-13 Sebastian Harlstore: Added sdb_store_get_attr().
2014-10-13 Sebastian Harlstore: sdb_store_get_field: Make result parameter optional.
2014-10-08 Sebastian Harldata: Added sdb_data_parse_op().
2014-10-07 Sebastian Harlstore: Added quaryable field ‘name’.
2014-10-07 Sebastian Harldata: Added support for a "regex" data-type.
2014-10-07 Sebastian Harldata: Fixed copying of NULL data.
2014-10-05 Sebastian Harlstore_lookup: Compare attribute string values on type...
2014-10-05 Sebastian Harldata: Added sdb_data_strcmp().
2014-10-05 Sebastian Harldata: Use %g format when formatting decimal numbers.
2014-10-05 Sebastian Harldata: Added sdb_data_isnull().
2014-10-05 Sebastian Harldata: Format NULL values as "<NULL>".
2014-10-05 Sebastian Harlstore_lookup: Fixed lookup by back-end name.
2014-10-05 Sebastian Harldata: Ensure a stable ordering in cmp() in case of...
2014-10-05 Sebastian Harlstore_lookup: Fixed parsing of invalid compare expressions.
2014-10-05 Sebastian Harlobject: Assert that object's are not free'd multiple...
2014-09-30 Sebastian HarlWhen querying services/metrics skip hosts without such...
2014-09-30 Sebastian Harlstore: Added a helper function to parse object type...
2014-09-19 Sebastian Harlstore: Fixed JSON for serialized time-series.
2014-09-19 Sebastian Harlstore: Don't wrap JSON serialized LIST replies in a...
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.
next