summaryrefslogtreecommitdiff
path: root/src/core/timer.c
Commit message (Expand)AuthorAge
* core: do not spawn jobs or touch other units during coldpluggingIvan Shapovalov2015-03-07
* remove unused includesThomas Hindoe Paaboel Andersen2015-02-23
* core: output unit status output strings to console, only if we actually are c...Lennart Poettering2015-01-28
* timer: timer can be a transient unitWaLyong Cho2014-12-08
* treewide: convert some left-over (usec_t) -1 to USEC_INFINITYLennart Poettering2014-11-28
* treewide: introduce UID_INVALID (and friends) as macro for (uid_t) -1Lennart Poettering2014-11-28
* treewide: more log_*_errno + return simplificationsMichal Schmidt2014-11-28
* core: convert log_unit_*() to log_unit_*_errno()Michal Schmidt2014-11-28
* treewide: no need to negate errno for log_*_errno()Michal Schmidt2014-11-28
* treewide: auto-convert the simple cases to log_*_errno()Michal Schmidt2014-11-28
* log: rearrange log function namingLennart Poettering2014-11-27
* timer: reenable TIMER_ACTIVE timers when restartedMichael Chapman2014-11-07
* Do not format USEC_INFINITY as NULLZbigniew Jędrzejewski-Szmek2014-09-29
* timer: order OnCalendar units after timer-sync.target if DefaultDependencies=noTobias Geerinckx-Rice2014-08-14
* time-util: add and use USEC/NSEC_INFINIYKay Sievers2014-07-29
* timer: name the stamp file consistentlyMichał Bartoszkiewicz2014-06-26
* core: timer - switch to touch_file()Kay Sievers2014-05-24
* core: Make sure a stamp file exists for all Persistent=true timersThomas Bächler2014-04-12
* core: add a setting to globally control the default for timer unit accuracyLennart Poettering2014-03-24
* timer: support timers that can resume the system from suspendLennart Poettering2014-03-24
* sd-event: rework API to support CLOCK_REALTIME_ALARM and CLOCK_BOOTTIME_ALARM...Lennart Poettering2014-03-24
* timer: add timer persistance (aka anacron-like behaviour)Lennart Poettering2014-03-21
* api: in constructor function calls, always put the returned object pointer fi...Lennart Poettering2014-02-20
* core: no need to list properties for PropertiesChanged messages anymoreLennart Poettering2013-12-22
* timer: make timer accuracy configurableLennart Poettering2013-11-21
* core: convert PID 1 to libsystemd-busLennart Poettering2013-11-20
* list: make our list macros a bit easier to use by not requring type spec on e...Lennart Poettering2013-10-14
* Add __attribute__((const, pure, format)) in various placesZbigniew Jędrzejewski-Szmek2013-05-02
* unit: rework stop pending logicLennart Poettering2013-04-25
* timer: make sure we restart timers even if units are still running or if one ...Lennart Poettering2013-04-23
* unit: rework trigger dependency logicLennart Poettering2013-04-23
* Move bus_error to dbus-common and remove bus_error_message_or_strerrorSimon Peeters2013-04-18
* util: make time formatting a bit smarterLennart Poettering2013-04-04
* units: introduce new timers.target and paths.target to hook timer/path units ...Lennart Poettering2013-03-25
* timer: downgrade time change message to debugMichal Schmidt2013-03-25
* timer: fix grammar in messageZbigniew Jędrzejewski-Szmek2013-03-15
* units: for all unit settings that take lists, allow the empty string for rese...Lennart Poettering2013-01-17
* dbus: properly serialize calendar timer dataLennart Poettering2013-01-10
* systemd: use unit logging macrosZbigniew Jędrzejewski-Szmek2013-01-06
* timer: recalculate next elapse for calendar timer units when the system clock...Lennart Poettering2012-11-25
* timer: implement calendar time eventsLennart Poettering2012-11-23
* core: move ManagerRunningAs to sharedZbigniew Jędrzejewski-Szmek2012-09-18
* manager: extend performance measurement interface to include firmware/loader ...Lennart Poettering2012-09-13
* unit: get rid of UnitVTable.suffix, which is now unusedLennart Poettering2012-07-10
* relicense to LGPLv2.1 (with exceptions)Lennart Poettering2012-04-12
* move libsystemd_core.la sources into core/Kay Sievers2012-04-11