Code

frontend/query_test: Test some weird, special cases.
[sysdb.git] / t /
2015-09-03 Sebastian Harlfrontend/query_test: Test some weird, special cases.
2015-09-02 Sebastian Harlstore: Fix execution of more complex iterators.
2015-09-02 Sebastian HarlRemove unused sdb_store_expr_iterable().
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 Harlparser: Require a context for each parser operation.
2015-08-24 Sebastian Harlt/integration/store.sh: Add integration tests for the...
2015-08-13 Sebastian Harlfrontend: Connection-specific functions now use the...
2015-08-09 Sebastian Harlstore::memory: Add a plugin providing an in-memory...
2015-08-09 Sebastian Harlt/Makefile: Drop unused, old frontend/parser_test.
2015-08-08 Sebastian Harlstore: Drop the global (default) store.
2015-08-07 Sebastian Harlstore: All store functions now accept a store object.
2015-08-06 Sebastian Harlt/valgrind.suppress: Refine the suppression in the...
2015-08-04 Sebastian Harlt/valgrind.suppress: Add an invalid free in a libc...
2015-05-27 Sebastian Harlstore: Let sdb_store_json_formatter_t inherit from...
2015-05-27 Sebastian HarlDrop sdb_store_get_host() from tests.
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 HarlFix an uninitialized value warnings caused by clang...
2015-05-21 Sebastian Harlstore: Make the actual store a separate object.
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 Harlparser: Add support for metric timeseries fields.
2015-05-19 Sebastian Harlparser: Add support for <expr> IS [NOT] TRUE / FALSE...
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/query_test: Add tests for the lower level...
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 Harlstore: Add sdb_store_query_prepare().
2015-05-14 Sebastian Harlstore: Store a service/metric's parent hostname as...
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/ast: Add some helper defines.
2015-04-15 Sebastian Harlparser_test: Make sure that TIMESERIES end times are...
2015-04-12 Sebastian HarlMigrate parser from frontend/ to parser/ and to use...
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 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-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-05 Sebastian Harlavltree: Add sdb_avltree_iter_peek_next().
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 HarlAdd support for the 'NOT IN' operator.
2015-03-01 Sebastian Harlparser_test: Test various array expressions.
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: Check types of comparison operands.
2015-02-27 Sebastian HarlMerged branch 'master' of git://github.com/sysdb/sysdb...
2015-02-27 Sebastian HarlMerged branch 'master' of git://git.tokkee.org/sysdb.
2015-02-27 Sebastian Harlt/valgrind.suppress: Suppress various issues in OpenSSL...
2015-02-25 Sebastian Harlintegration/query.sh: Test FETCH with FILTER.
2015-02-25 Sebastian Harlintegration/test_lib.sh: Store the CA serial in $TESTDIR.
2015-02-03 Sebastian Harlvalgrind.suppress: Ignore a Memcheck:Cond error in...
2015-02-01 Sebastian Harlt/integration/: Added simple SSL tests.
2015-02-01 Sebastian Harlparser_test: Added various tests for STORE commands.
2015-02-01 Sebastian Harlfrontend: Support custom SSL options for each listener.
2015-01-25 Sebastian Harlvalgrind.suppress: Add a memory leak reported for some...
2015-01-17 Sebastian Harlintegration: Use store::network in the query tests.
2015-01-17 Sebastian Harlintegration: Split off mock_timeseries from mock_plugin.
2015-01-17 Sebastian Harlstore: Don't report an error in scan() if the store...
2015-01-16 Sebastian Harlintegration/config.sh: Add a test to load and reload...
2015-01-16 Sebastian Harlt/integration: Add a simple time-series fetcher test.
2015-01-16 Sebastian Harlconnection_test: Updated according to latest changes.
2015-01-10 Sebastian Harlfrontend: Make connection I/O handling more flexible.
2015-01-02 Sebastian Harlproto: Added support for unmarshaling hosts/services...
2015-01-02 Sebastian Harldata: Let sdb_data_parse() accept a const string and...
2015-01-02 Sebastian Harlproto: Added sdb_proto_unmarshal_data().
2015-01-02 Sebastian Harldata: Let sdb_data_cmp() support all array types.
2014-12-25 Sebastian Harlproto: Added support for marshaling attribute objects.
2014-12-24 Sebastian Harlproto: Define a wire format for host/service/metric...
2014-12-24 Sebastian Harlproto: Don't include a string's length in the wire...
2014-12-23 Sebastian Harlproto: Add support for marshaling all data types.
2014-12-23 Sebastian Harlproto: Add support for marshaling regex types.
2014-12-23 Sebastian Harlproto: Added support for marshaling double-precision...
2014-12-22 Sebastian Harlproto: Added sdb_proto_marshal_data.
2014-12-15 Sebastian HarlMoved sdb_proto_send/sdb_proto_select to sdb_write...
next