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
*
timesyncd: remove RLIMIT_NPROC
Kay Sievers
2015-07-31
1
-4
/
+0
*
build-sys: add all source files and no built files to the tar ball
Kay Sievers
2015-06-23
1
-1
/
+0
*
everywhere: port everything to sigprocmask_many() and friends
Lennart Poettering
2015-06-15
1
-1
/
+1
*
util: introduce CMSG_FOREACH() macro and make use of it everywhere
Lennart Poettering
2015-06-10
1
-1
/
+1
*
util: split out signal-util.[ch] from util.[ch]
Lennart Poettering
2015-05-29
1
-0
/
+1
*
timesyncd: print an INFO log message when we successfully reached a time server
Lennart Poettering
2015-04-08
2
-2
/
+14
*
add REMOTE_ADDR and REMOTE_PORT for Accept=yes
Shawn Landden
2015-03-10
1
-1
/
+1
*
Do not advertise .d snippets over main config file
Zbigniew Jędrzejewski-Szmek
2015-03-04
1
-3
/
+4
*
remove unused includes
Thomas Hindoe Paaboel Andersen
2015-02-23
4
-14
/
+0
*
timesync: Use UINT64_C for OFFSET_1900_1970
Cristian Rodríguez
2015-02-16
1
-1
/
+1
*
Revert "tree-wide: Always use recvmsg with MSG_CMSG_CLOEXEC"
Lennart Poettering
2015-02-12
1
-1
/
+1
*
tree-wide: Always use recvmsg with MSG_CMSG_CLOEXEC
Cristian Rodríguez
2015-02-10
1
-1
/
+1
*
timesyncd: downgrade more log messages from LOG_INFO to LOG_DEBUG
Lennart Poettering
2015-02-04
1
-2
/
+2
*
timesyncd: reduce log chattiness a bit
Lennart Poettering
2015-02-04
1
-3
/
+3
*
timesyncd: set RLIMIT_NPROC to 2
Lennart Poettering
2015-01-27
1
-0
/
+4
*
timesyncd: consider too long packets as invalid
Topi Miettinen
2015-01-18
1
-1
/
+2
*
timesync: remove square(), use pow instead
Cristian Rodríguez
2014-12-25
1
-5
/
+1
*
timesyncd: minor simplification
Lennart Poettering
2014-11-30
1
-10
/
+16
*
timesyncd: Support timesyncd.conf.d directories in the usual search paths
Josh Triplett
2014-11-29
2
-4
/
+8
*
treewide: another round of simplifications
Michal Schmidt
2014-11-28
1
-8
/
+4
*
treewide: use log_*_errno whenever %m is in the format string
Michal Schmidt
2014-11-28
2
-5
/
+5
*
treewide: yet more log_*_errno + return simplifications
Michal Schmidt
2014-11-28
1
-36
/
+18
*
treewide: drop unnecessary trailing \n in log_*() calls
Michal Schmidt
2014-11-28
1
-2
/
+2
*
treewide: no need to negate errno for log_*_errno()
Michal Schmidt
2014-11-28
2
-13
/
+13
*
treewide: auto-convert the simple cases to log_*_errno()
Michal Schmidt
2014-11-28
2
-13
/
+13
*
timesyncd: do not keep listening socket open forever
Sean Young
2014-11-27
1
-7
/
+13
*
timesyncd: the IP_TOS sockopt is really just an optimization, we shouldn't fa...
Lennart Poettering
2014-10-24
1
-3
/
+1
*
util: avoid duplication of TIME_T_MAX
Ronny Chevalier
2014-10-21
1
-2
/
+1
*
timesyncd: check return of setting IP_TOS
Tom Gundersen
2014-09-18
1
-1
/
+3
*
Revert "timesyncd: remove retry_timer logic which is covered by the server ti...
Kay Sievers
2014-09-02
2
-0
/
+15
*
timesyncd: don't reset polling interval when reselecting server
Kay Sievers
2014-09-02
1
-1
/
+2
*
timesyncd: allow two missed replies before reselecting server
Miroslav Lichvar
2014-09-02
2
-9
/
+19
*
timesyncd: remove retry_timer logic which is covered by the server timeout
Kay Sievers
2014-09-02
2
-15
/
+0
*
timesyncd: wait before reconnecting to first server
Miroslav Lichvar
2014-09-02
2
-1
/
+24
*
timesyncd-manager: don't clear current_server_name if ServerAddress is NULL
Steven Noonan
2014-08-31
1
-1
/
+4
*
timesyncd: check root distance
Miroslav Lichvar
2014-08-29
1
-0
/
+16
*
timesyncd: get kernel timestamp in nanoseconds
Miroslav Lichvar
2014-08-29
1
-9
/
+5
*
timesyncd: fix calculation of transmit time
Miroslav Lichvar
2014-08-29
1
-3
/
+1
*
timesyncd: check if stratum is valid
Miroslav Lichvar
2014-08-29
1
-1
/
+2
*
notify: send STOPPING=1 from our daemons
Lennart Poettering
2014-08-21
1
-2
/
+6
*
timesyncd: don't trip up if networkd isn't running and can't tell us any NTP ...
Lennart Poettering
2014-08-13
1
-3
/
+1
*
timesyncd: beef up NTP server selection logic, and acquire NTP servers from DHCP
Lennart Poettering
2014-08-12
8
-110
/
+367
*
timesyncd: split up into multiple source file
Lennart Poettering
2014-08-12
8
-1142
/
+1268
*
timesyncd: move the generic sockaddr_equal() call to socket-util.h
Lennart Poettering
2014-08-12
1
-16
/
+0
*
timesyncd: when we don't know anything about the network state, assume we are...
Lennart Poettering
2014-08-11
1
-26
/
+24
*
timesyncd: always use CLOCK_BOOTTIME if we can
Lennart Poettering
2014-08-11
1
-8
/
+8
*
Properly report invalid quoted strings
Zbigniew Jędrzejewski-Szmek
2014-07-31
1
-0
/
+2
*
Reject invalid quoted strings
Zbigniew Jędrzejewski-Szmek
2014-07-31
1
-3
/
+3
*
core: only set the kernel's timezone when the RTC runs in local time
Kay Sievers
2014-07-27
2
-5
/
+22
*
sd-network: fix parameter order for sd_network_monitor_new()
Lennart Poettering
2014-07-17
1
-1
/
+1
[next]