summaryrefslogtreecommitdiff
path: root/src/timesync/timesyncd-manager.c
AgeCommit message (Expand)Author
2016-02-10tree-wide: remove Emacs lines from all filesDaniel Mack
2016-01-20timesyncd: use (void) to mark ignored valueZbigniew Jędrzejewski-Szmek
2015-11-05timesync: return negative errno from manager_adjust_clock() on errorMichal Schmidt
2015-10-27util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering
2015-10-27util-lib: move a number of fs operations into fs-util.[ch]Lennart Poettering
2015-10-25util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering
2015-10-24util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering
2015-06-10util: introduce CMSG_FOREACH() macro and make use of it everywhereLennart Poettering
2015-04-08timesyncd: print an INFO log message when we successfully reached a time serverLennart Poettering
2015-02-23remove unused includesThomas Hindoe Paaboel Andersen
2015-02-16timesync: Use UINT64_C for OFFSET_1900_1970Cristian Rodríguez
2015-02-12Revert "tree-wide: Always use recvmsg with MSG_CMSG_CLOEXEC"Lennart Poettering
2015-02-10tree-wide: Always use recvmsg with MSG_CMSG_CLOEXECCristian Rodríguez
2015-02-04timesyncd: downgrade more log messages from LOG_INFO to LOG_DEBUGLennart Poettering
2015-02-04timesyncd: reduce log chattiness a bitLennart Poettering
2015-01-18timesyncd: consider too long packets as invalidTopi Miettinen
2014-12-25timesync: remove square(), use pow insteadCristian Rodríguez
2014-11-30timesyncd: minor simplificationLennart Poettering
2014-11-28treewide: another round of simplificationsMichal Schmidt
2014-11-28treewide: use log_*_errno whenever %m is in the format stringMichal Schmidt
2014-11-28treewide: yet more log_*_errno + return simplificationsMichal Schmidt
2014-11-28treewide: drop unnecessary trailing \n in log_*() callsMichal Schmidt
2014-11-28treewide: no need to negate errno for log_*_errno()Michal Schmidt
2014-11-28treewide: auto-convert the simple cases to log_*_errno()Michal Schmidt
2014-11-27timesyncd: do not keep listening socket open foreverSean Young
2014-10-24timesyncd: the IP_TOS sockopt is really just an optimization, we shouldn't fa...Lennart Poettering
2014-10-21util: avoid duplication of TIME_T_MAXRonny Chevalier
2014-09-18timesyncd: check return of setting IP_TOSTom Gundersen
2014-09-02Revert "timesyncd: remove retry_timer logic which is covered by the server ti...Kay Sievers
2014-09-02timesyncd: don't reset polling interval when reselecting serverKay Sievers
2014-09-02timesyncd: allow two missed replies before reselecting serverMiroslav Lichvar
2014-09-02timesyncd: remove retry_timer logic which is covered by the server timeoutKay Sievers
2014-09-02timesyncd: wait before reconnecting to first serverMiroslav Lichvar
2014-08-30timesyncd-manager: don't clear current_server_name if ServerAddress is NULLSteven Noonan
2014-08-29timesyncd: check root distanceMiroslav Lichvar
2014-08-29timesyncd: get kernel timestamp in nanosecondsMiroslav Lichvar
2014-08-29timesyncd: fix calculation of transmit timeMiroslav Lichvar
2014-08-29timesyncd: check if stratum is validMiroslav Lichvar
2014-08-13timesyncd: don't trip up if networkd isn't running and can't tell us any NTP ...Lennart Poettering
2014-08-12timesyncd: beef up NTP server selection logic, and acquire NTP servers from DHCPLennart Poettering
2014-08-12timesyncd: split up into multiple source fileLennart Poettering