[chrony-dev] [GIT] chrony/chrony.git branch, master, updated. 1.24-116-ge8fe1dc |
[ Thread Index |
Date Index
| More chrony.tuxfamily.org/chrony-dev Archives
]
This is an automated email from git. It was enerated because a ref
change was pushed to the repository "chrony/chrony.git".
The branch, master has been updated
via e8fe1dc4156b871b940a4fbbca8e4039ebdc3036 (commit)
via 9cf08fc780acf4f1650d584e6b881325f8f2a20e (commit)
via b712b3a979fb4525f9b4bf8e9d77e1c07ac78a3a (commit)
via a931b2eeced8098ab0fac4b439b03e19b56b7455 (commit)
via 2e74beebbf276c525802d346bd5204c1fb110166 (commit)
via db510a9558832c304d2cbbcf41dec1799d4eed33 (commit)
via 222198acf31860647a115bcafaf43c8066b9a36a (commit)
via bc4d5df94ee46c57e4bfce2ed448ff84d05d7949 (commit)
via 9d35b5deac13ba5ac822defc34b668e0ec9a4d8d (commit)
from 59c68d240c0e1bb0837f21f43f9aa2b9ad389525 (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 e8fe1dc4156b871b940a4fbbca8e4039ebdc3036
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date: Tue Jan 25 17:51:19 2011 +0100
Ignore reselectdist for refclocks
commit 9cf08fc780acf4f1650d584e6b881325f8f2a20e
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date: Tue Jan 25 17:22:00 2011 +0100
Make importance of stratum in source selection configurable
Instead of always selecting the source with minimum stratum, add weighted
stratum to the distance when comparing selectable sources. The weight
can be configured with new stratumweight directive and can be set to
zero to ignore stratum completely, by default 1.0.
commit b712b3a979fb4525f9b4bf8e9d77e1c07ac78a3a
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date: Mon Jan 24 18:04:33 2011 +0100
Disable variance source test for now
It seems it triggers even with one source alone if it's close and
accurate or polling interval is long enough. It would need to include
max_clock_error.
commit a931b2eeced8098ab0fac4b439b03e19b56b7455
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date: Mon Jan 24 17:23:34 2011 +0100
Add outlyer source status to cmdmon protocol
This is not used yet.
commit 2e74beebbf276c525802d346bd5204c1fb110166
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date: Mon Jan 24 17:13:28 2011 +0100
Print sources with bad stats in client as unreachable
commit db510a9558832c304d2cbbcf41dec1799d4eed33
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date: Mon Jan 24 17:09:00 2011 +0100
Select source with minimum distance using a scoring system
Each source has a score against currently selected source which is
updated (multiplied by ratio of their distances) when one of the two
sources has a new sample. When the score reaches a limit, the source
will be selected. This should allow to slowly select the source with
minimum distance without frequent reselecting.
To avoid switching between sources with very variable distances (e.g. on
LAN or when upstream server uses a longer polling interval), sources
that are currently not selected are penalized by a fixed distance. This
can be configured with new reselectdist directive (100 microseconds by
default).
commit 222198acf31860647a115bcafaf43c8066b9a36a
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date: Wed Jan 19 15:29:49 2011 +0100
Set status on doffset and dfreq commands
commit bc4d5df94ee46c57e4bfce2ed448ff84d05d7949
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date: Wed Jan 19 14:44:10 2011 +0100
Reply with status invalid instead of bad length on invalid command
commit 9d35b5deac13ba5ac822defc34b668e0ec9a4d8d
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date: Tue Jan 18 18:07:46 2011 +0100
Don't leak descriptors to sendmail
-----------------------------------------------------------------------
Summary of changes:
acquire.c | 3 +
candm.h | 3 +-
chrony.texi | 38 ++++++++++++++++++
client.c | 10 ++++-
cmdmon.c | 29 ++++++++++---
conf.c | 44 +++++++++++++++++++++
conf.h | 4 ++
logging.c | 4 ++
ntp_io.c | 3 +
refclock_pps.c | 3 +
refclock_sock.c | 2 +
reports.h | 2 +-
rtc_linux.c | 3 +
sources.c | 116 ++++++++++++++++++++++++++++++++++++++++++-------------
util.c | 14 +++++++
util.h | 3 +
16 files changed, 244 insertions(+), 37 deletions(-)
hooks/post-receive
--
chrony/chrony.git
---
To unsubscribe email chrony-dev-request@xxxxxxxxxxxxxxxxxxxx with "unsubscribe" in the subject.
For help email chrony-dev-request@xxxxxxxxxxxxxxxxxxxx with "help" in the subject.
Trouble? Email listmaster@xxxxxxxxxxxxxxxxxxxx.