Code

store: Include service attributes in JSON output.
[sysdb.git] / t /
2014-07-04 Sebastian Harlstore: Include service attributes in JSON output.
2014-07-04 Sebastian Harlstore: Don't overwrite attribute values if the new...
2014-07-04 Sebastian Harlstore: Introduced service attributes.
2014-07-04 Sebastian Harlstore: Consider objects too old if the new timestamp...
2014-07-01 Sebastian HarlMerged branch 'master' of git://git.tokkee.org/sysdb.
2014-07-01 Sebastian Harlstore: Include backend information in the JSON serializ...
2014-06-30 Sebastian Harlos_test: Added tests for os_mkdir_all() and os_remove_a...
2014-06-30 Sebastian Harlconnection_test: Use mkstemp() instead of tmpnam().
2014-06-30 Sebastian Harlsock_test: Use mkstemp() instead of tmpnam().
2014-06-29 Sebastian HarlMerged branch 'master' of git://git.tokkee.org/sysdb.
2014-06-28 Sebastian Harlplugin: The replaced SDB_PLUGIN_INFO_NAME with the...
2014-06-28 Sebastian Harlplugin: Automatically prepend callback names with the...
2014-06-27 Sebastian Harlcore: Automatically determine config callback names.
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 HarlMerged branch 'master' of git://git.tokkee.org/sysdb.
2014-06-24 Sebastian Harlt/: Make mock_plugin a "check" library.
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-06-12 Sebastian Harldata: Added sdb_data_cmp() comparing two data points.
2014-06-11 Sebastian HarlRenamed DBI_TYPE_TO_SC to DBI_TYPE_TO_SDB.
2014-06-01 Sebastian Harlt/Makefile: Added valgrind.suppress to EXTRA_DIST.
2014-05-19 Sebastian Harltests: Suppress valgrind errors found in gcov_exit.
2014-05-16 Sebastian Harlstrbuf_test: Added some tests based on sdb_strbuf_cap().
2014-05-15 Sebastian Harlstrbuf_test: Added some more tests.
2014-05-15 Sebastian Harlstrbuf_test: Cleaned up the code a bit.
2014-05-14 Sebastian Harlt/: Run all unit tests through valgrind.
2014-05-14 Sebastian Harldbi_test: Don't allocate any memory in dbi_driver_open_r().
2014-05-14 Sebastian Harlconnection_test: Free username strings stored in mock...
2014-05-14 Sebastian Harlfrontend: Handle missing authentication early.
2014-05-14 Sebastian Harlfrontend: Fix invalid command handling when receiving...
2014-05-13 Sebastian Harlfrontend: Treat CONNECTION_IDLE as an invalid command.
2014-05-09 Sebastian HarlMake libsysdb and libsysdbclient private libraries...
2014-05-03 Sebastian Harlcoverage.sh: Refresh build system (and meta information).
2014-05-02 Sebastian Harlintegration/test_lib: Manage the sysdbd PID centrally.
2014-05-02 Sebastian Harlcibuild.sh: Don't run regular tests when using the...
2014-05-02 Sebastian Harlintegration tests: Use LD_PRELOAD only when running...
2014-05-01 Sebastian Harlintegration/test_lib: Pass -U mockuser to sysdb.
2014-05-01 Sebastian Harlintegration tests: Use LD_PRELOAD instead of chrpath.
2014-05-01 Sebastian Harlintegration/simple_query: More explicitly document...
2014-05-01 Sebastian Harlintegration/simple_query: Added more types of simple...
2014-05-01 Sebastian Harlsysdb: When handling a reply, base further actions...
2014-04-30 Sebastian Harlintegration/simple_query.sh: Test a failing command.
2014-04-30 Sebastian Harlintegration/simple_query.sh: Added some more simple...
2014-04-30 Sebastian Harlbuild system: Disable integration tests if valgrind...
2014-04-30 Sebastian HarlMerged branch 'master' of git://git.tokkee.org/sysdb.
2014-04-30 Sebastian Harlintegration/test_lib.sh: Copy binaries from $TOP_SRCDIR.
2014-04-30 Sebastian Harlintegration tests: Run all invocations through valgrind...
2014-04-30 Sebastian Harlsimple_query.sh: Store output in a variable before...
2014-04-30 Sebastian Harlintegration tests: Kill the right process when shutting...
2014-04-28 Sebastian Harlt/integration/: Added variables for sysdbd/sysdb/sysdb...
2014-04-28 Sebastian Harlt/coverage.sh: Don't use --disable-shared.
2014-04-28 Sebastian Harlt/Makefile: Added integration test script to EXTRA_DIST.
2014-04-28 Sebastian Harlt/integration/simple_query: Added test doing a simple...
2014-04-28 Sebastian Harlt/integration/mock_plugin: Added plugin for integration...
2014-04-28 Sebastian Harlt/integration: Added simple framework for integration...
2014-04-26 Sebastian Harldbi utils: Added compat layer for DBI < 0.9.
2014-04-26 Sebastian Harldbi utils: Use the new _r interface.
2014-04-26 Sebastian HarlMoved unit tests into t/unit/ subdirectory.
2014-04-25 Sebastian HarlMerged branch 'master' of git://git.tokkee.org/sysdb.
2014-04-25 Sebastian Harlconnection_test: Added a simple test for sdb_connection...
2014-04-24 Sebastian Harlconnection_test: Added first test for frontend connecti...
2014-04-23 Sebastian Harlstrbuf_test: Added some more test-cases for sdb_strbuf_...
2014-04-23 Sebastian Harlstore_lookup_test: Dereference objects returned from...
2014-04-22 Sebastian HarlMake clang-analyze happy in two irrelevant cases.
2014-04-21 Sebastian Harlutils llist: Added sdb_llist_clear().
2014-04-14 Sebastian Harlllist_test: Removed "llist" from all test names.
2014-04-14 Sebastian Harlllist utils: Added sdb_llist_remove_by_name().
2014-04-14 Sebastian Harlllist_test: Removed "sdb" from test names.
2014-04-11 Sebastian HarlMerged branch 'master' of git://git.tokkee.org/sysdb.
2014-04-09 Sebastian Harlt/coverage.sh: Restore t/cibuild.sh in the temp directory.
2014-04-09 Sebastian Harlstore_lookup_test: Added a more complex parser/lookup...
2014-04-09 Sebastian Harlstore_lookup: Added "tostring" methods for matcher...
2014-04-09 Sebastian Harlstore_lookup_test: Fixed user-data passed to the lookup...
2014-04-09 Sebastian Harlparser: Make sure that each comparator matcher is a...
2014-04-08 Sebastian Harlfrontend/parser_test: Cover more basic expressions.
2014-04-06 Sebastian Harlfrontend: Actually implement support for the NOT operator.
2014-04-06 Sebastian Harlcore, frontend: Added !=, !~, and NOT operators.
2014-04-06 Sebastian Harlstore_lookup: Added sdb_store_inv_matcher().
2014-04-06 Sebastian Harlfrontend: Let the parser support brackets in matcher...
2014-04-06 Sebastian Harlstore: Don't change the interval if the new interval...
2014-04-06 Sebastian Harlparser_test: Check operator precedence.
2014-04-06 Sebastian Harlparser_test: Check matcher type returned by sdb_fe_pars...
2014-04-06 Sebastian Harlfrontend parser: Added support for AND and OR matchers.
2014-04-05 Sebastian Harlfrontend: Updated unit-tests for expression related...
2014-04-05 Sebastian Harlstore: Added sdb_store_matcher_parse_cmp().
2014-04-03 Sebastian Harlstore_test: Added a test for interval calculation.
2014-04-03 Sebastian Harlstore: Include update interval in the JSON serialization.
next