Code

sysdb.git
2014-10-31 Sebastian Harlstore: Added a generic JSON formatter.
2014-10-31 Sebastian Harlstore: Provide more verbose messages on errors during...
2014-10-31 Sebastian Harlstore_lookup_test: Ensure that filters are applied...
2014-10-30 Sebastian Harlsysdbql(7): Link to the JSON RFC.
2014-10-30 Sebastian Harlstore: Let sdb_store_scan() pass on filters to callback...
2014-10-29 Sebastian Harlstore: Use sdb_avltree_lookup() to retrieve attributes.
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-27 Sebastian Harlfrontend: Added basic support for semantic AST analysis.
2014-10-26 Sebastian Harlfrontend: Let scanner/parser know about object types...
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: Removed unused types.
2014-10-25 Sebastian Harlstore: Added support for ALL matchers.
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 Harlstore: Record the data-type of an expression.
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: 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 Harlt/: Use expression-based matchers for attribute compari...
2014-10-22 Sebastian Harlstore: Removed sdb_store_matcher_parse_field_cmp()...
2014-10-22 Sebastian Harlt/: Use the new expression-based matchers for various...
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 Harlfrontend/grammar: Unified field and attribute value...
2014-10-21 Sebastian Harlstore: Let compare matchers fail if any of the operands...
2014-10-21 Sebastian Harlt/: Let tests use '<expr> IN .backend'.
2014-10-21 Sebastian Harlfrontend/grammar: Added support for the IN operator.
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_test: Use int64_t instead of int for integer array...
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_test: Removed unnecessary and possibly misleading...
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: Clarify behavior of expr_attrvalue if the attrib...
2014-10-19 Sebastian Harlfrontend/grammar: Fixed parsing of 'attribute[<string>]'.
2014-10-19 Sebastian Harlfrontend/grammar: Make IS NULL operators available...
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 Harlfrontend/grammar: Use strings to access attribute value...
2014-10-17 Sebastian Harlstore, frontend: Make IS (NOT) NULL an unary operator...
2014-10-17 Sebastian Harlparser_test: Added various arithmetic expressions to...
2014-10-17 Sebastian HarlAdded tests for sdb_fe_parse_expr() and fixed the imple...
2014-10-17 Sebastian Harlfrontend/parser: Made clear that parser modes are flags.
2014-10-17 Sebastian Harlfrontend/grammar: Added a destructor for data objects.
2014-10-17 Sebastian Harlfrontend/parser: Don't override fields of unknown types.
2014-10-17 Sebastian Harlfrontend: Added sdb_fe_parse_expr().
2014-10-17 Sebastian Harlfrontend: Renamed CONNECTION_EXPR to CONNECTION_MATCHER.
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-10 Sebastian Harlt/cibuild.sh: Use 'make -j10' to run tests in parallel.
2014-10-10 Sebastian Harlintegration tests: Split simple_query into query, match...
2014-10-10 Sebastian Harlintegration tests: Make sure test_lib always knows...
2014-10-09 Sebastian Harlfrontend/parser: Added support for string concatenation.
2014-10-08 Sebastian Harlfrontend/grammary.y: Renamed 'op' to 'cmp'.
2014-10-08 Sebastian Harldata: Added sdb_data_parse_op().
2014-10-07 Sebastian Harlstore: Added quaryable field ‘name’.
2014-10-07 Sebastian Harldata: Document that regexes are extended, case-insensit...
2014-10-07 Sebastian Harldata: Added support for a "regex" data-type.
2014-10-07 Sebastian Harldata_test: Fixed name/order of the cmp() and strcmp...
2014-10-07 Sebastian Harldata_test: Fixed a typo.
2014-10-07 Sebastian Harldata: Fixed copying of NULL data.
2014-10-06 Sebastian Harlversion-gen.sh: Added .git suffix to default version...
2014-10-06 Sebastian HarlRelease SysDB 0.5.0. sysdb-0.5.0
2014-10-06 Sebastian HarlReleaseNotes: Added entry for the 0.5.0 release.
2014-10-06 Sebastian Harlt/valgrind.suppress: Use a pattern for the full name...
2014-10-06 Sebastian Harlsysdbql(7): Fixed an incomplete sentence.
2014-10-06 Sebastian Harlsysdbql(7): Updated documentation for attribute and...
2014-10-06 Sebastian Harlfrontend/grammar: Use '.' instead of ':' to access...
2014-10-06 Sebastian Harlfrontend/grammar: Access attribute values using attribu...
next