Code

store, frontend: Renamed sdb_store_lookup() to sdb_store_scan().
[sysdb.git] / t / unit / core / store_lookup_test.c
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-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-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_test: Fixed a memory leak.
2014-06-23 Sebastian Harlstore_lookup: Introduce conditional based attribute...
2014-06-22 Sebastian Harlstore_lookup_test: Verify that NULL is not a valid...
2014-06-22 Sebastian Harlstore: Don't allow name to be NULL when matching attrib...
2014-06-19 Sebastian Harlstore_lookup: Removed the (now unused) host matcher.
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-26 Sebastian HarlMoved unit tests into t/unit/ subdirectory.