]> git.ipfire.org Git - thirdparty/systemd.git/history - src/systemd/sd-event.h
sd-event: allow naming event sources
[thirdparty/systemd.git] / src / systemd / sd-event.h
2014-08-28  Tom Gundersensd-event: allow naming event sources
2014-08-25  Tom Gundersensd-event: split run into prepare/wait/dispatch
2014-08-20  Tom Gundersensd-event: add API to access epoll_fd
2014-05-14  Lennart Poetteringsd-event: reorder header slightly
2014-05-06  Lennart Poetteringman: document sd_event_add_time(3)
2014-03-25  Jason St. Johnsrc/systemd: fix grammar and spelling errors in comments
2014-03-24  Lennart Poetteringsd-event: rework API to support CLOCK_REALTIME_ALARM...
2014-02-21  Lennart Poetteringevent: add new kind of event source called "post"
2014-02-19  Lennart Poetteringapi: in constructor function calls, always put the...
2014-01-15  Lennart Poetteringevent: extend priority raneg to 64bit
2013-12-13  Lennart Poetteringevent: add ability to change fd of an active event...
2013-12-13  Lennart Poetteringevent: allow to query userdata and watchdog state
2013-12-13  Lennart Poetteringevent: rework sd-event exit logic
2013-12-11  Lennart Poetteringevent: hook up sd-event with the service watchdog logic
2013-11-22  Lennart Poetteringevent: rename sd_event_get() to sd_event_source_get_event()
2013-11-20  Lennart Poetteringcore: convert PID 1 to libsystemd-bus
2013-11-11  Lennart Poetteringbus: introduce concept of a "default" event loop per...
2013-11-07  Lennart Poetteringapi: replace manual C++ guards by macros
2013-11-07  Lennart Poetteringapi: add C++ guards
2013-11-05  Lennart Poetteringevent: add some well-defined priority values of event...
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