]> git.ipfire.org Git - thirdparty/systemd.git/history - src/libsystemd-bus/sd-event.c
bus: add API calls to escape string components of objects paths
[thirdparty/systemd.git] / src / libsystemd-bus / sd-event.c
2013-11-20  Lennart Poetteringsd-event: try to move timer wakeups to the same spot...
2013-11-20  Lennart Poetteringevent: make sure to possibly disarm the timerfds before...
2013-11-20  Lennart Poetteringevent: don't disarm invalid timerfd
2013-11-20  Lennart Poetteringevent: whenever a time source changes pending state...
2013-11-20  Lennart Poetteringevent: when we change the io events to watch we need...
2013-11-20  Lennart Poetteringsd-event: fix comparison functions
2013-11-20  Lennart Poetteringcore: convert PID 1 to libsystemd-bus
2013-11-20  David Herrmannevent: clear pending-state when re-arming timers
2013-11-11  Lennart Poetteringbus: introduce concept of a default bus for each thread...
2013-11-11  Lennart Poetteringbus: introduce concept of a "default" event loop per...
2013-11-06  Lennart Poetteringevent: make sure we keep a reference to all events...
2013-11-06  Zbigniew Jędrzejew... bus: add public libsystemd-event
2013-10-22  David Strausssd-event: EPOLLONESHOT only disables event reporting...
2013-10-17  Dave Reisnersd-event: initialize return value
2013-10-16  Lennart Poetteringevent: handle arbitrary signals received during epoll...
2013-10-16  Lennart Poetteringevent: properly disarm timers when we don't need them...
2013-10-16  Lennart Poetteringevent: fix sd_event_source_set_io_events()
2013-10-13  Zbigniew Jędrzejew... event: avoid derefencing null pointer
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  Tero Roponenbus: fix duplicate comparisons
2013-10-10  Lennart Poetteringbus: add minimal event loop API