summaryrefslogtreecommitdiff
path: root/src/core/timer.c
Commit message (Expand)AuthorAgeFilesLines
* util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering2015-10-241-5/+6
* Move all unit states to basic/ and extend systemctl --state=helpZbigniew Jędrzejewski-Szmek2015-09-281-10/+0
* core: add unit_dbus_interface_from_type() to unit-name.hLennart Poettering2015-08-281-1/+0
* Revert "sd-bus: do not connect to dbus-1 socket when kdbus is available"David Herrmann2015-08-271-0/+1
* Bug #944: Deletion of unnecessary checks before a few calls of systemd functionsMarkus Elfring2015-08-171-4/+1
* sd-bus: do not connect to dbus-1 socket when kdbus is availableKay Sievers2015-08-111-1/+0
* core: only set event source name when we create an event sourceLennart Poettering2015-05-131-8/+15
* core: rename SystemdRunningAs to ManagerRunningAsLennart Poettering2015-05-111-2/+2
* core,network: major per-object logging reworkLennart Poettering2015-05-111-23/+16
* core: annotate event sourcesTom Gundersen2015-04-291-0/+4
* Revert "core: do not spawn jobs or touch other units during coldplugging"Lennart Poettering2015-04-241-10/+4
* core: do not spawn jobs or touch other units during coldpluggingIvan Shapovalov2015-03-071-4/+10
* remove unused includesThomas Hindoe Paaboel Andersen2015-02-231-1/+0
* core: output unit status output strings to console, only if we actually are c...Lennart Poettering2015-01-281-2/+2
* timer: timer can be a transient unitWaLyong Cho2014-12-081-0/+4
* treewide: convert some left-over (usec_t) -1 to USEC_INFINITYLennart Poettering2014-11-281-1/+1
* treewide: introduce UID_INVALID (and friends) as macro for (uid_t) -1Lennart Poettering2014-11-281-2/+2
* treewide: more log_*_errno + return simplificationsMichal Schmidt2014-11-281-4/+2
* core: convert log_unit_*() to log_unit_*_errno()Michal Schmidt2014-11-281-1/+1
* treewide: no need to negate errno for log_*_errno()Michal Schmidt2014-11-281-1/+1
* treewide: auto-convert the simple cases to log_*_errno()Michal Schmidt2014-11-281-1/+1
* log: rearrange log function namingLennart Poettering2014-11-271-15/+15
* timer: reenable TIMER_ACTIVE timers when restartedMichael Chapman2014-11-071-0/+6
* Do not format USEC_INFINITY as NULLZbigniew Jędrzejewski-Szmek2014-09-291-1/+1
* timer: order OnCalendar units after timer-sync.target if DefaultDependencies=noTobias Geerinckx-Rice2014-08-141-0/+10
* time-util: add and use USEC/NSEC_INFINIYKay Sievers2014-07-291-2/+2
* timer: name the stamp file consistentlyMichał Bartoszkiewicz2014-06-261-1/+1
* core: timer - switch to touch_file()Kay Sievers2014-05-241-19/+2
* core: Make sure a stamp file exists for all Persistent=true timersThomas Bächler2014-04-121-16/+24
* core: add a setting to globally control the default for timer unit accuracyLennart Poettering2014-03-241-1/+1
* timer: support timers that can resume the system from suspendLennart Poettering2014-03-241-16/+45
* sd-event: rework API to support CLOCK_REALTIME_ALARM and CLOCK_BOOTTIME_ALARM...Lennart Poettering2014-03-241-2/+12
* timer: add timer persistance (aka anacron-like behaviour)Lennart Poettering2014-03-211-31/+114
* api: in constructor function calls, always put the returned object pointer fi...Lennart Poettering2014-02-201-2/+2
* core: no need to list properties for PropertiesChanged messages anymoreLennart Poettering2013-12-221-1/+0
* timer: make timer accuracy configurableLennart Poettering2013-11-211-4/+8
* core: convert PID 1 to libsystemd-busLennart Poettering2013-11-201-27/+51
* list: make our list macros a bit easier to use by not requring type spec on e...Lennart Poettering2013-10-141-1/+1
* Add __attribute__((const, pure, format)) in various placesZbigniew Jędrzejewski-Szmek2013-05-021-2/+2
* unit: rework stop pending logicLennart Poettering2013-04-251-1/+1
* timer: make sure we restart timers even if units are still running or if one ...Lennart Poettering2013-04-231-12/+18
* unit: rework trigger dependency logicLennart Poettering2013-04-231-56/+49
* Move bus_error to dbus-common and remove bus_error_message_or_strerrorSimon Peeters2013-04-181-1/+1
* util: make time formatting a bit smarterLennart Poettering2013-04-041-2/+2
* units: introduce new timers.target and paths.target to hook timer/path units ...Lennart Poettering2013-03-251-4/+4
* timer: downgrade time change message to debugMichal Schmidt2013-03-251-2/+2
* timer: fix grammar in messageZbigniew Jędrzejewski-Szmek2013-03-151-2/+2
* units: for all unit settings that take lists, allow the empty string for rese...Lennart Poettering2013-01-171-2/+9
* dbus: properly serialize calendar timer dataLennart Poettering2013-01-101-1/+1
* systemd: use unit logging macrosZbigniew Jędrzejewski-Szmek2013-01-061-16/+30