index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
core
/
timer.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
tree-wide: drop 'This file is part of systemd' blurb
Lennart Poettering
2018-06-14
1
-2
/
+0
*
core: add a couple of more error cases that should result in "bad-setting"
Lennart Poettering
2018-06-11
1
-1
/
+1
*
core: subscribe to /etc/localtime timezone changes and update timer elapsatio...
Lennart Poettering
2018-06-06
1
-0
/
+13
*
core: don't trigger OnFailure= deps when a unit is going to restart
Lennart Poettering
2018-06-01
1
-1
/
+1
*
tree-wide: drop license boilerplate
Zbigniew Jędrzejewski-Szmek
2018-04-06
1
-13
/
+0
*
core: don't freeze OnCalendar= timer units when the clock goes back a lot
Alan Jenkins
2018-02-28
1
-0
/
+9
*
core: let OnCalendar= timer units expire during suspend (#8231)
Alan Jenkins
2018-02-28
1
-3
/
+10
*
core: timer_enter_waiting(): refactor `base` local variable
Alan Jenkins
2018-02-28
1
-3
/
+2
*
core/timer: Prevent timer looping when unit cannot start
Michal Koutný
2018-01-22
1
-0
/
+2
*
Merge pull request #7406 from poettering/timestamp-rework
Zbigniew Jędrzejewski-Szmek
2017-11-22
1
-1
/
+1
|
\
|
*
manager: rework the timestamps logic, so that they are an enum-index array
Lennart Poettering
2017-11-21
1
-1
/
+1
*
|
tree-wide: adjust fall through comments so that gcc is happy
Shawn Landden
2017-11-20
1
-1
/
+1
|
/
*
Add SPDX license identifiers to source files under the LGPL
Zbigniew Jędrzejewski-Szmek
2017-11-19
1
-0
/
+1
*
core: track why unit dependencies came to be
Lennart Poettering
2017-11-10
1
-16
/
+24
*
tree-wide: use IN_SET where possible
Andreas Rammhold
2017-10-02
1
-4
/
+3
*
core: log unit failure with type-specific result code
Lennart Poettering
2017-09-27
1
-0
/
+3
*
timer: don't use persietent file timestamps from the future (#6823)
Lennart Poettering
2017-09-14
1
-3
/
+17
*
timer: make sure we use the right monotonic timestamp
Lennart Poettering
2017-06-22
1
-30
/
+11
*
core/timer: downgrade message about random time addition (#5229)
Zbigniew Jędrzejewski-Szmek
2017-02-05
1
-1
/
+1
*
Merge pull request #5191 from keszybz/tweaks
Zbigniew Jędrzejewski-Szmek
2017-02-01
1
-1
/
+1
|
\
|
*
core/timer: use (void)
Zbigniew Jędrzejewski-Szmek
2017-01-31
1
-1
/
+1
*
|
Revert "Trivial typo fixes and code refactorings (#5191)"
Zbigniew Jędrzejewski-Szmek
2017-02-01
1
-1
/
+1
*
|
Trivial typo fixes and code refactorings (#5191)
Zbigniew Jędrzejewski-Szmek
2017-02-01
1
-1
/
+1
*
|
tree-wide: adjust fall through comments so that gcc is happy
Zbigniew Jędrzejewski-Szmek
2017-01-31
1
-1
/
+2
|
/
*
tree-wide: drop NULL sentinel from strjoin
Zbigniew Jędrzejewski-Szmek
2016-10-23
1
-2
/
+2
*
core/timer: reset next_elapse_*time when timer is not waiting
Zbigniew Jędrzejewski-Szmek
2016-10-17
1
-0
/
+2
*
core: add "invocation ID" concept to service manager
Lennart Poettering
2016-10-07
1
-1
/
+5
*
core: remember first unit failure, not last unit failure
Lennart Poettering
2016-08-04
1
-1
/
+1
*
core: move enforcement of the start limit into per-unit-type code again
Lennart Poettering
2016-05-02
1
-1
/
+9
*
tree-wide: don't assume CLOCK_BOOTIME is generally available
Lennart Poettering
2016-04-22
1
-1
/
+1
*
tree-wide: fall back to now(CLOCK_MONOTONIC) if CLOCK_BOOTTIME unsupported (#...
Lubomir Rintel
2016-04-18
1
-1
/
+1
*
core: remove ManagerRunningAs enum
Lennart Poettering
2016-04-12
1
-2
/
+2
*
core: fix assertion check
Lennart Poettering
2016-02-16
1
-1
/
+1
*
core: don't choke if a unit another unit triggers vanishes during reload
Lennart Poettering
2016-02-11
1
-4
/
+26
*
tree-wide: remove Emacs lines from all files
Daniel Mack
2016-02-10
1
-2
/
+0
*
tree-wide: expose "p"-suffix unref calls in public APIs to make gcc cleanup easy
Lennart Poettering
2015-11-27
1
-1
/
+1
*
core: add new RandomSec= setting for time units
Lennart Poettering
2015-11-18
1
-0
/
+28
*
core: add RemainAfterElapse= setting to timer units
Lennart Poettering
2015-11-17
1
-12
/
+35
*
core: drop "override" flag when building transactions
Lennart Poettering
2015-11-12
1
-2
/
+1
*
util-lib: use MODE_INVALID as invalid value for mode_t everywhere
Lennart Poettering
2015-11-11
1
-2
/
+2
*
core: simplify things a bit by checking default_dependencies boolean in calle...
Lennart Poettering
2015-11-11
1
-5
/
+6
*
core/timer: in containers OnBootSec should count from container startup
Michal Schmidt
2015-11-07
1
-4
/
+9
*
util-lib: split out allocation calls into alloc-util.[ch]
Lennart Poettering
2015-10-27
1
-0
/
+1
*
util-lib: move string table stuff into its own string-table.[ch]
Lennart Poettering
2015-10-27
1
-0
/
+1
*
util-lib: move a number of fs operations into fs-util.[ch]
Lennart Poettering
2015-10-27
1
-0
/
+1
*
util-lib: split string parsing related calls from util.[ch] into parse-util.[ch]
Lennart Poettering
2015-10-27
1
-0
/
+1
*
util-lib: split out user/group/uid/gid calls into user-util.[ch]
Lennart Poettering
2015-10-26
1
-1
/
+2
*
util-lib: split our string related calls from util.[ch] into its own file str...
Lennart Poettering
2015-10-24
1
-5
/
+6
*
Move all unit states to basic/ and extend systemctl --state=help
Zbigniew Jędrzejewski-Szmek
2015-09-28
1
-10
/
+0
*
core: add unit_dbus_interface_from_type() to unit-name.h
Lennart Poettering
2015-08-28
1
-1
/
+0
[next]