Code

sysdb.git
2015-05-21 Sebastian Harlplugin: sdb_plugin_store_* now return >0 if the new...
2015-05-21 Sebastian Harlstore: Reordered some functions to group by general...
2015-05-21 Sebastian HarlFix an uninitialized value warnings caused by clang...
2015-05-21 Sebastian Harlstore: Make the actual store a separate object.
2015-05-21 Sebastian Harlstore: Drop sdb_ prefix from private symbols.
2015-05-20 Sebastian Harldata: Use a predefined format for sdb_strftime().
2015-05-20 Sebastian Harlt/: Use ck_assert() instead of assert() in all tests.
2015-05-20 Sebastian Harlsysdbql(7): Document 'value' and 'timeseries' fields.
2015-05-20 Sebastian Harlparser: Add support for metric timeseries fields.
2015-05-20 Sebastian Harlstore: Add the timeseries field to metrics.
2015-05-20 Sebastian Harlparser: Skip context-specific checks if the context...
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 Harlsysdbql(7): Document IS [NOT] TRUE / FALSE.
2015-05-19 Sebastian Harlparser: Add support for <expr> IS [NOT] TRUE / FALSE...
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 Harlutils/proto: Support boolean values.
2015-05-19 Sebastian Harldata: Add basic support for a boolean type.
2015-05-19 Sebastian HarlDrop the old frontend parser.
2015-05-19 Sebastian Harlstore: Add sdb_store_query_prepare_matcher().
2015-05-18 Sebastian Harlfrontend: Drop sdb_fe_store_* in favor of sdb_store_que...
2015-05-18 Sebastian Harlfrontend: Drop sdb_fe_exec_* in favor of sdb_store_quer...
2015-05-18 Sebastian HarlRemove (now) usued sdb_fe_exec_timeseries().
2015-05-18 Sebastian Harlfrontend/query_test: Add tests for the lower level...
2015-05-18 Sebastian Harlfrontend/query: Split AST execution into a separate...
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 Harlfrontend/query_test: Test various QUERY functions.
2015-05-15 Sebastian Harlfrontend: Fixed reply from STORE command.
2015-05-15 Sebastian Harlstore: Fixed a memory leak in fetch_timeseries().
2015-05-15 Sebastian Harlfrontend, parser: Allow typed access to host objects...
2015-05-15 Sebastian Harlstore: Add sdb_store_query_prepare().
2015-05-14 Sebastian Harlstore: Store a service/metric's parent hostname as...
2015-05-14 Sebastian Harlstore: Fixed handling of metric store values.
2015-05-08 Sebastian Harlparser/analyzer: Fixed iterator type checks.
2015-05-06 Sebastian Harlt/coverage: Ignore parser/scanner and parser/grammar.
2015-05-06 Sebastian Harlt/Makefile: Update EXTRA_DIST based on recent changes.
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-05-05 Sebastian Harlparser/ast: Add some helper defines.
2015-04-15 Sebastian HarlMigrate top-level checks to the new parser/analyzer.
2015-04-15 Sebastian Harlparser_test: Make sure that TIMESERIES end times are...
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...
2015-04-11 Sebastian Harlfrontend/parser: Renamed SDB_PARSE_EXPR to SDB_PARSE_ARITH.
2015-04-11 Sebastian Harlbuild system: Fix VPATH (out-of-tree) builds.
2015-03-15 Sebastian Harlt/cibuild: Ignore missing field initializer warnings...
2015-03-15 Sebastian Harlquery language: Add support for attribute.value access.
2015-03-15 Sebastian Harlanalyzer: Improve some error messages.
2015-03-15 Sebastian Harlanalyzer: attributes and backends are always iterable...
2015-03-15 Sebastian Harlstore: Added field type VALUE for attribute values.
2015-03-15 Sebastian Harlstore: Test get_field() more extensively and fix a...
2015-03-11 Sebastian HarlAdd tests for expression iterators.
2015-03-11 Sebastian Harlstore_expr: iterator: Support constant arrays without...
2015-03-11 Sebastian Harlstore_expr: Fix iter_has_next if the first elements...
2015-03-11 Sebastian Harldata: Let sdb_data_array_get support DATETIME, BINARY...
2015-03-11 Sebastian Harldata: sdb_data_strcmp supports arrays because sdb_data_...
2015-03-08 Sebastian Harlstore: Use iterable expressions for iterators.
2015-03-08 Sebastian Harlstore: When advancing an iterator don't loop endlessly...
2015-03-08 Sebastian Harlstore: Apply iterator expressions to the iterated objects.
2015-03-08 Sebastian Harlstore: Advance expression iterators even if array acces...
2015-03-08 Sebastian Harlstore: Fixed a memory leak in sdb_store_expr_iter_destr...
2015-03-08 Sebastian HarlLet iterator operators fill in the left operand of...
2015-03-08 Sebastian HarlLet the first operand of ANY/ALL iterators be an expres...
2015-03-07 Sebastian Harlquery language: Change iterator syntax to ANY/ALL ...
2015-03-07 Sebastian Harldata: Return the number of bytes that would have been...
2015-03-07 Sebastian Harldata: Let strlen/format handle NULL values correctly.
2015-03-05 Sebastian Harlstore: Add support for iterable expressions.
2015-03-05 Sebastian Harlavltree: Add sdb_avltree_iter_peek_next().
2015-03-04 Sebastian HarlAllow the left operand of comparison operations to...
2015-03-04 Sebastian Harlanalyzer: Check that all iterators use ary operators.
2015-03-02 Sebastian Harlfrontend/grammar: Fixed format argument used in yyerrorf().
2015-03-01 Sebastian Harlt/integration: Split query.sh into multiple tests.
2015-03-01 Sebastian Harlintegration/query.sh: Check that empty commands work...
2015-03-01 Sebastian Harlparser_test: Test further error cases and error propaga...
2015-03-01 Sebastian Harlfrontend/grammar: Check arithmetic expressions early.
2015-03-01 Sebastian Harlsysdbql(7): Document typed expressions.
2015-03-01 Sebastian HarlAdd support for the 'NOT IN' operator.
2015-03-01 Sebastian Harlparser_test: Test various array expressions.
2015-03-01 Sebastian Harlanalyzer: The left operand of IN may be an array as...
2015-03-01 Sebastian Harlanalyzer: Check the data-type of IN operands.
2015-03-01 Sebastian Harlt/: Make it possibly to easily run unit and integration...
2015-03-01 Sebastian Harlt/coverage.sh: Exclude auto-generated c files.
2015-02-28 Sebastian Harlt/unit/: Create one test binary for each *_test.c file.
2015-02-27 Sebastian Harlcore/time_test: Converted to "loop" tests.
2015-02-27 Sebastian Harlcore/store*_test.c: Converted most tests to "loop"...
2015-02-27 Sebastian Harlfrontend/parser_test: Convert to "loop" tests.
2015-02-27 Sebastian Harlfrontend/query_test.c: Added unit tests for the FETCH...
2015-02-27 Sebastian Harlparser_test: Add testcases covering operand type checks.
2015-02-27 Sebastian Harlanalyzer: Verify the type of arithmetic operands.
2015-02-27 Sebastian Harlanalyzer: Check types of comparison operands.
2015-02-27 Sebastian HarlMerged branch 'master' of git://github.com/sysdb/sysdb...
2015-02-27 Sebastian Harlfrontend: Fixed a memory leak in an error condition...
next