Code

store, plugin: Let the plugin module determine an objects backends.
[sysdb.git] / src / parser /
2015-09-02 Sebastian HarlAllow and implement iterating arbitrary (non-constant...
2015-08-31 Sebastian Harlanalyzer: Support more flexible iterator expressions.
2015-08-31 Sebastian Harlanalyzer: Fixed some error messages.
2015-08-31 Sebastian Harlparser: Require a context for each parser operation.
2015-08-05 Sebastian Harlfrontend: Use the plugin query interface instead of...
2015-05-20 Sebastian Harldata: Use a predefined format for sdb_strftime().
2015-05-20 Sebastian Harlparser: Add support for metric timeseries fields.
2015-05-20 Sebastian Harlparser: Skip context-specific checks if the context...
2015-05-19 Sebastian Harlparser: Add support for <expr> IS [NOT] TRUE / FALSE...
2015-05-15 Sebastian HarlMerged branch 'master' of git://git.tokkee.org/sysdb.
2015-05-15 Sebastian Harlfrontend, parser: Allow typed access to host objects...
2015-05-08 Sebastian Harlparser/analyzer: Fixed iterator type checks.
2015-05-06 Sebastian Harlparser/analyzer: Migrate value expression checks.
2015-05-06 Sebastian Harlparser/analyzer: Migrate type and iterator checks.
2015-05-05 Sebastian Harlparser: Add support for analyzing conditional and arith...
2015-05-05 Sebastian Harlparser: Convert AST op types to data op types when...
2015-05-05 Sebastian Harlparser: Determine the data-type of each node.
2015-05-05 Sebastian Harlparser: Fixed setup of iterator nodes.
2015-04-15 Sebastian HarlMigrate top-level checks to the new parser/analyzer.
2015-04-15 Sebastian Harlparser/grammar: Fix the hostname in a 'FETCH host'...
2015-04-12 Sebastian HarlMigrate parser from frontend/ to parser/ and to use...
2015-04-12 Sebastian Harlparser/ast: Introduce a data-structure representing...