[chrony-dev] [GIT] chrony/chrony.git branch, master, updated. 1.27-43-g066254b |
[ 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 066254b6c8510bf28189ba99d8d99c2c05dba0d3 (commit)
via 79811bf3e284ac64f5fa4c8aa319c3b6169179a9 (commit)
via 32bf32e7d58d0e990e5494933e064824b0f99c3d (commit)
via df968ca47c10e74ba9f07d2e7418d1bc6b5ef3ac (commit)
via cce7a5f15e339f1445df92f6e7e49c8b1e5fb3f6 (commit)
via 288043c13b2993e466e8d52912397836a0b82b67 (commit)
via 78ae4ebfaa30d70fb699b0f70abc2a46593d2237 (commit)
via cf700a00843846835f81502b94a269ae76a0ba1d (commit)
via 60a25f6e7113c1e91debde91e74d413b01394ec2 (commit)
via 3eff836b2e237ac0ae0e1f343044baa12c274f3d (commit)
via 2b9fe764d50e7ae232d3f28532215f9121aeef2a (commit)
via 030e3b2dabefbd4087fe4c0be8893e534fcd7bd5 (commit)
via 5079f6bbff9ae92fa0775516c40da2ce6ca55b54 (commit)
via afceb9d24e855981b6fa5f7d4c7442e5f0caa5d6 (commit)
via a2656a20bc40e3b5fad9efae66fe4bd4c4af30dd (commit)
from 359d444343c4976830d16322e7f702d2ec396d1d (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 066254b6c8510bf28189ba99d8d99c2c05dba0d3
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date: Wed Jun 5 10:17:13 2013 +0200
Fix burst command with specified address
This was broken in commit 0f8def4ca4237495f13a93384ded9245495e3c8f.
commit 79811bf3e284ac64f5fa4c8aa319c3b6169179a9
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date: Wed Jun 5 10:00:36 2013 +0200
Allow hostnames in offline, online and burst commands
commit 32bf32e7d58d0e990e5494933e064824b0f99c3d
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date: Wed Jun 5 09:56:37 2013 +0200
Don't use uninitialized value in receive_packet()
commit df968ca47c10e74ba9f07d2e7418d1bc6b5ef3ac
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date: Wed Jun 5 09:55:00 2013 +0200
Fix stratum setting when source with non-minimum stratum is selected
commit cce7a5f15e339f1445df92f6e7e49c8b1e5fb3f6
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date: Tue Jun 4 19:20:37 2013 +0200
Improve peer polling in symmetric mode
If the remote stratum is higher than ours, try to lock on the peer's
polling to minimize our response time by slightly extending our delay or
waiting for the peer to catch up with us as the random part in the
actual interval is reduced. If the remote stratum is equal to ours, try
to interleave evenly with the peer.
commit 288043c13b2993e466e8d52912397836a0b82b67
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date: Tue Jun 4 15:35:22 2013 +0200
Save remote poll only with valid packets
commit 78ae4ebfaa30d70fb699b0f70abc2a46593d2237
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date: Tue Jun 4 12:39:17 2013 +0200
Fix peer polling with shorter remote poll
If the remote peer uses a polling interval shorter than the local
minimum, the local peer will be unable to send any packets as the
timeout will be updated on every received valid packet and will never
expire.
Modify the delay calculation to aim at poll interval away since the last
transmit.
Also, share the delay calculation code with transmit_timeout().
commit cf700a00843846835f81502b94a269ae76a0ba1d
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date: Tue Jun 4 12:08:58 2013 +0200
Requeue transmit timeout only with valid packets
commit 60a25f6e7113c1e91debde91e74d413b01394ec2
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date: Mon Jun 3 16:37:58 2013 +0200
Ignore packets from offline sources
Rework the logic in transmit_timeout() to change the online status on
the following timeout to allow ignoring packets from offline sources.
commit 3eff836b2e237ac0ae0e1f343044baa12c274f3d
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date: Mon Jun 3 16:00:19 2013 +0200
Set stratum from last sample instead of best
commit 2b9fe764d50e7ae232d3f28532215f9121aeef2a
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date: Mon Jun 3 15:49:01 2013 +0200
Drop unused SST_GetReferenceData()
commit 030e3b2dabefbd4087fe4c0be8893e534fcd7bd5
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date: Mon Jun 3 14:27:09 2013 +0200
Make receive_packet() more readable
commit 5079f6bbff9ae92fa0775516c40da2ce6ca55b54
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date: Mon Jun 3 13:05:26 2013 +0200
In burst count only accumulated samples as good
commit afceb9d24e855981b6fa5f7d4c7442e5f0caa5d6
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date: Mon Jun 3 11:34:15 2013 +0200
Slew only non-zero local timestamps in ntp core
commit a2656a20bc40e3b5fad9efae66fe4bd4c4af30dd
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date: Mon Jun 3 11:13:45 2013 +0200
Fix poll timeout with symmetric peer and poll 0
-----------------------------------------------------------------------
Summary of changes:
chrony.texi.in | 22 ++-
client.c | 15 ++-
ntp_core.c | 490 +++++++++++++++++++++++++++++--------------------------
sources.c | 3 +-
sourcestats.c | 32 +----
sourcestats.h | 9 -
6 files changed, 289 insertions(+), 282 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.