summaryrefslogtreecommitdiff
path: root/src/systemd/sd-event.h
AgeCommit message (Expand)Author
2016-06-30sd-event: expose the event loop iteration counter via sd_event_get_iteration(...Lennart Poettering
2016-03-11headers: remove commas at end of enum listsZbigniew Jędrzejewski-Szmek
2016-03-11headers: do not use siginfo_t if not definedZbigniew Jędrzejewski-Szmek
2016-02-10tree-wide: remove Emacs lines from all filesDaniel Mack
2015-11-27tree-wide: expose "p"-suffix unref calls in public APIs to make gcc cleanup easyLennart Poettering
2015-11-19sd-event: define a new PREPARING stateLennart Poettering
2015-11-18tree-wide: sort includes in *.hThomas Hindoe Paaboel Andersen
2015-03-14sd-event: rename PASSIVE/PREPARED to INITIAL/ARMEDTom Gundersen
2014-11-04sd-event: rename sd_event_source_set_name() to sd_event_source_get_name()Lennart Poettering
2014-08-28sd-event: allow naming event sourcesTom Gundersen
2014-08-25sd-event: split run into prepare/wait/dispatchTom Gundersen
2014-08-20sd-event: add API to access epoll_fdTom Gundersen
2014-05-15sd-event: reorder header slightlyLennart Poettering
2014-05-06man: document sd_event_add_time(3)Lennart Poettering
2014-03-25src/systemd: fix grammar and spelling errors in commentsJason St. John
2014-03-24sd-event: rework API to support CLOCK_REALTIME_ALARM and CLOCK_BOOTTIME_ALARM...Lennart Poettering
2014-02-21event: add new kind of event source called "post"Lennart Poettering
2014-02-20api: in constructor function calls, always put the returned object pointer fi...Lennart Poettering
2014-01-15event: extend priority raneg to 64bitLennart Poettering
2013-12-13event: add ability to change fd of an active event sourceLennart Poettering
2013-12-13event: allow to query userdata and watchdog stateLennart Poettering
2013-12-13event: rework sd-event exit logicLennart Poettering
2013-12-11event: hook up sd-event with the service watchdog logicLennart Poettering
2013-11-22event: rename sd_event_get() to sd_event_source_get_event()Lennart Poettering
2013-11-20core: convert PID 1 to libsystemd-busLennart Poettering
2013-11-12bus: introduce concept of a "default" event loop per-thread and make use of i...Lennart Poettering
2013-11-07api: replace manual C++ guards by macrosLennart Poettering
2013-11-07api: add C++ guardsLennart Poettering
2013-11-05event: add some well-defined priority values of event sourcesLennart Poettering
2013-10-16timedated: use libsystemd-bus instead of libdbus for bus communicationLennart Poettering
2013-10-11event: add apis to query the timestamp of the event currently processedLennart Poettering
2013-10-11event: move all library calls over to new assert_return() macroLennart Poettering
2013-10-11event: add sd_event_source_get_child_pid() call to query the PID of a child e...Lennart Poettering
2013-10-11event: rename the "mute" field of event sources to "enabled"Lennart Poettering
2013-10-11event: implement quit handlersLennart Poettering
2013-10-10event: refuse operation if the caller tries to reuse an event loop after a fo...Lennart Poettering
2013-10-10event: add timer accuracy/coalescing logicLennart Poettering
2013-10-10bus: add minimal event loop APILennart Poettering