chiark / gitweb /
Fix service file to match installed elogind binary location
[elogind.git] / src / systemd / sd-event.h
2017-09-25 Sven EdenPrep 229.9: Make all supportable API functions visible.
2017-07-25 Matija Skalacheck for _POSIX_C_SOURCE instead of __USE_POSIX*
2017-07-19 Sven EdenPrep v233.3: Unmask various functions for future covera...
2017-07-03 Sven EdenMerge pull request #19 from elogind/dev_v231
2017-06-19 Sven EdenPrep v231.2: Make elogind musl-libc-compatible again.
2017-06-16 Sven EdenPrep v231: Apply missing fixes from upstream (6/6)...
2017-06-16 Sven EdenPrep v230: Apply missing upstream fixes and updates...
2017-05-23 Sven EdenMerge pull request #15 from elogind/dev_v229
2017-05-17 Sven EdenPrep v229: Add missing fixes from upstream [6/6] src...
2017-05-04 Sven EdenMerge pull request #7 from elogind/dev_v228-r1
2017-04-26 Sven EdenPrep v228: Condense elogind source masks (5/5)
2017-04-26 Sven EdenPrep v228: Substitute declaration masks (4/4)
2017-04-24 Sven EdenMerge pull request #5 from elogind/dev_v227 v227.2
2017-04-09 Sven EdenPrep v227: Clean up some headers in src/systemd
2017-03-21 Sven EdenMerge pull request #3 from elogind/dev_v226-r1
2017-03-14 Sven EdenPrep v221: Update and clean up build system to sync...
2015-03-14 Tom Gundersensd-event: rename PASSIVE/PREPARED to INITIAL/ARMED
2014-11-04 Lennart Poetteringsd-event: rename sd_event_source_set_name() to sd_event...
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