summaryrefslogtreecommitdiff
path: root/src/timesync/timesyncd-manager.c
Commit message (Expand)AuthorAgeFilesLines
* timesyncd: add debug logging in case we can't touch /run/systemd/timesync/syn...Lennart Poettering2022-03-181-1/+3
* timesyncd: when updating timestamp file, use best time we know, instead of sy...Lennart Poettering2022-03-181-5/+17
* timesyncd: rename bool 'good' → 'talking'Lennart Poettering2022-03-181-3/+3
* timesyncd: don't abort packet handling if we can't save the timestamp to diskLennart Poettering2022-03-181-3/+1
* sd-event: add a single implementation of an event source that runs on clock c...Lennart Poettering2022-03-181-10/+4
* timesyncd: move stuff that is not about setting the clock out of manager_adju...Lennart Poettering2022-03-181-8/+7
* timesyncd: use CMSG_FIND_DATA() macro where appropriateLennart Poettering2022-03-181-15/+2
* timesyncd: merge some variable declarationsLennart Poettering2022-03-181-5/+2
* timesyncd: rebreak some commentsLennart Poettering2022-03-181-11/+6
* timesyncd: make a constant structure actually static/constLennart Poettering2022-03-181-1/+1
* timesyncd: cast some function invocations to voidLennart Poettering2022-03-181-4/+5
* timesyncd: get rid of unnecessary 'r' assignmentsLennart Poettering2022-03-181-2/+1
* timesyncd: use structured initialization moreLennart Poettering2022-03-181-21/+28
* tree-wide: drop "f" from sd_notify() calls with a static stringZbigniew Jędrzejewski-Szmek2021-11-031-1/+1
* journal,network,timesync: fix segfault on 32bit timeval/timespec systemsYu Watanabe2021-09-161-1/+2
* timesync: check cmsg lengthYu Watanabe2021-08-301-0/+2
* socket-util: introduce CMSG_SPACE_TIMEVAL/TIMESPEC macro to support additiona...Yu Watanabe2021-08-301-1/+1
* timesync: fix wrong type for receiving timestamp in nanosecondsYu Watanabe2021-08-201-1/+1
* timesync: add option to periodically save timeDimitry Ishenko2021-08-091-2/+66
* timesync: check that bus is ready before emitting property changeYu Watanabe2021-05-081-1/+7
* trans_time sec is int32,it will overflow if local system time is later than 2...caoxia2021-03-041-2/+9
* timesync: rename variable to match config nameZbigniew Jędrzejewski-Szmek2021-02-251-4/+4
* tree-wide: return NULL from freeing functionsZbigniew Jędrzejewski-Szmek2021-02-161-3/+3
* timesync: Make delaying attempts to contact servers configurableSusant Sahani2020-12-151-2/+4
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* timesyncd: don't attempt to call IP_TOS sockopt on IPv6 socketsLennart Poettering2020-09-111-1/+2
* Merge pull request #16596 from poettering/event-time-relZbigniew Jędrzejewski-Szmek2020-08-041-5/+5
|\
| * tree-wide: make use of new relative time events in sd-event.hLennart Poettering2020-07-281-5/+5
* | timesync: increase retry interval more slowlyZbigniew Jędrzejewski-Szmek2020-07-301-5/+4
|/
* tree-wide: make sure our control buffers are properly alignedLennart Poettering2020-05-071-4/+1
* tree-wide: use recvmsg_safe() at various placesLennart Poettering2020-04-231-5/+4
* tree-wide: fix spelling of lookup and setup verbsZbigniew Jędrzejewski-Szmek2020-03-031-1/+1
* timesyncd: log louder when we refuse a server due to root distanceLennart Poettering2020-01-211-1/+1
* tree-wide: drop socket.h when socket-util.h is includedYu Watanabe2019-11-041-1/+0
* tree-wide: drop time.h when time-util.h is includedYu Watanabe2019-11-041-1/+0
* tree-wide: drop missing.hYu Watanabe2019-10-311-1/+0
* Updated log message when the timesync happens for the first time (#13624)cbzxt2019-09-261-3/+3
* Drop RATELIMIT macrosZbigniew Jędrzejewski-Szmek2019-09-201-1/+1
* tree-wide: drop !! casts to booleansFrantisek Sumsal2019-04-281-1/+1
* headers: remove unneeded includes from util.hZbigniew Jędrzejewski-Szmek2019-03-271-0/+1
* timesyncd: Improve sync log message. Fixes #11548.Niklas Hambüchen2019-01-241-2/+3
* tree-wide: make sure to flush/close all bus connections when our daemons exitLennart Poettering2019-01-171-1/+1
* timesync: use typesafe resolve_getaddrinfo()Yu Watanabe2018-12-171-3/+3
* coccinelle: make use of SYNTHETIC_ERRNOZbigniew Jędrzejewski-Szmek2018-11-221-4/+3
* tree-wide: replace 'unsigned int' with 'unsigned'Yu Watanabe2018-10-191-1/+1
* tree-wide: use setsockopt_int() moreYu Watanabe2018-10-191-2/+1
* tree-wide: introduce setsockopt_int() helper and make use of it everywhereLennart Poettering2018-10-181-2/+2
* tree-wide: add a single version of "static const int one = 1"Lennart Poettering2018-10-151-2/+1
* timesync: voidify sd_event_add_signal() and sd_event_set_watchdog()Yu Watanabe2018-07-201-3/+3
* timesync: update log messageYu Watanabe2018-06-251-1/+1