This is an automated email from git. It was generated because a ref change was pushed to the "chrony/chrony.git" repository.
The branch, master has been updated via 3156e5a29364304a2c8c1a857f63c9b28ee1e53f (commit) via 9a901e1cb08ccf39b2774b508f86e84d02603f10 (commit) via 8c11044ee20000d604aab43dbb58589dc0b3535d (commit) via a75d2db75b02b0c2e7dceb2f9795366910572f25 (commit) via 6aac72fd80a91561183bf7605f7034f2622c8d02 (commit) via b692cb720c427f28d95485434ea48bf2c35d0331 (commit) via 25102489f5f0219a3ea701277b6ffccfdfe1053e (commit) via a2d2cad38466c285dd0bca8d84c0c4a040054067 (commit) via 859e0c2323d615ed120098d4d2392bceaa0b1471 (commit) via e62a39cafe00d3ce517dfe4d0c3cf0cbf65f8f0c (commit) via 8bbb8fa062fe7b2457ba91f39eb497db5a297f16 (commit) from 68039e0d14376d443c70e94de8f7d24a05cc3d80 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 3156e5a29364304a2c8c1a857f63c9b28ee1e53f Author: Lonnie Abelbeck <lon...@abelbeck.com> Date: Thu Dec 8 07:24:14 2016 -0600 client: add tab-completion with libedit/readline commit 9a901e1cb08ccf39b2774b508f86e84d02603f10 Author: Miroslav Lichvar <mlich...@redhat.com> Date: Thu Dec 8 14:40:11 2016 +0100 refclock: make maximum lock age configurable The maxlockage option specifies in number of pulses how old can be samples from the refclock specified by the lock option to be paired with the pulses. Increasing this value is useful when the samples are produced at a lower rate than the pulses. commit 8c11044ee20000d604aab43dbb58589dc0b3535d Author: Miroslav Lichvar <mlich...@redhat.com> Date: Thu Dec 8 13:07:50 2016 +0100 refclock: slew last sample even after it was used It may be needed by locked PPS refclocks. commit a75d2db75b02b0c2e7dceb2f9795366910572f25 Author: Miroslav Lichvar <mlich...@redhat.com> Date: Thu Dec 8 12:13:34 2016 +0100 test: add scan-build compilation test commit 6aac72fd80a91561183bf7605f7034f2622c8d02 Author: Miroslav Lichvar <mlich...@redhat.com> Date: Thu Dec 8 11:48:51 2016 +0100 configure: use common CPPFLAGS for all objects commit b692cb720c427f28d95485434ea48bf2c35d0331 Author: Miroslav Lichvar <mlich...@redhat.com> Date: Thu Dec 8 11:46:24 2016 +0100 configure: fix help text commit 25102489f5f0219a3ea701277b6ffccfdfe1053e Author: Miroslav Lichvar <mlich...@redhat.com> Date: Thu Dec 8 11:32:17 2016 +0100 ntp: fix clang warning commit a2d2cad38466c285dd0bca8d84c0c4a040054067 Author: Miroslav Lichvar <mlich...@redhat.com> Date: Thu Dec 8 11:21:13 2016 +0100 hwclock: fix check of sample separation commit 859e0c2323d615ed120098d4d2392bceaa0b1471 Author: Miroslav Lichvar <mlich...@redhat.com> Date: Wed Dec 7 18:32:55 2016 +0100 ntp: add TX error to dispersion commit e62a39cafe00d3ce517dfe4d0c3cf0cbf65f8f0c Author: Miroslav Lichvar <mlich...@redhat.com> Date: Wed Dec 7 16:31:56 2016 +0100 ntp: fix RX error added to dispersion in interleaved mode commit 8bbb8fa062fe7b2457ba91f39eb497db5a297f16 Author: Miroslav Lichvar <mlich...@redhat.com> Date: Wed Dec 7 09:40:43 2016 +0100 sources: add configurable limit for jitter The maxjitter directive sets the maximum allowed jitter of the sources to not be rejected by the source selection algorithm. This prevents synchronisation with sources that have a small root distance, but their time is too variable. By default, the maximum jitter is 1 second. ----------------------------------------------------------------------- Summary of changes: Makefile.in | 6 ----- client.c | 53 ++++++++++++++++++++++++++++++++++++++++++ conf.c | 17 ++++++++++++++ conf.h | 1 + configure | 19 ++++++--------- doc/chrony.conf.adoc | 12 ++++++++++ hwclock.c | 2 +- ntp_core.c | 16 ++++++++----- refclock.c | 19 ++++++++++++--- refclock.h | 1 + sources.c | 10 +++++++- test/compilation/002-scanbuild | 14 +++++++++++ 12 files changed, 141 insertions(+), 29 deletions(-) create mode 100755 test/compilation/002-scanbuild hooks/post-receive -- chrony/chrony.git -- To unsubscribe email chrony-dev-requ...@chrony.tuxfamily.org with "unsubscribe" in the subject. For help email chrony-dev-requ...@chrony.tuxfamily.org with "help" in the subject. Trouble? Email listmas...@chrony.tuxfamily.org.