2014-10-17 |
Sebastian Harl | store, frontend: Make IS (NOT) NULL an unary operator... |
blob | commitdiff | raw |
2014-10-17 |
Sebastian Harl | store: Added sdb_store_parse_matcher_op(). |
blob | commitdiff | raw | diff to current |
2014-10-15 |
Sebastian Harl | store: Added not-equal and not-regex matchers. |
blob | commitdiff | raw | diff to current |
2014-10-15 |
Sebastian Harl | store: Added support for regex matchers. |
blob | commitdiff | raw | diff to current |
2014-10-14 |
Sebastian Harl | store: Added child matchers. |
blob | commitdiff | raw | diff to current |
2014-10-14 |
Sebastian Harl | store: Added matchers comparing two expressions. |
blob | commitdiff | raw | diff to current |
2014-10-14 |
Sebastian Harl | store: Apply filters when evaluating attribute values... |
blob | commitdiff | raw | diff to current |
2014-10-14 |
Sebastian Harl | frontend/grammar: Added (limited) support for attribute... |
blob | commitdiff | raw | diff to current |
2014-10-07 |
Sebastian Harl | store: Added quaryable field ‘name’. |
blob | commitdiff | raw | diff to current |
2014-10-05 |
Sebastian Harl | store_lookup: Compare attribute string values on type... |
blob | commitdiff | raw | diff to current |
2014-10-05 |
Sebastian Harl | store_lookup: Fixed lookup by back-end name. |
blob | commitdiff | raw | diff to current |
2014-10-05 |
Sebastian Harl | store_lookup: Fixed parsing of invalid compare expressions. |
blob | commitdiff | raw | diff to current |
2014-09-30 |
Sebastian Harl | store: Added a helper function to parse object type... |
blob | commitdiff | raw | diff to current |
2014-08-02 |
Sebastian Harl | store: Added core support for “metrics” objects. |
blob | commitdiff | raw | diff to current |
2014-07-31 |
Sebastian Harl | frontend/grammar: Added support for field names in... |
blob | commitdiff | raw | diff to current |
2014-07-31 |
Sebastian Harl | store_expr: Added support to include field values in... |
blob | commitdiff | raw | diff to current |
2014-07-31 |
Sebastian Harl | store: Added sdb_store_get_field(). |
blob | commitdiff | raw | diff to current |
2014-07-30 |
Sebastian Harl | store, frontend: Parse object field matchers. |
blob | commitdiff | raw | diff to current |
2014-07-29 |
Sebastian Harl | store_lookup: Added conditional for accessing store... |
blob | commitdiff | raw | diff to current |
2014-07-29 |
Sebastian Harl | store_lookup: Make sure to always initialize the buffer... |
blob | commitdiff | raw | diff to current |
2014-07-28 |
Sebastian Harl | store: Make matchers more generic and applicable to... |
blob | commitdiff | raw | diff to current |
2014-07-28 |
Sebastian Harl | store: Introduced the concept of query filters. |
blob | commitdiff | raw | diff to current |
2014-07-28 |
Sebastian Harl | store, frontend: Let lookups support arbitrary expressi... |
blob | commitdiff | raw | diff to current |
2014-07-28 |
Sebastian Harl | store_lookup: Catch invalid values when parsing a matcher. |
blob | commitdiff | raw | diff to current |
2014-07-27 |
Sebastian Harl | Merged branch 'master' of git://git.tokkee.org/sysdb. |
blob | commitdiff | raw | diff to current |
2014-07-27 |
Sebastian Harl | store, frontend: Renamed sdb_store_lookup() to sdb_stor... |
blob | commitdiff | raw | diff to current |
2014-07-21 |
Sebastian Harl | store, frontend: Switch from <obj>.name to <obj>. |
blob | commitdiff | raw | diff to current |
2014-07-21 |
Sebastian Harl | store_lookup: Don't allow 'IS <non-NULL>'. |
blob | commitdiff | raw | diff to current |
2014-07-20 |
Sebastian Harl | store_lookup_test: Added some tests for attribute.FOO... |
blob | commitdiff | raw | diff to current |
2014-07-20 |
Sebastian Harl | store, frontend: Added support for matching NULL attrib... |
blob | commitdiff | raw | diff to current |
2014-07-11 |
Sebastian Harl | store: Use AVL trees to store all objects. |
blob | commitdiff | raw | diff to current |
2014-06-29 |
Sebastian Harl | Merged branch 'master' of git://git.tokkee.org/sysdb. |
blob | commitdiff | raw | diff to current |
2014-06-27 |
Sebastian Harl | store_lookup: Use more specific types where appropriate. |
blob | commitdiff | raw | diff to current |
2014-06-27 |
Sebastian Harl | store: Renamed store_base to store_obj. |
blob | commitdiff | raw | diff to current |
2014-06-27 |
Sebastian Harl | store: Split store_obj into separate host and service... |
blob | commitdiff | raw | diff to current |
2014-06-27 |
Sebastian Harl | Merged branch 'master' of git://git.tokkee.org/sysdb. |
blob | commitdiff | raw | diff to current |
2014-06-26 |
Sebastian Harl | store: Renamed a store object's 'children' to 'services'. |
blob | commitdiff | raw | diff to current |
2014-06-23 |
Sebastian Harl | store/frontend: Added support for integer and float... |
blob | commitdiff | raw | diff to current |
2014-06-23 |
Sebastian Harl | Merged branch 'master' of git://git.tokkee.org/sysdb. |
blob | commitdiff | raw | diff to current |
2014-06-23 |
Sebastian Harl | store_lookup: Pass a data-object to parse_cmp(). |
blob | commitdiff | raw | diff to current |
2014-06-23 |
Sebastian Harl | store_lookup: Added support for <, <=, >=, > when compa... |
blob | commitdiff | raw | diff to current |
2014-06-23 |
Sebastian Harl | store_lookup: Don't accept invalid object types in... |
blob | commitdiff | raw | diff to current |
2014-06-23 |
Sebastian Harl | store_lookup: Introduce conditional based attribute... |
blob | commitdiff | raw | diff to current |
2014-06-22 |
Sebastian Harl | store: Added helper function to retrieve a host's attri... |
blob | commitdiff | raw | diff to current |
2014-06-22 |
Sebastian Harl | store: Don't allow name to be NULL when matching attrib... |
blob | commitdiff | raw | diff to current |
2014-06-22 |
Sebastian Harl | store_lookup: Simplified some internal checks. |
blob | commitdiff | raw | diff to current |
2014-06-19 |
Sebastian Harl | store_lookup: Removed unneeded forward declarations. |
blob | commitdiff | raw | diff to current |
2014-06-19 |
Sebastian Harl | Cleaned up some internal type names. |
blob | commitdiff | raw | diff to current |
2014-06-19 |
Sebastian Harl | store_lookup: Removed the (now unused) host matcher. |
blob | commitdiff | raw | diff to current |
2014-06-19 |
Sebastian Harl | store_lookup: Let attribute matchers check the attribut... |
blob | commitdiff | raw | diff to current |
2014-06-19 |
Sebastian Harl | store_lookup: Made the attribute matcher a "standalone... |
blob | commitdiff | raw | diff to current |
2014-06-19 |
Sebastian Harl | store_lookup: Removed the (now unused) service matcher. |
blob | commitdiff | raw | diff to current |
2014-06-19 |
Sebastian Harl | store_lookup: Let parse_cmp() use the new name matcher. |
blob | commitdiff | raw | diff to current |
2014-06-19 |
Sebastian Harl | store_lookup: Added a matcher matching by object name. |
blob | commitdiff | raw | diff to current |
2014-04-23 |
Sebastian Harl | parser: Don't leak memory when building nested matchers. |
blob | commitdiff | raw | diff to current |
2014-04-11 |
Sebastian Harl | Merged branch 'master' of git://git.tokkee.org/sysdb. |
blob | commitdiff | raw | diff to current |
2014-04-09 |
Sebastian Harl | store_lookup: Added "tostring" methods for matcher... |
blob | commitdiff | raw | diff to current |
2014-04-09 |
Sebastian Harl | parser: Make sure that each comparator matcher is a... |
blob | commitdiff | raw | diff to current |
2014-04-06 |
Sebastian Harl | core, frontend: Added !=, !~, and NOT operators. |
blob | commitdiff | raw | diff to current |
2014-04-06 |
Sebastian Harl | store_lookup: Added sdb_store_inv_matcher(). |
blob | commitdiff | raw | diff to current |
2014-04-05 |
Sebastian Harl | store: Added sdb_store_matcher_parse_cmp(). |
blob | commitdiff | raw | diff to current |
2014-04-05 |
Sebastian Harl | store: Moved matcher types to store-private.h. |
blob | commitdiff | raw | diff to current |
2014-04-01 |
Sebastian Harl | store: Let sdb_store_matcher_matches return true if... |
blob | commitdiff | raw | diff to current |
2014-04-01 |
Sebastian Harl | store: Added sdb_store_lookup(). |
blob | commitdiff | raw | diff to current |
2014-02-23 |
Sebastian Harl | Include config.h in source files. |
blob | commitdiff | raw | diff to current |
2014-02-23 |
Sebastian Harl | store_lookup: Made logical operators public. |
blob | commitdiff | raw | diff to current |
2014-02-23 |
Sebastian Harl | store: Added public functions to create and execute... |
blob | commitdiff | raw | diff to current |
2014-02-21 |
Sebastian Harl | store_lookup: Fix matching of services with empty attr... |
blob | commitdiff | raw | diff to current |
2014-02-21 |
Sebastian Harl | store: Require name matchers to match string *and*... |
blob | commitdiff | raw | diff to current |
2014-02-21 |
Sebastian Harl | store: Fixed data format error detection. |
blob | commitdiff | raw | diff to current |
2014-02-20 |
Sebastian Harl | store: Added a frame-work for object lookups. |
blob | commitdiff | raw | diff to current |
|