index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
timesync
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
tree-wide: add FORMAT_TIMESTAMP_STYLE()
Zbigniew Jędrzejewski-Szmek
2021-07-09
1
-6
/
+3
*
meson: use jinja2 in src/timesync/
Zbigniew Jędrzejewski-Szmek
2021-05-19
2
-9
/
+10
*
timesync: check that bus is ready before emitting property change
Yu Watanabe
2021-05-08
1
-1
/
+7
*
fix: point to the correct drop-ins subdirectory for confs
Jóhann B. Guðmundsson
2021-04-22
1
-1
/
+1
*
tree-wide: avoid uninitialized warning on _cleanup_ variables
Luca Boccassi
2021-04-14
1
-1
/
+1
*
trans_time sec is int32,it will overflow if local system time is later than 2...
caoxia
2021-03-04
1
-2
/
+9
*
timesync: rename variable to match config name
Zbigniew Jędrzejewski-Szmek
2021-02-25
4
-7
/
+7
*
Recommend drop-ins over modifications to the main config file
Zbigniew Jędrzejewski-Szmek
2021-02-19
1
-7
/
+8
*
tree-wide: return NULL from freeing functions
Zbigniew Jędrzejewski-Szmek
2021-02-16
2
-4
/
+4
*
tree-wide: enable colorized logging for daemons when run in console
Yu Watanabe
2021-01-31
1
-1
/
+1
*
timesync: add header to distributed file
Zbigniew Jędrzejewski-Szmek
2021-01-28
1
-0
/
+3
*
tree-wide: add spdx header on all scripts and helpers
Zbigniew Jędrzejewski-Szmek
2021-01-28
1
-0
/
+1
*
meson: introduce libtimesyncd_core library
Yu Watanabe
2021-01-18
1
-24
/
+31
*
meson: enable several tests even if the relevant features are disabled
Yu Watanabe
2021-01-18
1
-2
/
+1
*
meson: make the second and third elements of tests or fuzzers optional
Yu Watanabe
2021-01-18
1
-2
/
+2
*
time-wait-sync: move time-wait-sync.c -> src/timesync/wait-sync.c
Yu Watanabe
2021-01-18
1
-0
/
+244
*
Add install-sysconfdir=no-samples option for (non-)installation of sample con...
Josh Triplett
2021-01-14
1
-1
/
+1
*
timesync: Make delaying attempts to contact servers configurable
Susant Sahani
2020-12-15
4
-8
/
+19
*
meson: add option to skip installing to $sysconfdir
Jörg Thalheim
2020-11-12
1
-2
/
+4
*
license: LGPL-2.1+ -> LGPL-2.1-or-later
Yu Watanabe
2020-11-09
13
-13
/
+13
*
timesyncd: don't attempt to call IP_TOS sockopt on IPv6 sockets
Lennart Poettering
2020-09-11
1
-1
/
+2
*
timesync: downgrade error level when the error will be ignored
Yu Watanabe
2020-09-10
1
-1
/
+2
*
Merge pull request #16596 from poettering/event-time-rel
Zbigniew Jędrzejewski-Szmek
2020-08-04
1
-5
/
+5
|
\
|
*
tree-wide: make use of new relative time events in sd-event.h
Lennart Poettering
2020-07-28
1
-5
/
+5
*
|
timesync: increase retry interval more slowly
Zbigniew Jędrzejewski-Szmek
2020-07-30
2
-5
/
+7
|
/
*
various daemons: emit Stopping... notification before destructing the manager...
Zbigniew Jędrzejewski-Szmek
2020-07-02
1
-1
/
+1
*
shared: split out property get helpers
Lennart Poettering
2020-06-30
1
-0
/
+1
*
conf-parser: return mtime in config_parse() and friends
Lennart Poettering
2020-06-02
1
-5
/
+8
*
tree-wide: make sure our control buffers are properly aligned
Lennart Poettering
2020-05-07
1
-4
/
+1
*
tree-wide: use recvmsg_safe() at various places
Lennart Poettering
2020-04-23
1
-5
/
+4
*
tree-wide: implement new log control API dbus interface in all our daemons
Lennart Poettering
2020-04-21
1
-0
/
+5
*
tree-wide: fix spelling of lookup and setup verbs
Zbigniew Jędrzejewski-Szmek
2020-03-03
1
-1
/
+1
*
timesyncd: log louder when we refuse a server due to root distance
Lennart Poettering
2020-01-21
1
-1
/
+1
*
tree-wide: drop socket.h when socket-util.h is included
Yu Watanabe
2019-11-03
1
-1
/
+0
*
tree-wide: drop time.h when time-util.h is included
Yu Watanabe
2019-11-03
1
-1
/
+0
*
tree-wide: drop missing.h
Yu Watanabe
2019-10-31
1
-1
/
+0
*
Updated log message when the timesync happens for the first time (#13624)
cbzxt
2019-09-25
1
-3
/
+3
*
Drop RATELIMIT macros
Zbigniew Jędrzejewski-Szmek
2019-09-20
1
-1
/
+1
*
timesyncd: add ntp-units.d/ entry for timesync
Zbigniew Jędrzejewski-Szmek
2019-07-22
2
-0
/
+3
*
Merge pull request #12420 from mrc0mmand/coccinelle-tweaks
Lennart Poettering
2019-04-30
1
-1
/
+1
|
\
|
*
tree-wide: drop !! casts to booleans
Frantisek Sumsal
2019-04-28
1
-1
/
+1
*
|
codespell: fix spelling errors
Ben Boeckel
2019-04-29
1
-1
/
+1
|
/
*
headers: remove unneeded includes from util.h
Zbigniew Jędrzejewski-Szmek
2019-03-27
2
-0
/
+4
*
timesyncd: Improve sync log message. Fixes #11548.
Niklas Hambüchen
2019-01-24
1
-2
/
+3
*
tree-wide: make sure to flush/close all bus connections when our daemons exit
Lennart Poettering
2019-01-17
1
-1
/
+1
*
timesyncd,resolved,machinectl: drop calls to sd_event_get_exit_code()
Zbigniew Jędrzejewski-Szmek
2019-01-08
1
-3
/
+1
*
timesync: fix serialization of IP address
Lennart Poettering
2018-12-18
1
-1
/
+5
*
timesync: use typesafe resolve_getaddrinfo()
Yu Watanabe
2018-12-17
1
-3
/
+3
*
timesync: define main through macro
Yu Watanabe
2018-12-08
1
-39
/
+27
*
coccinelle: make use of SYNTHETIC_ERRNO
Zbigniew Jędrzejewski-Szmek
2018-11-22
1
-4
/
+3
[next]