summaryrefslogtreecommitdiff
path: root/src/systemd/sd-event.h
Commit message (Expand)AuthorAge
* sd-event: add destroy callback logic to sd-event tooLennart Poettering2018-08-24
* sd-event: add new API for subscribing to inotify eventsLennart Poettering2018-08-24
* Fix include mask in API header sd-event.h to be C90 conformant. (Closes #69)Sven Eden2018-06-29
* Add fd close support to sd_event_sourceNathaniel McCallum2018-05-30
* Include time.h in sd-event.hNathaniel McCallum2018-05-30
* Add support for SD_EVENT_DEFAULTNathaniel McCallum2018-05-30
* Prep v236 : Add missing SPDX-License-Identifier (7/9) src/systemdSven Eden2018-03-26
* Some minor cleanupsSven Eden2018-03-07
* Prep 229.9: Make all supportable API functions visible.Sven Eden2017-12-12
* check for _POSIX_C_SOURCE instead of __USE_POSIX*Matija Skala2017-07-25
* Prep v233.3: Unmask various functions for future coverage tests.Sven Eden2017-07-19
* Prep v231.2: Make elogind musl-libc-compatible again.Sven Eden2017-06-19
* Prep v231: Apply missing fixes from upstream (6/6) src/systemdSven Eden2017-06-16
* Prep v230: Apply missing upstream fixes and updates (8/8) src/systemd.Sven Eden2017-06-16
* Prep v229: Add missing fixes from upstream [6/6] src/systemdSven Eden2017-05-17
* Prep v228: Condense elogind source masks (5/5)Sven Eden2017-04-26
* Prep v228: Substitute declaration masks (4/4)Sven Eden2017-04-26
* Prep v227: Clean up some headers in src/systemdSven Eden2017-04-09
* Prep v221: Update and clean up build system to sync with upstreamSven Eden2017-03-14
* sd-event: rename PASSIVE/PREPARED to INITIAL/ARMEDTom Gundersen2015-03-14
* sd-event: rename sd_event_source_set_name() to sd_event_source_get_name()Lennart Poettering2014-11-04
* sd-event: allow naming event sourcesTom Gundersen2014-08-28
* sd-event: split run into prepare/wait/dispatchTom Gundersen2014-08-25
* sd-event: add API to access epoll_fdTom Gundersen2014-08-20
* sd-event: reorder header slightlyLennart Poettering2014-05-15
* man: document sd_event_add_time(3)Lennart Poettering2014-05-06
* src/systemd: fix grammar and spelling errors in commentsJason St. John2014-03-25
* sd-event: rework API to support CLOCK_REALTIME_ALARM and CLOCK_BOOTTIME_ALARM...Lennart Poettering2014-03-24
* event: add new kind of event source called "post"Lennart Poettering2014-02-21
* api: in constructor function calls, always put the returned object pointer fi...Lennart Poettering2014-02-20
* event: extend priority raneg to 64bitLennart Poettering2014-01-15
* event: add ability to change fd of an active event sourceLennart Poettering2013-12-13
* event: allow to query userdata and watchdog stateLennart Poettering2013-12-13
* event: rework sd-event exit logicLennart Poettering2013-12-13
* event: hook up sd-event with the service watchdog logicLennart Poettering2013-12-11
* event: rename sd_event_get() to sd_event_source_get_event()Lennart Poettering2013-11-22
* core: convert PID 1 to libsystemd-busLennart Poettering2013-11-20
* bus: introduce concept of a "default" event loop per-thread and make use of i...Lennart Poettering2013-11-12
* api: replace manual C++ guards by macrosLennart Poettering2013-11-07
* api: add C++ guardsLennart Poettering2013-11-07
* event: add some well-defined priority values of event sourcesLennart Poettering2013-11-05
* timedated: use libsystemd-bus instead of libdbus for bus communicationLennart Poettering2013-10-16
* event: add apis to query the timestamp of the event currently processedLennart Poettering2013-10-11
* event: move all library calls over to new assert_return() macroLennart Poettering2013-10-11
* event: add sd_event_source_get_child_pid() call to query the PID of a child e...Lennart Poettering2013-10-11
* event: rename the "mute" field of event sources to "enabled"Lennart Poettering2013-10-11
* event: implement quit handlersLennart Poettering2013-10-11
* event: refuse operation if the caller tries to reuse an event loop after a fo...Lennart Poettering2013-10-10
* event: add timer accuracy/coalescing logicLennart Poettering2013-10-10
* bus: add minimal event loop APILennart Poettering2013-10-10