chiark / gitweb /
timedated: use libsystemd-bus instead of libdbus for bus communication
[elogind.git] / src / systemd / sd-event.h
2013-10-16 Lennart Poetteringtimedated: use libsystemd-bus instead of libdbus for...
2013-10-11 Lennart Poetteringevent: add apis to query the timestamp of the event...
2013-10-11 Lennart Poetteringevent: move all library calls over to new assert_return...
2013-10-10 Lennart Poetteringevent: add sd_event_source_get_child_pid() call to...
2013-10-10 Lennart Poetteringevent: rename the "mute" field of event sources to...
2013-10-10 Lennart Poetteringevent: implement quit handlers
2013-10-10 Lennart Poetteringevent: refuse operation if the caller tries to reuse...
2013-10-10 Lennart Poetteringevent: add timer accuracy/coalescing logic
2013-10-10 Lennart Poetteringbus: add minimal event loop API