index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
timedate
/
timedated.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
shared: split out polkit stuff from bus-util.c → bus-polkit.c
Lennart Poettering
2020-01-22
1
-1
/
+1
*
timedated: it might be that tzinfo files are just not installed
Lennart Poettering
2019-11-13
1
-1
/
+1
*
timedated: handle UTC specially, when generating /etc/localtime
Lennart Poettering
2019-11-13
1
-9
/
+24
*
tree-wide: drop string.h when string-util.h or friends are included
Yu Watanabe
2019-11-03
1
-1
/
+0
*
timedated: always enable&start the service with highest priority
Zbigniew Jędrzejewski-Szmek
2019-08-06
1
-39
/
+20
*
timedated: log about unit enablement actions and enhance logs in general
Zbigniew Jędrzejewski-Szmek
2019-08-05
1
-12
/
+52
*
timedated: minor code simplifications
Zbigniew Jędrzejewski-Szmek
2019-08-04
1
-18
/
+9
*
timedated: add back support for ntp-units.d/
Zbigniew Jędrzejewski-Szmek
2019-07-22
1
-8
/
+64
*
tree-wide: get rid of strappend()
Lennart Poettering
2019-07-12
1
-1
/
+1
*
headers: remove unneeded includes from util.h
Zbigniew Jędrzejewski-Szmek
2019-03-27
1
-0
/
+2
*
util: split out memcmp()/memset() related calls into memory-util.[ch]
Lennart Poettering
2019-03-13
1
-1
/
+1
*
timedate: fix emitted value when ntp client is enabled/disabled (#11951)
Yu Watanabe
2019-03-10
1
-2
/
+2
*
timedate: refuse to set time when previous request is not finished
Yu Watanabe
2019-01-15
1
-0
/
+11
*
timedate: treat 'activating' or 'inactivating' NTP client status as 'active'
Yu Watanabe
2019-01-15
1
-2
/
+2
*
timedated: Add dbus method to retrieve list of time zones (#11114)
tibbling
2018-12-12
1
-0
/
+23
*
util: drop missing.h from util.h
Yu Watanabe
2018-12-04
1
-0
/
+1
*
util-lib: split out all temporary file related calls into tmpfiles-util.c
Lennart Poettering
2018-12-02
1
-0
/
+1
*
timedate: define main through macro
Yu Watanabe
2018-11-22
1
-34
/
+21
*
log: introduce new helper call log_setup_service()
Lennart Poettering
2018-11-20
1
-3
/
+1
*
hostnamed,localed,timedate: properly propagate errors from sd_event_add_signal()
Lennart Poettering
2018-11-12
1
-4
/
+8
*
timedate: emit property changed signal after all jobs are completed
Yu Watanabe
2018-08-08
1
-30
/
+40
*
timedate: defer the property changed signal until job of starting/stopping NT...
Yu Watanabe
2018-07-26
1
-13
/
+65
*
timedate: increment reference count of sd_bus_message
Yu Watanabe
2018-07-26
1
-5
/
+9
*
timedate: set sd_event_add_signal()
Yu Watanabe
2018-07-20
1
-1
/
+12
*
tree-wide: use localtime_r() instead of localtime()
Yu Watanabe
2018-06-26
1
-3
/
+3
*
timedate: use gmtime_r() and localtime_r()
Lennart Poettering
2018-06-25
1
-10
/
+10
*
tree-wide: remove Lennart's copyright lines
Lennart Poettering
2018-06-14
1
-3
/
+0
*
tree-wide: drop 'This file is part of systemd' blurb
Lennart Poettering
2018-06-14
1
-2
/
+0
*
basic/log: add the log_struct terminator to macro
Zbigniew Jędrzejewski-Szmek
2018-06-04
1
-4
/
+2
*
timedated: add some debug logging when a number of kernel calls fail
Lennart Poettering
2018-05-29
1
-16
/
+26
*
timedated: show the short timezone name when changing timezones in logs
Lennart Poettering
2018-05-29
1
-3
/
+8
*
Merge pull request #8985 from yuwata/bus-macro-3
Lennart Poettering
2018-05-18
1
-24
/
+3
|
\
|
*
timedate: use BUS_DEFINE_PROPERTY_GET* macros
Yu Watanabe
2018-05-15
1
-24
/
+3
*
|
timedate: do not copy input string before bus_verify_polkit_async()
Yu Watanabe
2018-05-15
1
-4
/
+5
|
/
*
basic: add log_level argument to timezone_is_valid
Mike Gilbert
2018-05-12
1
-1
/
+1
*
timedate: use free_and_strdup()
Yu Watanabe
2018-05-09
1
-11
/
+5
*
remove unused variables (#8768)
Tobias Jungel
2018-04-20
1
-2
/
+0
*
timedated: support multiple NTP services
Yu Watanabe
2018-04-17
1
-72
/
+311
*
timedate: use sd_bus_error_set() if nothing is substituted
Yu Watanabe
2018-04-17
1
-3
/
+3
*
timedate: move error mapping to bus-common-errors.[ch]
Yu Watanabe
2018-04-17
1
-7
/
+2
*
tree-wide: drop license boilerplate
Zbigniew Jędrzejewski-Szmek
2018-04-06
1
-13
/
+0
*
tree-wide: use TAKE_PTR() and TAKE_FD() macros
Yu Watanabe
2018-04-05
1
-2
/
+1
*
tree-wide: make name requesting asynchronous in all our services
Lennart Poettering
2018-01-05
1
-2
/
+2
*
Replace free and reassignment with free_and_replace
Daniel Lockyer
2017-11-24
1
-3
/
+1
*
Add SPDX license identifiers to source files under the LGPL
Zbigniew Jędrzejewski-Szmek
2017-11-19
1
-0
/
+1
*
tree-wide: add SD_ID128_MAKE_STR, remove LOG_MESSAGE_ID
Zbigniew Jędrzejewski-Szmek
2017-02-15
1
-2
/
+2
*
Add enable_disable() helper
Zbigniew Jędrzejewski-Szmek
2016-08-01
1
-1
/
+1
*
selinux: always try to load the full selinux db
Zbigniew Jędrzejewski-Szmek
2016-03-02
1
-1
/
+1
*
timedated: trivial stylistic fix
Martin Pitt
2016-02-29
1
-2
/
+2
*
Merge pull request #2749 from martinpitt/adjtime
Zbigniew Jędrzejewski-Szmek
2016-02-29
1
-16
/
+30
|
\
[next]