summaryrefslogtreecommitdiff
path: root/src/timesync
Commit message (Expand)AuthorAgeFilesLines
* 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
* | timesyncd: rebreak some commentsLennart Poettering2022-03-181-11/+6
* | timesyncd: add comment what bool arg isLennart Poettering2022-03-181-1/+1
* | 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-182-4/+2
* | timesyncd: use structured initialization moreLennart Poettering2022-03-182-29/+41
|/
* time-util: add macros around timespec_store() that operates on compund litera...Lennart Poettering2022-03-181-2/+1
* test: Use TEST macros in more placesJan Janssen2022-03-161-8/+2
* timesync: add missing setting in templateYu Watanabe2022-02-161-0/+1
* meson: Use files() for testsJan Janssen2022-01-111-1/+1
* meson: stop building out convenience libraries by defaultZbigniew Jędrzejewski-Szmek2021-12-161-1/+2
* tree-wide: use ERRNO_IS_TRANSIENT()Yu Watanabe2021-11-301-1/+1
* shared: clean up mkdir.h/label.h situationLennart Poettering2021-11-161-1/+1
* build: preserve correct mode when generating files via jinja2Christian Brauner2021-11-081-2/+1
* tree-wide: drop "f" from sd_notify() calls with a static stringZbigniew Jędrzejewski-Szmek2021-11-031-1/+1
* basic: split out inotify-related calls from fs-util.h → inotify-util.hLennart Poettering2021-10-051-1/+1
* journal,network,timesync: fix segfault on 32bit timeval/timespec systemsYu Watanabe2021-09-161-1/+2
* tree-wide: mark set-but-not-used variables as unused to make LLVM happyFrantisek Sumsal2021-09-151-1/+1
* 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-095-9/+87
* Drop the text argument from assert_not_reached()Zbigniew Jędrzejewski-Szmek2021-08-031-2/+2
* tree-wide: add FORMAT_TIMESTAMP_STYLE()Zbigniew Jędrzejewski-Szmek2021-07-091-6/+3
* meson: use jinja2 in src/timesync/Zbigniew Jędrzejewski-Szmek2021-05-192-9/+10