Code

FETCH: Add parameter for fetching the main object without children.
[sysdb.git] / t / unit / utils /
2015-05-19 Sebastian Harlutils/proto: Support boolean values.
2015-05-19 Sebastian Harldata: Add basic support for a boolean type.
2015-03-07 Sebastian Harldata: Return the number of bytes that would have been...
2015-03-05 Sebastian Harlavltree: Add sdb_avltree_iter_peek_next().
2015-02-28 Sebastian Harlt/unit/: Create one test binary for each *_test.c file.
2015-01-02 Sebastian Harlproto: Added support for unmarshaling hosts/services...
2015-01-02 Sebastian Harlproto: Added sdb_proto_unmarshal_data().
2014-12-25 Sebastian Harlproto: Added support for marshaling attribute objects.
2014-12-24 Sebastian Harlproto: Define a wire format for host/service/metric...
2014-12-24 Sebastian Harlproto: Don't include a string's length in the wire...
2014-12-23 Sebastian Harlproto: Add support for marshaling all data types.
2014-12-23 Sebastian Harlproto: Add support for marshaling regex types.
2014-12-23 Sebastian Harlproto: Added support for marshaling double-precision...
2014-12-22 Sebastian Harlproto: Added sdb_proto_marshal_data.
2014-12-12 Sebastian HarlMerged branch 'master' of git://git.tokkee.org/sysdb.
2014-12-09 Sebastian Harlfrontend: Get the username of the remote peer from...
2014-09-17 Sebastian Harlutils strbuf: Added 'min_size' to be considered when...
2014-08-22 Sebastian HarlAdded __attribute__((format(printf, ...))) where approp...
2014-07-30 Sebastian Harltime: Renamed PRIscTIME to PRIsdbTIME.
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 Harlavltree_test: Test duplicate detection and clear()...
2014-07-08 Sebastian Harlutils avltree: Started implementation of an AVL tree.
2014-06-30 Sebastian Harlos_test: Added tests for os_mkdir_all() and os_remove_a...
2014-06-11 Sebastian HarlRenamed DBI_TYPE_TO_SC to DBI_TYPE_TO_SDB.
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 Harldbi_test: Don't allocate any memory in dbi_driver_open_r().
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.