Code

store: Added field type VALUE for attribute values.
[sysdb.git] / t /
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...
2014-12-15 Sebastian Harlconnection: Let sdb_connection_close not deallocate...
2014-12-15 Sebastian Harlconnection: Renamed sdb_connection_read to sdb_connecti...
2014-12-12 Sebastian HarlMerged branch 'master' of git://git.tokkee.org/sysdb.
2014-12-11 Sebastian Harlsysdb: Use sdb_log() instead of printf().
2014-12-09 Sebastian Harlfrontend: Get the username of the remote peer from...
2014-12-02 Sebastian Harlanalyzer: Analyze expressions as well; validate typed...
2014-11-22 Sebastian Harlstore: Include in metric JSON whether access to time...
2014-11-12 Sebastian Harldata: Let concat support empty arrays; add various...
2014-11-12 Sebastian HarlMerged branch 'master' of git://git.tokkee.org/sysdb.
2014-11-12 Sebastian Harlfrontend: Added support for array constants.
2014-11-12 Sebastian Harldata: Let inarray() support <array> IN <array> checks.
2014-11-11 Sebastian HarlRenamed CONNECTION_* constants to SDB_CONNECTION_*.
2014-11-10 Sebastian Harldata: Support array + element concatenation.
2014-11-10 Sebastian Harldata: Let strlen() and format() support string/decimal...
2014-11-09 Sebastian Harlstore: Let NREGEX (!~) not match on NULL values.
2014-11-09 Sebastian Harlparser_test: Added various ANY/ALL iterator tests;...
2014-11-09 Sebastian Harldata: Don't treat empty arrays (value = NULL) as NULL.
2014-11-08 Sebastian Harldata: Added sdb_data_array_get().
2014-11-06 Sebastian Harlfrontend/grammar: Drop support for the special 'host...
2014-11-05 Sebastian Harlfrontend/grammar: Let LOOKUP support all object types.
2014-11-05 Sebastian Harlfrontend: Improved parser error reporting.
2014-11-04 Sebastian Harlfrontend/grammar: Added support for FETCHing all object...
2014-11-04 Sebastian Harlparser_test: Fixed semantically invalid filter statements.
2014-11-03 Sebastian Harlstore: Added sdb_store_get_child().
2014-11-03 Sebastian Harlstore: Removed now unused tojson functions.
2014-11-03 Sebastian Harlfrontend: Let FETCH apply filters to the host as well.
2014-11-02 Sebastian Harlstore: Let JSON formatter know about the to-be-formatte...
2014-11-02 Sebastian Harlstore: Let the JSON formatter know about arrays at...
2014-11-02 Sebastian Harlt/: Added tests for json_formatter-based JSON generation.
2014-10-31 Sebastian Harlstore_lookup_test: Ensure that filters are applied...
2014-10-30 Sebastian Harlstore: Let sdb_store_scan() pass on filters to callback...
2014-10-28 Sebastian Harlstore: Let sdb_store_scan() support other object types...
2014-10-28 Sebastian Harlstore: Merged sdb_store_iterate() into sdb_store_scan().
2014-10-25 Sebastian Harlfrontend/grammar: Access fields by their name rather...
2014-10-25 Sebastian Harlfrontend/grammar: Added support for 'ALL <obj> <cmp...
2014-10-25 Sebastian Harlstore: Don't special case negated matchers in the ANY...
2014-10-25 Sebastian Harlfrontend/grammar: Changed '<obj> <cmp> <expr>' to ...
2014-10-25 Sebastian Harlstore: Renamed child-matcher to any-matcher.
2014-10-24 Sebastian Harldata_test: Test various unsupported expressions.
2014-10-24 Sebastian Harlstore: During lookup use strcmp() only for unknown...
2014-10-24 Sebastian Harldata: Added sdb_data_expr_type().
2014-10-23 Sebastian Harlstore: Removed now unused name-matcher and sdb_store_ma...
2014-10-23 Sebastian Harlt/: Converted name matcher tests to new style matchers.
2014-10-23 Sebastian Harlfrontend/grammar: Implement '<obj> <op> <expr>' using...
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 now unused support for attribute matcher...
2014-10-22 Sebastian Harlt/: Use expression-based matchers for attribute compari...
2014-10-22 Sebastian Harlstore: Removed sdb_store_matcher_parse_field_cmp()...
next