index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
timesync
/
timesyncd-manager.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
tree-wide: replace for loop with FOREACH_ELEMENT or FOREACH_ARRAY macros (#34...
Integral
2024-10-26
1
-2
/
+2
*
tree-wide: make sigprocmask() changes more automatic
Lennart Poettering
2024-09-13
1
-4
/
+10
*
timesync: make manager_is_connected() static
Yu Watanabe
2024-09-06
1
-1
/
+1
*
timesync: downgrade log level about network configuration change
Yu Watanabe
2024-09-06
1
-2
/
+6
*
socket-util: make recvmsg_safe() handle MSG_TRUNC too
Mike Yuan
2024-09-04
1
-4
/
+7
*
timesync: make public defines for clock epoch files
Zbigniew Jędrzejewski-Szmek
2024-06-05
1
-2
/
+3
*
timesyncd: make the transmit timestamp in requests fully random
David Venhoek
2024-01-26
1
-20
/
+15
*
timesync: IPTOS_LOWDELAY --> IPTOS_DSCP_EF
Cristian Rodríguez
2024-01-08
1
-2
/
+1
*
bus-polkit: port polkit_registry to use value destructors in hash_ops
Lennart Poettering
2024-01-03
1
-1
/
+1
*
Rename {dual,triple}_timestamp_get to {dual,triple}_timestamp_now
Zbigniew Jędrzejewski-Szmek
2023-11-13
1
-1
/
+1
*
timesync: fix PropertiesChanges signals for NTP properties
Frantisek Sumsal
2023-11-07
1
-2
/
+2
*
timesyncd: emit signal when timesyncd NTPServers property changes
Kingbom Dou
2023-08-04
1
-0
/
+70
*
tree-wide: "<n>bit" → "<n>-bit"
Zbigniew Jędrzejewski-Szmek
2023-07-02
1
-1
/
+1
*
tree-wide: fix typos of "boottime"/"BOOTTIME"
Nick Rosbrook
2023-06-09
1
-1
/
+1
*
tree-wide: copy timestamp data from cmsg
Yu Watanabe
2023-04-16
1
-1
/
+1
*
timesync: drop unnecessary initialization
Yu Watanabe
2023-04-14
1
-1
/
+1
*
timesync: stop re-sync on network configuration change when no link servers a...
Chitoku
2023-03-08
1
-2
/
+2
*
timesyncd: hook up memory pressure + sigrtmin18
Lennart Poettering
2023-03-01
1
-0
/
+6
*
tree-wide: use -EBADF more
Yu Watanabe
2022-12-20
1
-1
/
+1
*
Merge pull request #25743 from yuwata/timesync-ipv6
Yu Watanabe
2022-12-15
1
-6
/
+7
|
\
|
*
timesync: ignore IPv6 addresses when the kernel does not support IPv6
Yu Watanabe
2022-12-14
1
-5
/
+6
|
*
timesync: downgrade log message about unsupported address family
Yu Watanabe
2022-12-14
1
-1
/
+1
*
|
timesync: Keep trying to connect even if the socket cannot be opened
Felix Riemann
2022-12-14
1
-2
/
+4
|
/
*
tree-wide: make constant ratelimit compound actually const
Lennart Poettering
2022-11-22
1
-1
/
+1
*
basic: rename util.h to logarithm.h
Zbigniew Jędrzejewski-Szmek
2022-11-08
1
-1
/
+1
*
sd-network: make sd_network_link_get_dns() or friends return -ENODATA
Yu Watanabe
2022-09-27
1
-1
/
+1
*
tree-wide: use ASSERT_PTR more
David Tardon
2022-09-13
1
-19
/
+7
*
tree-wide: Use correct format specifiers
Jan Janssen
2022-08-30
1
-4
/
+4
*
tree-wide: use LOG_MESSAGE() where possible
Zbigniew Jędrzejewski-Szmek
2022-05-11
1
-1
/
+2
*
timesync: be explicit in the integer check of poll_interval_usec
Daniel Mack
2022-04-09
1
-1
/
+1
*
timesyncd: add RUNTIME servers
Daniel Mack
2022-04-09
1
-10
/
+27
*
timesync: export manager_is_connected()
Daniel Mack
2022-04-09
1
-1
/
+3
*
time-util: assume CLOCK_BOOTTIME always exists
Lennart Poettering
2022-03-28
1
-7
/
+7
*
Merge pull request #22740 from yuwata/list
Zbigniew Jędrzejewski-Szmek
2022-03-21
1
-3
/
+1
|
\
|
*
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
1
-1
/
+0
*
|
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
1
-0
/
+18
*
|
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
1
-3
/
+3
*
|
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
1
-10
/
+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
1
-5
/
+2
*
|
timesyncd: rebreak some comments
Lennart Poettering
2022-03-18
1
-11
/
+6
*
|
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
[next]