Code

Moved core/error to utils/error.
[sysdb.git] / src / utils / dbi.c
2013-12-10 Sebastian HarlMoved core/error to utils/error.
2013-04-01 Sebastian HarlMerged branch 'master' of git://git.tokkee.org/sysdb...
2013-04-01 Sebastian HarlMoved error / time from utils to core.
2013-03-20 Sebastian HarlUse sdb_error_chomp() to remove newlines from multi...
2013-03-20 Sebastian HarlRemoved newline at the end of sdb_log()'ed strings.
2013-03-10 Sebastian HarlRenamed error recording / logging functions.
2013-03-10 Sebastian HarlUse the sdb_error* function throughout the project.
2013-03-05 Sebastian HarlMerged branch 'master' of git://git.tokkee.org/sysdb...
2013-02-20 Sebastian Harlutils dbi: Added sdb_dbi_client_check_conn().
2013-02-19 Sebastian Harlutils dbi: Avoid segfault when executing queries when...
2013-01-02 Sebastian HarlRenamed the project to SysDB (System DataBase).
2012-12-12 Sebastian Harlutils dbi + unixsock: Pass user-data object to data...
2012-12-11 Sebastian Harlutils data: Added module providing a data-type to store...
2012-12-10 Sebastian Harlutils dbi: Added initial version.