summaryrefslogtreecommitdiff
path: root/src/core/dbus-timer.c
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: use ASSERT_PTR moreDavid Tardon2022-09-131-6/+3
* list: declare iterator of LIST_FOREACH() in the loopYu Watanabe2022-03-191-2/+0
* tree-wide: add FORMAT_TIMESPAN()Zbigniew Jędrzejewski-Szmek2021-07-091-2/+1
* tree-wide: sd_bus_error_setf → set_bus_error_setZbigniew Jędrzejewski-Szmek2021-04-071-1/+1
* core: do not initialize variable which is unconditionally set belowZbigniew Jędrzejewski-Szmek2021-02-101-1/+1
* Merge pull request #17497 from anitazha/randomizeonceLennart Poettering2020-11-101-0/+4
|\
| * timer: add new feature FixedRandomDelay=Kristijan Gjoshev2020-11-051-0/+4
* | license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
|/
* shared: split out property get helpersLennart Poettering2020-06-301-1/+1
* core: TAKE_PTR in timer_add_one_calendar_specAnita Zhang2019-08-221-1/+1
* pid1: split out another helper func for two similar code pathsZbigniew Jędrzejewski-Szmek2019-07-161-42/+41
* pid1: split out helper func for two similar code pathsZbigniew Jędrzejewski-Szmek2019-07-161-46/+40
* core: optionally, trigger .timer units on timezone and clock changesLennart Poettering2019-04-021-0/+8
* core: use more structured initializationLennart Poettering2019-04-021-12/+20
* tree-wide: remove Lennart's copyright linesLennart Poettering2018-06-141-3/+0
* tree-wide: drop 'This file is part of systemd' blurbLennart Poettering2018-06-141-2/+0
* core: merge duplicated functionsYu Watanabe2018-05-111-21/+1
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* tree-wide: use TAKE_PTR() and TAKE_FD() macrosYu Watanabe2018-04-051-4/+2
* core: double free in bus_timer_set_transient_propertyZbigniew Jędrzejewski-Szmek2018-01-041-3/+1
* dbus-timer: add TimersMonotonic= and TimersCalendar= to set timer in transien...Yu Watanabe2018-01-021-58/+138
* core/dbus-timer: improve error messagesYu Watanabe2017-12-151-1/+3
* core,run: add timer related options to Bus-APIYu Watanabe2017-12-111-15/+7
* core: add proper escaping to writing of drop-ins/transient unit filesLennart Poettering2017-11-291-20/+18
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* timer: convert property_get_next_elapse_monotonic() to use usec_shift_clock()Lennart Poettering2017-06-221-17/+3
* tree-wide: remove newlines from unit_write_drop_inZbigniew Jędrzejewski-Szmek2016-05-281-6/+6
* tree-wide: fall back to now(CLOCK_MONOTONIC) if CLOCK_BOOTTIME unsupported (#...Lubomir Rintel2016-04-171-1/+1
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* core: when saving timer unit time values, store them in raw µsLennart Poettering2016-02-011-6/+2
* core: fix handling of AccuracyUSec and RandomDelayUSec bus propertiesLennart Poettering2016-02-011-2/+4
* core: rename Random* to RandomizedDelay*Zbigniew Jędrzejewski-Szmek2015-11-261-3/+3
* core: add new RandomSec= setting for time unitsLennart Poettering2015-11-181-0/+17
* core: add RemainAfterElapse= setting to timer unitsLennart Poettering2015-11-171-2/+15
* util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering2015-10-271-3/+4
* Bug #944: Deletion of unnecessary checks before a few calls of systemd functionsMarkus Elfring2015-08-171-2/+1
* remove unused includesThomas Hindoe Paaboel Andersen2015-02-231-2/+0
* timer: timer can be a transient unitWaLyong Cho2014-12-081-0/+143
* timer: support timers that can resume the system from suspendLennart Poettering2014-03-241-3/+37
* systemctl: show last trigger time in "systemctl list-timers"Lennart Poettering2014-03-241-0/+2
* timer: add timer persistance (aka anacron-like behaviour)Lennart Poettering2014-03-211-0/+1
* dbus-timer: fix bus_timer_vtable to have the correct timesDjalal Harouni2014-02-231-2/+2
* core: no need to list properties for PropertiesChanged messages anymoreLennart Poettering2013-12-221-7/+0
* bus: decorate the various object vtables with SD_BUS_VTABLE_PROPERTY_CONST wh...Lennart Poettering2013-12-221-4/+4
* timer: make timer accuracy configurableLennart Poettering2013-11-211-0/+1
* bus: rework message handlers to always take an error argumentLennart Poettering2013-11-211-6/+6
* core: convert PID 1 to libsystemd-busLennart Poettering2013-11-201-130/+93
* bus: remove static introspection file exportKay Sievers2013-10-211-1/+1
* unit: rework trigger dependency logicLennart Poettering2013-04-231-3/+3
* dbus: properly serialize calendar timer dataLennart Poettering2013-01-101-24/+68