summaryrefslogtreecommitdiff
path: root/src/timesync
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* timesync: check that bus is ready before emitting property changeYu Watanabe2021-05-081-1/+7
* fix: point to the correct drop-ins subdirectory for confsJóhann B. Guðmundsson2021-04-221-1/+1
* tree-wide: avoid uninitialized warning on _cleanup_ variablesLuca Boccassi2021-04-141-1/+1
* 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-254-7/+7
* Recommend drop-ins over modifications to the main config fileZbigniew Jędrzejewski-Szmek2021-02-191-7/+8
* tree-wide: return NULL from freeing functionsZbigniew Jędrzejewski-Szmek2021-02-162-4/+4
* tree-wide: enable colorized logging for daemons when run in consoleYu Watanabe2021-02-011-1/+1
* timesync: add header to distributed fileZbigniew Jędrzejewski-Szmek2021-01-281-0/+3
* tree-wide: add spdx header on all scripts and helpersZbigniew Jędrzejewski-Szmek2021-01-281-0/+1
* meson: introduce libtimesyncd_core libraryYu Watanabe2021-01-191-24/+31
* meson: enable several tests even if the relevant features are disabledYu Watanabe2021-01-191-2/+1
* meson: make the second and third elements of tests or fuzzers optionalYu Watanabe2021-01-191-2/+2
* time-wait-sync: move time-wait-sync.c -> src/timesync/wait-sync.cYu Watanabe2021-01-191-0/+244
* Add install-sysconfdir=no-samples option for (non-)installation of sample con...Josh Triplett2021-01-141-1/+1
* timesync: Make delaying attempts to contact servers configurableSusant Sahani2020-12-154-8/+19
* meson: add option to skip installing to $sysconfdirJörg Thalheim2020-11-121-2/+4
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-0913-13/+13
* timesyncd: don't attempt to call IP_TOS sockopt on IPv6 socketsLennart Poettering2020-09-111-1/+2
* timesync: downgrade error level when the error will be ignoredYu Watanabe2020-09-101-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-302-5/+7
|/
* various daemons: emit Stopping... notification before destructing the manager...Zbigniew Jędrzejewski-Szmek2020-07-021-1/+1
* shared: split out property get helpersLennart Poettering2020-06-301-0/+1