Code

plugin: Make sdb_plugin_info_t public.
[sysdb.git] / src / utils / channel.c
2014-02-23 Sebastian HarlInclude config.h in source files.
2013-12-01 Sebastian HarlMerged branch 'master' of git://git.tokkee.org/sysdb.
2013-11-07 Sebastian HarlMerged branch 'master' of git://git.tokkee.org/sysdb.
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.