Code

store_json: Base the memstore emitter on the store-writer API.
[sysdb.git] / src / core / store_lookup.c
2015-09-02 Sebastian HarlAllow and implement iterating arbitrary (non-constant...
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 Harlstore: Add support for unary IS TRUE / IS FALSE matchers.
2015-05-19 Sebastian Harlstore: Drop the special IS-NOT-NULL matcher.
2015-05-15 Sebastian HarlMerged branch 'master' of git://git.tokkee.org/sysdb.
2015-05-15 Sebastian Harlstore: Add sdb_store_query_prepare().
2015-03-15 Sebastian Harlstore: Added field type VALUE for attribute values.
2015-03-08 Sebastian Harlstore: Use iterable expressions for 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 Harldata: Return the number of bytes that would have been...
2015-03-04 Sebastian HarlAllow the left operand of comparison operations to...
2015-03-01 Sebastian HarlAdd support for the 'NOT IN' operator.
2014-12-03 Sebastian HarlUse stdbool.h's bool type instead of _Bool.
2014-11-09 Sebastian Harlcore: Improved style related to conditionals using...
2014-11-09 Sebastian Harlstore: Avoid unnecessary data copies when "evaluating...
2014-11-09 Sebastian Harlstore: Let array iterators support regex matches as...
2014-11-09 Sebastian Harlstore: Let NREGEX (!~) not match on NULL values.
2014-11-09 Sebastian Harlstore, frontend: Added support for iterating arrays...
2014-11-08 Sebastian Harlstore: Merged implementations of compare matchers.
2014-11-05 Sebastian Harlstore_lookup: Let the iter operators support services...
2014-10-28 Sebastian Harlstore: Merged sdb_store_iterate() into sdb_store_scan().
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 Harlstore: Renamed child-matcher to any-matcher.
2014-10-24 Sebastian Harlstore: During lookup use strcmp() only for unknown...
2014-10-23 Sebastian Harlstore: Removed now unused name-matcher and sdb_store_ma...
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 Harlstore: Removed sdb_store_matcher_parse_field_cmp()...
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 Harlstore: Let compare matchers fail if any of the operands...
2014-10-21 Sebastian Harlstore: Added sdb_store_in_matcher().
2014-10-17 Sebastian Harlstore, frontend: Make IS (NOT) NULL an unary operator...
2014-10-17 Sebastian Harlstore: Added sdb_store_parse_matcher_op().
2014-10-15 Sebastian Harlstore: Added not-equal and not-regex matchers.
2014-10-15 Sebastian Harlstore: Added support for regex matchers.
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-07 Sebastian Harlstore: Added quaryable field ‘name’.
2014-10-05 Sebastian Harlstore_lookup: Compare attribute string values on type...
2014-10-05 Sebastian Harlstore_lookup: Fixed lookup by back-end name.
2014-10-05 Sebastian Harlstore_lookup: Fixed parsing of invalid compare expressions.
2014-09-30 Sebastian Harlstore: Added a helper function to parse object type...
2014-08-02 Sebastian Harlstore: Added core support for “metrics” objects.
2014-07-31 Sebastian Harlfrontend/grammar: Added support for field names in...
2014-07-31 Sebastian Harlstore_expr: Added support to include field values in...
2014-07-31 Sebastian Harlstore: Added sdb_store_get_field().
2014-07-30 Sebastian Harlstore, frontend: Parse object field matchers.
2014-07-29 Sebastian Harlstore_lookup: Added conditional for accessing store...
2014-07-29 Sebastian Harlstore_lookup: Make sure to always initialize the buffer...
2014-07-28 Sebastian Harlstore: Make matchers more generic and applicable to...
2014-07-28 Sebastian Harlstore: Introduced the concept of query filters.
2014-07-28 Sebastian Harlstore, frontend: Let lookups support arbitrary expressi...
2014-07-28 Sebastian Harlstore_lookup: Catch invalid values when parsing a matcher.
2014-07-27 Sebastian HarlMerged branch 'master' of git://git.tokkee.org/sysdb.
2014-07-27 Sebastian Harlstore, frontend: Renamed sdb_store_lookup() to sdb_stor...
2014-07-21 Sebastian Harlstore, frontend: Switch from <obj>.name to <obj>.
2014-07-21 Sebastian Harlstore_lookup: Don't allow 'IS <non-NULL>'.
2014-07-20 Sebastian Harlstore_lookup_test: Added some tests for attribute.FOO...
2014-07-20 Sebastian Harlstore, frontend: Added support for matching NULL attrib...
2014-07-11 Sebastian Harlstore: Use AVL trees to store all objects.
2014-06-29 Sebastian HarlMerged branch 'master' of git://git.tokkee.org/sysdb.
2014-06-27 Sebastian Harlstore_lookup: Use more specific types where appropriate.
2014-06-27 Sebastian Harlstore: Renamed store_base to store_obj.
2014-06-27 Sebastian Harlstore: Split store_obj into separate host and service...
2014-06-27 Sebastian HarlMerged branch 'master' of git://git.tokkee.org/sysdb.
2014-06-26 Sebastian Harlstore: Renamed a store object's 'children' to 'services'.
2014-06-23 Sebastian Harlstore/frontend: Added support for integer and float...
2014-06-23 Sebastian HarlMerged branch 'master' of git://git.tokkee.org/sysdb.
2014-06-23 Sebastian Harlstore_lookup: Pass a data-object to parse_cmp().
2014-06-23 Sebastian Harlstore_lookup: Added support for <, <=, >=, > when compa...
2014-06-23 Sebastian Harlstore_lookup: Don't accept invalid object types in...
2014-06-23 Sebastian Harlstore_lookup: Introduce conditional based attribute...
2014-06-22 Sebastian Harlstore: Added helper function to retrieve a host's attri...
2014-06-22 Sebastian Harlstore: Don't allow name to be NULL when matching attrib...
2014-06-22 Sebastian Harlstore_lookup: Simplified some internal checks.
2014-06-19 Sebastian Harlstore_lookup: Removed unneeded forward declarations.
2014-06-19 Sebastian HarlCleaned up some internal type names.
2014-06-19 Sebastian Harlstore_lookup: Removed the (now unused) host matcher.
2014-06-19 Sebastian Harlstore_lookup: Let attribute matchers check the attribut...
2014-06-19 Sebastian Harlstore_lookup: Made the attribute matcher a "standalone...
2014-06-19 Sebastian Harlstore_lookup: Removed the (now unused) service matcher.
2014-06-19 Sebastian Harlstore_lookup: Let parse_cmp() use the new name matcher.
2014-06-19 Sebastian Harlstore_lookup: Added a matcher matching by object name.
2014-04-23 Sebastian Harlparser: Don't leak memory when building nested matchers.
2014-04-11 Sebastian HarlMerged branch 'master' of git://git.tokkee.org/sysdb.
2014-04-09 Sebastian Harlstore_lookup: Added "tostring" methods for matcher...
2014-04-09 Sebastian Harlparser: Make sure that each comparator matcher is a...
next