[chrony-dev] [GIT] chrony/chrony.git branch, master, updated. 1.30-28-g192f74f |
[ 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 192f74f0a1000efc08974f20d3b2eaa640771c65 (commit)
via be203d9af0cf4ebb6c3a284feea37e33604c0642 (commit)
via f8af2993215b4f14432f8dba80fa976c3d9b767c (commit)
via 474b2af1a6259b2953da7eb3f43eb2d8515673cd (commit)
via cb88cea3c45894f28e3aaa8978c0b80e9d43285e (commit)
via fc2892fbb079495e47ddd10d17e705cbfa6e1473 (commit)
via 36b25cbd2b5f4616c1df6a0f7c0555779d490877 (commit)
via d18c0718493839cabc6275f585afd2885b021aab (commit)
via 61b629fdade435e5182a4e9427dfa45ece539e6e (commit)
via 29647c828015df5db9a558351fe65b12f1014cee (commit)
via 97b15cb3aebee753541bfcae23986f1cd535fe4a (commit)
via f725921dfbd1295568cec564aed21e40c55b8969 (commit)
via a4b4d0c0d8e8355e5e0d2570c6563adf867a1bd4 (commit)
via f59ade7f80acfa74b101d4ddfd0cf211714533ab (commit)
via a9b9e7befea9635e37d56a46ef7661b2b4c91199 (commit)
via ead9394a31f0ce02228b1cdc67f8b152aefc69e5 (commit)
via 80129fa9ab02d84bb1b1f69ab7e246989b16444b (commit)
from 18796a3c182e8ae2a4d209330f23c2eb6a28b151 (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 192f74f0a1000efc08974f20d3b2eaa640771c65
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date: Fri Aug 15 10:12:36 2014 +0200
test: fix check in run script
commit be203d9af0cf4ebb6c3a284feea37e33604c0642
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date: Thu Aug 14 18:02:28 2014 +0200
test: add 008-ntpera
commit f8af2993215b4f14432f8dba80fa976c3d9b767c
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date: Thu Aug 14 17:58:59 2014 +0200
test: allow tests to be skipped
commit 474b2af1a6259b2953da7eb3f43eb2d8515673cd
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date: Thu Aug 7 17:08:19 2014 +0200
util: add support for other NTP eras
NTP timestamps use only 32 bits to count seconds and the current NTP era
ends in 2036. Add support for converting NTP timestamps from other NTP
eras on systems with 64-bit time_t.
The earliest assumed NTP time is set by the configure script (by default
to 50 years before the date of the build) and earlier NTP timestamps
underflow to the following NTP era.
commit cb88cea3c45894f28e3aaa8978c0b80e9d43285e
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date: Thu Aug 7 14:29:15 2014 +0200
ntp: move packet size asserts to ntp_core
commit fc2892fbb079495e47ddd10d17e705cbfa6e1473
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date: Thu Aug 7 14:23:33 2014 +0200
util: fix printing of timestamps when time_t is longer than long
commit 36b25cbd2b5f4616c1df6a0f7c0555779d490877
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date: Thu Aug 7 14:11:17 2014 +0200
configure: check for 64-bit time_t
commit d18c0718493839cabc6275f585afd2885b021aab
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date: Thu Aug 14 15:57:09 2014 +0200
ntp: use one socket with random port when acquisitionport is 0
commit 61b629fdade435e5182a4e9427dfa45ece539e6e
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date: Thu Aug 14 15:33:33 2014 +0200
conf: return port numbers as int
commit 29647c828015df5db9a558351fe65b12f1014cee
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date: Mon Aug 4 17:21:26 2014 +0200
cmdmon: allow binding to address that doesn't exist yet
commit 97b15cb3aebee753541bfcae23986f1cd535fe4a
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date: Mon Aug 4 17:21:15 2014 +0200
ntp: allow binding to address that doesn't exist yet
commit f725921dfbd1295568cec564aed21e40c55b8969
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date: Thu Aug 14 14:30:03 2014 +0200
ntp: remove disabled code in prepare_socket()
commit a4b4d0c0d8e8355e5e0d2570c6563adf867a1bd4
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date: Wed Aug 13 18:29:56 2014 +0200
ntp: bind socket only when port or address was specified
This removes an unnecessary system call when getting new connected
client socket.
commit f59ade7f80acfa74b101d4ddfd0cf211714533ab
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date: Wed Aug 13 18:14:42 2014 +0200
ntp: remove socket reconnecting
As new client socket is now created for each request, there is no need
to reconnect the socket. This is a partial revert of commit 43cca04c.
commit a9b9e7befea9635e37d56a46ef7661b2b4c91199
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date: Wed Aug 13 18:11:34 2014 +0200
ntp: create new socket for each client request
Create a new connected client socket before each request and close it
when a valid reply is received.
This is useful when the network configuration is changed and the client
socket should be reconnected, but the old bound address remains valid
and sendmsg() doesn't return with an error.
commit ead9394a31f0ce02228b1cdc67f8b152aefc69e5
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date: Fri Aug 15 10:56:39 2014 +0200
Regenerate getdate.c
commit 80129fa9ab02d84bb1b1f69ab7e246989b16444b
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date: Wed Aug 13 13:01:35 2014 +0200
makefile: regenerate getdate.c when missing
-----------------------------------------------------------------------
Summary of changes:
Makefile.in | 5 +-
chrony.texi.in | 3 +-
cmdmon.c | 8 +
conf.c | 6 +-
conf.h | 4 +-
configure | 40 ++
getdate.c | 862 +++++++++++++++++++++----------------------
ntp_core.c | 87 ++++-
ntp_io.c | 205 ++++------
sysincl.h | 6 +-
test/simulation/008-ntpera | 40 ++
test/simulation/run | 14 +-
test/simulation/test.common | 5 +
util.c | 29 +-
14 files changed, 705 insertions(+), 609 deletions(-)
create mode 100755 test/simulation/008-ntpera
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.