[chrony-dev] [GIT] chrony/chrony.git branch, master, updated. 1.24-90-g6e96b4b |
[ 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 6e96b4ba333a45bc21f5a1dd2b23369bd3d8d8ad (commit)
via 2d326bfc4882e203bb38abe4851bb331cbbe004f (commit)
via a6988b2a792242020037c06b3f4144d4c469d412 (commit)
via 8b93e1a7809ffd505449dd7819fa6355ef7fa1ee (commit)
via 4e318c1abc08a4fbaea160a2113f6d5a2a3a4c2c (commit)
via 3cb6840d2d793a3e9db8374648e0f589107938da (commit)
via 6ed5a650648224b4cad18b0f1efae74cfa582d18 (commit)
via b977c95be4df79c7c757fdc7815bf9dc5c292525 (commit)
via feb8811f37de2bb0db4e0e46b12e83d5788fc248 (commit)
via 0de82a70a64be176606a4b5670b2ff683d870f33 (commit)
via cc3a8918f0ddb2fae81f980b6b29a31cbaa8166d (commit)
via 63ef2badd64404ec8c1a8e411eb60d3d3b4497bf (commit)
via e98080b8bb9b4d486b75dfd6a4137385cadc92b1 (commit)
from bed5b72cbe0e4a955be0c0630e7b823c357af6f2 (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 6e96b4ba333a45bc21f5a1dd2b23369bd3d8d8ad
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date: Tue Dec 7 16:21:24 2010 +0100
Add reselect command
commit 2d326bfc4882e203bb38abe4851bb331cbbe004f
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date: Mon Dec 6 15:32:06 2010 +0100
Require password for clients command
commit a6988b2a792242020037c06b3f4144d4c469d412
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date: Mon Dec 6 15:01:01 2010 +0100
Update chronyc help text
commit 8b93e1a7809ffd505449dd7819fa6355ef7fa1ee
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date: Mon Dec 6 14:53:37 2010 +0100
Slowly back off sampling rate when selected source loses connectivity
commit 4e318c1abc08a4fbaea160a2113f6d5a2a3a4c2c
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date: Mon Dec 6 14:29:40 2010 +0100
Require valid_header before accumulating sample
Split test7 into two and to accumulate the sample require that all tests
pass, except the one which checks packet stratum is not higher than ours.
Also, don't mark the source as unreachable when only test4c fails.
commit 3cb6840d2d793a3e9db8374648e0f589107938da
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date: Mon Dec 6 10:51:56 2010 +0100
Fix log file names in documentation
commit 6ed5a650648224b4cad18b0f1efae74cfa582d18
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date: Fri Dec 3 18:41:35 2010 +0100
Add maxdelaydevratio command
commit b977c95be4df79c7c757fdc7815bf9dc5c292525
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date: Fri Dec 3 18:35:33 2010 +0100
Add test for ratio of increase in delay to stddev
Require that the ratio of the increase in delay from the minimum one in
the stats data register to the standard deviation of the offsets in the
register is less than maxdelaydevratio or the difference between
measured offset and predicted offset is larger than the increase in
delay. In the allowed delay increase is included also skew and maximum
clock frequency error.
maxdelaydevratio is 10.0 by default.
commit feb8811f37de2bb0db4e0e46b12e83d5788fc248
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date: Fri Dec 3 17:25:50 2010 +0100
Cache minimum peer delay in sourcestats
commit 0de82a70a64be176606a4b5670b2ff683d870f33
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date: Thu Dec 2 16:14:03 2010 +0100
Keep only absolute values of peer delays in sourcestats
This saves some fabs() calls.
commit cc3a8918f0ddb2fae81f980b6b29a31cbaa8166d
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date: Thu Dec 2 14:56:01 2010 +0100
Include maximum clock frequency error in our dispersion
Add maxclockerror directive to set the stability of the clock (10 ppm by
default) and include it in our dispersion.
commit 63ef2badd64404ec8c1a8e411eb60d3d3b4497bf
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date: Wed Dec 1 14:32:26 2010 +0100
Fix printing of NP and NR over 99 in sourcestats
commit e98080b8bb9b4d486b75dfd6a4137385cadc92b1
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date: Tue Nov 30 18:08:33 2010 +0100
Use only 3 chars from refclock driver name in default refid
-----------------------------------------------------------------------
Summary of changes:
candm.h | 16 ++++++++-
chrony.texi | 67 ++++++++++++++++++++++++++++++----
client.c | 47 +++++++++++++++++++++++-
cmdmon.c | 46 +++++++++++++++++++++--
cmdparse.c | 9 +++++
cmdparse.h | 1 +
conf.c | 24 ++++++++++++
conf.h | 1 +
local.c | 13 +++++++
local.h | 4 ++
ntp_core.c | 112 +++++++++++++++++++++++++++++++++++++-------------------
ntp_core.h | 2 +
ntp_sources.c | 19 ++++++++++
ntp_sources.h | 2 +
pktlength.c | 4 ++
refclock.c | 2 +-
reference.c | 4 +-
sources.c | 20 ++++++++++
sources.h | 7 ++++
sourcestats.c | 92 ++++++++++++++++++++++++++++++++++++++++------
sourcestats.h | 5 +++
srcparams.h | 2 +
22 files changed, 433 insertions(+), 66 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.