Code

plugin: Make sdb_plugin_info_t public.
[sysdb.git] / t /
2014-03-31 Sebastian Harlfrontend: Require strings instead of identifiers.
2014-03-31 Sebastian Harlparser_test: Check the node's command type.
2014-03-31 Sebastian Harlobject: Let create_simple() accept an optional destructor.
2014-03-07 Sebastian Harlutils llist: Let llist_get() increment the reference...
2014-03-07 Sebastian Harlfrontend parser: Added support for parsing single expre...
2014-02-24 Sebastian Harlt/cibuild.sh: Use ./configure --enable-standards.
2014-02-24 Sebastian Harlconfigure: Disable -Wsign-conversion.
2014-02-23 Sebastian HarlFixed (pedantic) void-pointer to function-pointer cast...
2014-02-23 Sebastian HarlInclude config.h in source files.
2014-02-23 Sebastian Harlstore_lookup_test: Continue loop after fail().
2014-02-23 Sebastian Harlt/coverage.sh: Fall-back to lcov without --no-external.
2014-02-23 Sebastian Harlstore_lookup: Made logical operators public.
2014-02-23 Sebastian HarlAdded tests for store lookup functions.
2014-02-23 Sebastian Harlt/coverage.sh: Use version-gen.sh to determine the...
2014-02-23 Sebastian Harlt/coverage.sh: Don't git reset but test the current...
2014-02-21 Sebastian Harlstore_test: Clear the test after running the test-case.
2014-02-20 Sebastian Harldata: Let sdb_data_format() different quoting styles.
2014-02-20 Sebastian Harldata_test: Compare return values of format() and strlen().
2014-02-20 Sebastian Harldata: Let sdb_data_format() return the number of bytes...
2014-02-20 Sebastian Harldate_test: Added some simple overflow tests.
2014-02-20 Sebastian Harldata: Let sdb_data_format output to a character array.
2014-02-20 Sebastian Harldata_test: Print type of datum in case of a test failure.
2014-02-20 Sebastian Harldata_test: Use a table-driven test.
2014-02-20 Sebastian Harldata: Escape \ and " in strings when formatting them.
2014-02-20 Sebastian Harldata: Correctly format NULL values.
2014-02-10 Sebastian Harldata: Double quote formatted date-times.
2014-02-10 Sebastian Harldata: Format binary bytes as \xXX rather than \XX.
2014-02-04 Sebastian Harlllist_test: Added simple tests for _search() and _remove().
2014-01-31 Sebastian HarlMerged branch 'master' of git://git.tokkee.org/sysdb.
2014-01-30 Sebastian Harlcore/data: Added sdb_data_format() function.
2014-01-29 Sebastian Harlstore: Added support for different data-types for attri...
2014-01-29 Sebastian Harldata: Added helper functions to copy and free data.
2014-01-29 Sebastian Harldbi_test: Mocked required dbi*_copy_idx() functions.
2014-01-12 Sebastian Harlt/cibuild.sh, .travis.yml: Do an AddressSanitizer run...
2014-01-12 Sebastian Harlobject_test: Removed 'obj->ref_cnt == 0' checks.
2014-01-09 Sebastian HarlMerged branch 'master' of git://git.tokkee.org/sysdb.
2014-01-08 Sebastian Harl.travis.yml, t/cibuild.sh: Test builds with libedit...
2014-01-08 Sebastian HarlAdded t/cibuild.sh and use that in the Travis configura...
2014-01-06 Sebastian Harlparser_test: Test partial query parsing.
2014-01-06 Sebastian Harlfrontend parser: Added 'len' parameter to sdb_fe_parse().
2014-01-06 Sebastian Harlstore: Added sdb_store_get_host().
2014-01-04 Sebastian Harlt/coverage.sh: Reset files not part of the tarball.
2014-01-03 Sebastian Harlstore_test: Test various serialization flags.
2014-01-03 Sebastian Harlstore: Added flags to JSON functions indicating informa...
2014-01-03 Sebastian Harlstore: Introduced sdb_store_host_tojson() to serialize...
2014-01-02 Sebastian Harlparser_test: Free memory returned by sdb_fe_parse().
2014-01-02 Sebastian Harldbi_test: Make tests support CK_FORK=no.
2014-01-02 Sebastian Harlfrontend: Let sdb_fe_parse() return a list of parsed...
2014-01-01 Sebastian Harlutils llist: Added sdb_llist_get().
2014-01-01 Sebastian Harlobject: Added sdb_object_create_simple().
2014-01-01 Sebastian Harlutils llist: Added sdb_llist_len().
2013-12-31 Sebastian Harlfrontend: Added flex/bison based parser skeleton.
2013-12-26 Sebastian HarlMoved coverage.sh to the t/ subdirectory.
2013-12-22 Sebastian Harlt/Makefile: Pass gcov flags to tests as well.
2013-12-22 Sebastian Harlt/Makefile: Use top_srcdir rather than top_builddir.
2013-12-20 Sebastian HarlMerged branch 'master' of git://git.tokkee.org/sysdb.
2013-12-18 Sebastian Harlfrontend/sock_test: Try to connect to the server socket.
2013-12-18 Sebastian Harlfrontend: Clean up UNIX sockets when closing a listener.
2013-12-17 Sebastian Harlfrontend: Let listen_and_serve() return early if do_loo...
2013-12-17 Sebastian Harlfrontend/sock_test: Added initial tests for frontend...
2013-12-13 Sebastian Harlstrbuf_test: Added tests for sdb_strbuf_clear().
2013-12-13 Sebastian Harlstrbuf_test: Added a couple of tests operating on a...
2013-12-10 Sebastian HarlMerged branch 'master' of git://git.tokkee.org/sysdb.
2013-12-07 Sebastian Harlstore_test: Fixed golden data for tojson() test.
2013-12-07 Sebastian HarlMerged branch 'master' of git://git.tokkee.org/sysdb.
2013-12-07 Sebastian Harlstore_test: Added a test for tojson().
2013-12-07 Sebastian HarlRun all tests using TZ=UTC.
2013-12-07 Sebastian Harlt/core/store_test: Added initial tests for the object...
2013-12-07 Sebastian Harlobject_test: Added test for sdb_object_cmp_by_name().
2013-12-07 Sebastian Harlobject_test: Added tests for wrapped object and memory...
2013-12-05 Sebastian Harlstrbuf_test: Added skip() tests using various offsets.
2013-12-05 Sebastian Harlutil strbuf: Let skip() support an offset.
2013-12-01 Sebastian HarlMerged branch 'master' of git://git.tokkee.org/sysdb.
2013-12-01 Sebastian Harlt/: Added initial tests for core/object.
2013-11-28 Sebastian Harlstrbuf test: Further extended the incremental append...
2013-11-28 Sebastian Harlutils strbuf: Handle nul-byte correctly.
2013-11-07 Sebastian HarlMerged branch 'master' of git://git.tokkee.org/sysdb.
2013-10-31 Sebastian Harlstrbuf_test: Added some NULL tests.
2013-10-31 Sebastian Harlstrbuf_test: Added tests for len / nil-termination...
2013-10-31 Sebastian Harlutils strbuf: Added sdb_strbuf_skip().
2013-10-29 Sebastian Harlutils strbuf: Added memcpy and memappend functions.
2013-10-25 Sebastian Harlchannel_test: Updated timeout check according to latest...
2013-10-25 Sebastian Harlutils llist: Added sdb_llist_iter_remove_current().
2013-10-20 Sebastian Harlt/utils/channel_test: Added a test-case for sdb_channel...
2013-10-19 Sebastian Harlt/utils/channel_test: Added some more write/read tests.
2013-10-19 Sebastian Harlt/: Added tests for the channel implementation.
2013-09-16 Sebastian Harlunit tests: Added basic tests for unixsock utils; mocki...
2013-09-09 Sebastian Harlt/utils/strbuf_test: Added lists of golden data for...
2013-09-06 Sebastian Harlt/: Added unit tests for the string buffer utilities.
2013-09-04 Sebastian Harlt/utils/: Name test-cases after the tested function.
2013-09-04 Sebastian Harlt/utils/dbi_test: Added test queries covering 2-5 columns.
2013-09-04 Sebastian Harlt/utils/dbi_test: Fixed further indexing.
2013-09-03 Sebastian Harlt/utils/dbi_test: Fixed indexing into the golden_data...
2013-09-03 Sebastian Harlt/utils/dbi_test: Added missing cases in dbi_result_get...
2013-09-03 Sebastian Harlt/utils/dbi_test: Verify the received data.
2013-09-02 Sebastian Harlt/utils/dbi_test: Added mock queries covering various...
2013-09-02 Sebastian Harlt/utils/dbi_test: Mock some actual query results; added...
2013-08-28 Sebastian Harlt/libsysdb_test: Use a list of test-suite creators.
2013-08-28 Sebastian Harlt/utils/dbi_test: Added a simple test-case for query...
2013-08-27 Sebastian Harlt/: Added initial version of unit tests for utils/dbi.
next