index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
timesync
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use https for freedesktop.org
Michael Biebl
2022-06-28
2
-2
/
+2
*
tree-wide: use LOG_MESSAGE() where possible
Zbigniew Jędrzejewski-Szmek
2022-05-11
1
-1
/
+2
*
timesync: update to use new-style sd-bus macros
Sonali Srivastava
2022-04-11
1
-6
/
+5
*
timesync: be explicit in the integer check of poll_interval_usec
Daniel Mack
2022-04-09
1
-1
/
+1
*
timesyncd: clean up server_name_new()
Daniel Mack
2022-04-09
1
-14
/
+16
*
timesyncd: add address type information to debug log
Daniel Mack
2022-04-09
2
-1
/
+13
*
timesyncd: add RUNTIME servers
Daniel Mack
2022-04-09
8
-10
/
+139
*
timesync: export manager_is_connected()
Daniel Mack
2022-04-09
2
-1
/
+4
*
meson: also allow setting GIT_VERSION via templates
Zbigniew Jędrzejewski-Szmek
2022-04-05
1
-1
/
+1
*
time-util: assume CLOCK_BOOTTIME always exists
Lennart Poettering
2022-03-28
1
-7
/
+7
*
inotify-util: declare iterator in FOREACH_INOTIFY_EVENT()
Yu Watanabe
2022-03-25
1
-2
/
+1
*
Merge pull request #22740 from yuwata/list
Zbigniew Jędrzejewski-Szmek
2022-03-21
3
-5
/
+2
|
\
|
*
strv: make iterator in STRV_FOREACH() declaread in the loop
Yu Watanabe
2022-03-19
1
-1
/
+0
|
*
list: make LIST_FOREACH() and LIST_FOREACH_BACKWARDS() safer
Yu Watanabe
2022-03-19
1
-1
/
+1
|
*
list: declare iterator of LIST_FOREACH() in the loop
Yu Watanabe
2022-03-19
3
-3
/
+1
*
|
timesyncd: improve log message whe getting a reply from server
Lennart Poettering
2022-03-18
1
-3
/
+2
*
|
timesyncd: generate a structure log message the first time we set the clock c...
Lennart Poettering
2022-03-18
2
-0
/
+21
*
|
timesyncd: add debug logging in case we can't touch /run/systemd/timesync/syn...
Lennart Poettering
2022-03-18
1
-1
/
+3
*
|
timesyncd: when updating timestamp file, use best time we know, instead of sy...
Lennart Poettering
2022-03-18
1
-5
/
+17
*
|
timesyncd: rename bool 'good' → 'talking'
Lennart Poettering
2022-03-18
2
-4
/
+4
*
|
timesyncd: don't abort packet handling if we can't save the timestamp to disk
Lennart Poettering
2022-03-18
1
-3
/
+1
*
|
sd-event: add a single implementation of an event source that runs on clock c...
Lennart Poettering
2022-03-18
2
-11
/
+4
*
|
timesyncd: move stuff that is not about setting the clock out of manager_adju...
Lennart Poettering
2022-03-18
1
-8
/
+7
*
|
timesyncd: use CMSG_FIND_DATA() macro where appropriate
Lennart Poettering
2022-03-18
1
-15
/
+2
*
|
timesyncd: merge some variable declarations
Lennart Poettering
2022-03-18
2
-7
/
+3
*
|
timesyncd: rebreak some comments
Lennart Poettering
2022-03-18
1
-11
/
+6
*
|
timesyncd: add comment what bool arg is
Lennart Poettering
2022-03-18
1
-1
/
+1
*
|
timesyncd: make a constant structure actually static/const
Lennart Poettering
2022-03-18
1
-1
/
+1
*
|
timesyncd: cast some function invocations to void
Lennart Poettering
2022-03-18
1
-4
/
+5
*
|
timesyncd: get rid of unnecessary 'r' assignments
Lennart Poettering
2022-03-18
2
-4
/
+2
*
|
timesyncd: use structured initialization more
Lennart Poettering
2022-03-18
2
-29
/
+41
|
/
*
time-util: add macros around timespec_store() that operates on compund litera...
Lennart Poettering
2022-03-18
1
-2
/
+1
*
test: Use TEST macros in more places
Jan Janssen
2022-03-16
1
-8
/
+2
*
timesync: add missing setting in template
Yu Watanabe
2022-02-16
1
-0
/
+1
*
meson: Use files() for tests
Jan Janssen
2022-01-11
1
-1
/
+1
*
meson: stop building out convenience libraries by default
Zbigniew Jędrzejewski-Szmek
2021-12-16
1
-1
/
+2
*
tree-wide: use ERRNO_IS_TRANSIENT()
Yu Watanabe
2021-11-30
1
-1
/
+1
*
shared: clean up mkdir.h/label.h situation
Lennart Poettering
2021-11-16
1
-1
/
+1
*
build: preserve correct mode when generating files via jinja2
Christian Brauner
2021-11-08
1
-2
/
+1
*
tree-wide: drop "f" from sd_notify() calls with a static string
Zbigniew Jędrzejewski-Szmek
2021-11-03
1
-1
/
+1
*
basic: split out inotify-related calls from fs-util.h → inotify-util.h
Lennart Poettering
2021-10-05
1
-1
/
+1
*
journal,network,timesync: fix segfault on 32bit timeval/timespec systems
Yu Watanabe
2021-09-16
1
-1
/
+2
*
tree-wide: mark set-but-not-used variables as unused to make LLVM happy
Frantisek Sumsal
2021-09-15
1
-1
/
+1
*
timesync: check cmsg length
Yu Watanabe
2021-08-30
1
-0
/
+2
*
socket-util: introduce CMSG_SPACE_TIMEVAL/TIMESPEC macro to support additiona...
Yu Watanabe
2021-08-30
1
-1
/
+1
*
timesync: fix wrong type for receiving timestamp in nanoseconds
Yu Watanabe
2021-08-20
1
-1
/
+1
*
timesync: add option to periodically save time
Dimitry Ishenko
2021-08-09
5
-9
/
+87
*
Drop the text argument from assert_not_reached()
Zbigniew Jędrzejewski-Szmek
2021-08-03
1
-2
/
+2
*
tree-wide: add FORMAT_TIMESTAMP_STYLE()
Zbigniew Jędrzejewski-Szmek
2021-07-09
1
-6
/
+3
*
meson: use jinja2 in src/timesync/
Zbigniew Jędrzejewski-Szmek
2021-05-19
2
-9
/
+10
[next]