Code

store: Include update interval in the JSON serialization.
[sysdb.git] / t / utils /
2014-03-07 Sebastian Harlutils llist: Let llist_get() increment the reference...
2014-02-23 Sebastian HarlFixed (pedantic) void-pointer to function-pointer cast...
2014-02-23 Sebastian HarlInclude config.h in source files.
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-29 Sebastian Harldbi_test: Mocked required dbi*_copy_idx() functions.
2014-01-02 Sebastian Harldbi_test: Make tests support CK_FORK=no.
2014-01-01 Sebastian Harlutils llist: Added sdb_llist_get().
2014-01-01 Sebastian Harlutils llist: Added sdb_llist_len().
2013-12-20 Sebastian HarlMerged branch 'master' of git://git.tokkee.org/sysdb.
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-07 Sebastian HarlMerged branch 'master' of git://git.tokkee.org/sysdb.
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-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/utils/dbi_test: Added a simple test-case for query...
2013-08-27 Sebastian Harlt/: Added initial version of unit tests for utils/dbi.
2013-08-27 Sebastian Harlt/: Make the test-suite compile with strict compiler...
2013-08-27 Sebastian Harlt/: Fixed header include order.
2013-08-26 Sebastian Harlt/utils/llist_test: Check sdb_llist_create() return...
2013-08-23 Sebastian Harlt/utils/llist_test: Added tests for clone and destroy.
2013-08-23 Sebastian HarlAdded unit testing framework based on ‘check’.