summaryrefslogtreecommitdiff
path: root/src/timesync/timesyncd-manager.c
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: copy timestamp data from cmsgYu Watanabe2023-04-161-1/+1
* timesync: drop unnecessary initializationYu Watanabe2023-04-141-1/+1
* timesync: stop re-sync on network configuration change when no link servers a...Chitoku2023-03-081-2/+2
* timesyncd: hook up memory pressure + sigrtmin18Lennart Poettering2023-03-011-0/+6
* tree-wide: use -EBADF moreYu Watanabe2022-12-211-1/+1
* Merge pull request #25743 from yuwata/timesync-ipv6Yu Watanabe2022-12-151-6/+7
|\
| * timesync: ignore IPv6 addresses when the kernel does not support IPv6Yu Watanabe2022-12-151-5/+6
| * timesync: downgrade log message about unsupported address familyYu Watanabe2022-12-141-1/+1
* | timesync: Keep trying to connect even if the socket cannot be openedFelix Riemann2022-12-151-2/+4
|/
* tree-wide: make constant ratelimit compound actually constLennart Poettering2022-11-221-1/+1
* basic: rename util.h to logarithm.hZbigniew Jędrzejewski-Szmek2022-11-081-1/+1
* sd-network: make sd_network_link_get_dns() or friends return -ENODATAYu Watanabe2022-09-271-1/+1
* tree-wide: use ASSERT_PTR moreDavid Tardon2022-09-131-19/+7
* tree-wide: Use correct format specifiersJan Janssen2022-08-301-4/+4
* tree-wide: use LOG_MESSAGE() where possibleZbigniew Jędrzejewski-Szmek2022-05-111-1/+2
* timesync: be explicit in the integer check of poll_interval_usecDaniel Mack2022-04-091-1/+1
* timesyncd: add RUNTIME serversDaniel Mack2022-04-091-10/+27
* timesync: export manager_is_connected()Daniel Mack2022-04-091-1/+3
* time-util: assume CLOCK_BOOTTIME always existsLennart Poettering2022-03-281-7/+7
* Merge pull request #22740 from yuwata/listZbigniew Jędrzejewski-Szmek2022-03-211-3/+1
|\
| * strv: make iterator in STRV_FOREACH() declaread in the loopYu Watanabe2022-03-191-1/+0
| * list: make LIST_FOREACH() and LIST_FOREACH_BACKWARDS() saferYu Watanabe2022-03-191-1/+1
| * list: declare iterator of LIST_FOREACH() in the loopYu Watanabe2022-03-191-1/+0
* | timesyncd: improve log message whe getting a reply from serverLennart Poettering2022-03-181-3/+2
* | timesyncd: generate a structure log message the first time we set the clock c...Lennart Poettering2022-03-181-0/+18
* | 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