Code

frontend: Renamed sdb_fe_<cmd> functions to sdb_fe_exec_<cmd>.
[sysdb.git] / t /
2014-08-01 Sebastian Harlunit tests: Fixed some -Werror=unused-result compiler...
2014-08-01 Sebastian Harldata: Support some arithmetic expressions on mismatchin...
2014-07-31 Sebastian Harlfrontend/grammar: Added support for field names in...
2014-07-31 Sebastian Harlstore: Added sdb_store_get_field().
2014-07-30 Sebastian Harlfrontend: Added 'FILTER' support to the 'LOOKUP' command.
2014-07-30 Sebastian Harlt/integration: Execute test scripts using 'set -x'.
2014-07-30 Sebastian Harlstore, frontend: Parse object field matchers.
2014-07-30 Sebastian Harlfrontend/parser: Added support for time interval values.
2014-07-30 Sebastian Harltime: Added sdb_strpunit() to parse a time unit.
2014-07-30 Sebastian Harltime: Renamed PRIscTIME to PRIsdbTIME.
2014-07-29 Sebastian Harlstore: Fixed JSON serialization when skipping hosts...
2014-07-29 Sebastian Harlstore: Let JSON serializers support (object) filters.
2014-07-29 Sebastian Harlstore_lookup: Added conditional for accessing store...
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 Harlfrontend: Added a parser for arithmetic expressions.
2014-07-27 Sebastian Harldata: Added sdb_data_expr_eval().
2014-07-27 Sebastian HarlMerged branch 'master' of git://git.tokkee.org/sysdb.
2014-07-27 Sebastian HarlQuery language: Changed 'LOOKUP .. WHERE' to 'LOOKUP...
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 Harlvalgrind.suppress: Added a leak inside libnss as seen...
2014-07-20 Sebastian Harltest_lib.sh: Let integration tests use valgrind.suppres...
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-19 Sebastian Harlt/integration/simple_config.sh: Test some more invalid...
2014-07-19 Sebastian Harlt/integration/simple_config.sh: Test reconfiguration.
2014-07-19 Sebastian Harlt/integration/simple_config.sh: Run the tools using...
2014-07-19 Sebastian Harlt/integration/simple_query.sh: Pass in queries through...
2014-07-19 Sebastian Harlt/coverage.sh: Output the content of t/test-suite.log...
2014-07-19 Sebastian Harlt/testwrapper: Let valgrind generate suppressions for...
2014-07-19 Sebastian Harlt/valgrind.suppress: Updated existing suppression for...
2014-07-19 Sebastian Harlt/: Include testwrapper.sh in the distribution tarball.
2014-07-19 Sebastian Harlt/valgrind.suppress: Suppress another error in check.
2014-07-19 Sebastian Harlt/cibuild.sh: Still use TESTS_ENVIRONMENT="./testwrappe...
2014-07-18 Sebastian Harlt/: Always use testwrapper.sh for running tests.
2014-07-11 Sebastian Harldata_test: Fixed access to uninitialized memory.
2014-07-11 Sebastian Harlavltree: Always compare objects by name.
2014-07-09 Sebastian Harlavltree: Added sdb_avltree_lookup().
2014-07-09 Sebastian Harlobject: Added SDB_OBJECT_STATIC.
2014-07-09 Sebastian Harlavltree: Added helper function sdb_avltree_valid().
2014-07-08 Sebastian Harlavltree_test: Degenerate (unbalanced) test-tree even...
2014-07-08 Sebastian Harlcoverage.sh: Ignore *.y / *.l files.
2014-07-08 Sebastian Harlavltree_test: Test duplicate detection and clear()...
2014-07-08 Sebastian Harlutils avltree: Started implementation of an AVL tree.
2014-07-04 Sebastian Harlunixsock, data: Moved sdb_unixsock_parse_cell() to...
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.
next