Code

store_lookup: Don't allow 'IS <non-NULL>'.
[sysdb.git] / src / core / store_lookup.c
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...
2014-04-06 Sebastian Harlcore, frontend: Added !=, !~, and NOT operators.
2014-04-06 Sebastian Harlstore_lookup: Added sdb_store_inv_matcher().
2014-04-05 Sebastian Harlstore: Added sdb_store_matcher_parse_cmp().
2014-04-05 Sebastian Harlstore: Moved matcher types to store-private.h.
2014-04-01 Sebastian Harlstore: Let sdb_store_matcher_matches return true if...
2014-04-01 Sebastian Harlstore: Added sdb_store_lookup().
2014-02-23 Sebastian HarlInclude config.h in source files.
2014-02-23 Sebastian Harlstore_lookup: Made logical operators public.
2014-02-23 Sebastian Harlstore: Added public functions to create and execute...
2014-02-21 Sebastian Harlstore_lookup: Fix matching of services with empty attr...
2014-02-21 Sebastian Harlstore: Require name matchers to match string *and*...
2014-02-21 Sebastian Harlstore: Fixed data format error detection.
2014-02-20 Sebastian Harlstore: Added a frame-work for object lookups.