Code

store, plugin: Let the plugin module determine an objects backends.
[sysdb.git] / src / utils /
2013-10-29 Sebastian Harlutils strbuf: Added sdb_strbuf_read().
2013-10-29 Sebastian Harlutils strbuf: Added memcpy and memappend functions.
2013-10-25 Sebastian Harlutils llist: Added sdb_llist_iter_remove_current().
2013-10-21 Sebastian Harlutils channel: Added sdb_channel_shutdown().
2013-10-21 Sebastian Harlutils channel: Normalize time before passing it to...
2013-10-20 Sebastian Harlutils channel: Unlock mutex before returning on error.
2013-10-20 Sebastian Harlutils channel: Update timeout in channel_select when...
2013-10-20 Sebastian Harlutils channel: Let channel_select() set errno.
2013-10-20 Sebastian Harlutils channel: Changed abstime argument to a timeout.
2013-10-20 Sebastian Harlutils channel: Added sdb_channel_select().
2013-10-19 Sebastian Harlutils/channel: Use a mutex instead of a rwlock.
2013-10-19 Sebastian Harlutils/channel: Added an asynchronous I/O multiplexer.
2013-10-02 Sebastian Harlutils llist: Fixed a segfault in functions doing lookups.
2013-10-02 Sebastian Harlutils llist: Made lookup's user-data a constant pointer.
2013-09-30 Sebastian Harlutils llist: Added sdb_llist_remove().
2013-09-30 Sebastian Harlutils llist: Added lookup callback type to be used...
2013-09-25 Sebastian Harlutils llist: Added sdb_llist_cmp_cb type.
2013-09-16 Sebastian Harlutils unixsock: Explicitely enable line-buffering.
2013-09-05 Sebastian Harlutils strbuf: Fixed a wrong assertion.
2013-09-04 Sebastian Harlutils strbuf: Allow the initial size to be zero.
2013-07-18 Sebastian HarlLet objects be named.
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 Harlutils error, strbuf: Added sdb_error_chomp(), sdb_strbu...
2013-03-20 Sebastian HarlRemoved newline at the end of sdb_log()'ed strings.
2013-03-20 Sebastian Harlutils strbuf: Copy va_lists rather than using them...
2013-03-20 Sebastian Harlutils error: Use string buffers rather than static...
2013-03-20 Sebastian Harlutils strbuf: Added an automatically growing string...
2013-03-10 Sebastian HarlMoved sdb_strerror() from utils/string.h to utils/error.h.
2013-03-10 Sebastian HarlRenamed error recording / logging functions.
2013-03-10 Sebastian HarlUse the sdb_error* function throughout the project.
2013-03-10 Sebastian Harlutils error: Make sure to destroy memory allocated...
2013-03-10 Sebastian Harlutils error: Added module for error reporting.
2013-03-05 Sebastian HarlMerged branch 'master' of git://git.tokkee.org/sysdb...
2013-03-04 Sebastian Harlstore, llist: Don't shadow the global symbol 'clone'.
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 unixsock: Added sc_unixsock_client_process_lines().
2012-12-11 Sebastian Harlutils data: Added module providing a data-type to store...
2012-12-11 Sebastian Harlutils unixsock: Added wrappers for clearerr(), feof...
2012-12-11 Sebastian Harlutils unixsock: Added sc_unixsock_client_shutdown().
2012-12-11 Sebastian Harlutils unixsock: Fixed EOF handling in recv().
2012-12-10 Sebastian Harlutils dbi: Added initial version.
2012-12-05 Sebastian HarlInitial commit. sysdb-0.0.0