summaryrefslogtreecommitdiff
path: root/src/timesync
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
* conf: replace config_parse_many_nulstr() with config_parse_config_file()Franck Bui2023-03-141-8/+3
* meson: Introduce userspace depJan Janssen2023-03-101-0/+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-012-1/+7
* meson: Use dicts for test definitionsJan Janssen2023-02-211-4/+8
* meson: Do not include headers in source listsJan Janssen2023-01-241-5/+2
* timesyncd: make sure to update mtime of clock file on each bootLennart Poettering2023-01-201-0/+51
* timesyncd: modernize load_clock_timestamp() a bitLennart Poettering2023-01-201-29/+26
* timesyncd: write structured log messages whenever we bump the clock based on ...Lennart Poettering2023-01-201-8/+15
* basic: Use statement expressions more in list.hDaan De Meyer2023-01-081-1/+1
* tree-wide: use -EBADF moreYu Watanabe2022-12-211-1/+1
* tree-wide: use -EBADF for fd initializationZbigniew Jędrzejewski-Szmek2022-12-192-3/+3
* 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
* Rename def.h to constants.hZbigniew Jędrzejewski-Szmek2022-11-081-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-132-27/+11
* tree-wide: Fix format specifier warnings for %xJan Janssen2022-08-301-1/+1
* tree-wide: Use correct format specifiersJan Janssen2022-08-301-4/+4
* Use https for freedesktop.orgMichael Biebl2022-06-282-2/+2
* tree-wide: use LOG_MESSAGE() where possibleZbigniew Jędrzejewski-Szmek2022-05-111-1/+2
* timesync: update to use new-style sd-bus macrosSonali Srivastava2022-04-111-6/+5
* timesync: be explicit in the integer check of poll_interval_usecDaniel Mack2022-04-091-1/+1
* timesyncd: clean up server_name_new()Daniel Mack2022-04-091-14/+16
* timesyncd: add address type information to debug logDaniel Mack2022-04-092-1/+13
* timesyncd: add RUNTIME serversDaniel Mack2022-04-098-10/+139
* timesync: export manager_is_connected()Daniel Mack2022-04-092-1/+4
* meson: also allow setting GIT_VERSION via templatesZbigniew Jędrzejewski-Szmek2022-04-051-1/+1
* time-util: assume CLOCK_BOOTTIME always existsLennart Poettering2022-03-281-7/+7
* inotify-util: declare iterator in FOREACH_INOTIFY_EVENT()Yu Watanabe2022-03-241-2/+1
* Merge pull request #22740 from yuwata/listZbigniew Jędrzejewski-Szmek2022-03-213-5/+2
|\
| * 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-193-3/+1
* | 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-182-0/+21
* | 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-182-4/+4
* | 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-182-11/+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-182-7/+3