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 5833be6ccfb1bb97f18181dcad2d64640fd8561b (commit) via ea3950d57e423750ece09e32761e9358fa05c63e (commit) via 3f51805e6214cad5cb9a863491316937541601ec (commit) via b45f53dd2030456bbcc14bc0fd5f47c712e59d2d (commit) via 9749a1c6fcbdbf158bef2e0b454e7044a742749a (commit) via 5ca5d279d7116ccd903d5c393926ec5afc17d41c (commit) via 7b52c1578f43090ebce27f6e03e8f423c564a2c1 (commit) via 72975ce1f0d28dd6901afecf96b24c1a763600dd (commit) via 9a4c22db0388b3a6a6e061b3bf6e35b542ba020a (commit) via e7af875b68ce158014d08c1989f556a9a7dd7914 (commit) from 4acca9b727dce00112717ccfe4d1bc7212e4b6cb (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 5833be6ccfb1bb97f18181dcad2d64640fd8561b Author: Miroslav Lichvar <mlich...@redhat.com> List-Post: chrony-dev@chrony.tuxfamily.org Date: Thu Mar 17 14:28:45 2016 +0100 util: fix UTI_FloatNetworkToHost() with very small exponents Fix conversion of floating point numbers from the cmdmon format with very small exponents, as for instance could be in the smoothing report when the smoothing process ends. This was broken in commit 8e71a46173afe01e11620980a1c7c028d7fd048f. commit ea3950d57e423750ece09e32761e9358fa05c63e Author: Miroslav Lichvar <mlich...@redhat.com> List-Post: chrony-dev@chrony.tuxfamily.org Date: Wed Mar 16 15:50:47 2016 +0100 client: add CSV output mode Add a new option (-c) to chronyc to enable printing of reports in a column-separated values (CSV) format. IP addresses will not be resolved to hostnames, time will be printed as number of seconds since the epoch and values in seconds will not be converted to other units. commit 3f51805e6214cad5cb9a863491316937541601ec Author: Miroslav Lichvar <mlich...@redhat.com> List-Post: chrony-dev@chrony.tuxfamily.org Date: Wed Mar 16 12:05:42 2016 +0100 client: rework printing of reports Add a new printf-like function to allow printing of all fields at once and rework all commands which print a report to use it. Add functions for printing of headers and information fields, and formatting of IP addresses and reference IDs. commit b45f53dd2030456bbcc14bc0fd5f47c712e59d2d Author: Miroslav Lichvar <mlich...@redhat.com> List-Post: chrony-dev@chrony.tuxfamily.org Date: Mon Mar 14 18:06:56 2016 +0100 util: randomize hashing of IP addresses Include a random (constant) value in the hash in UTI_IPToHash() to randomize the order in which NTP sources are stored in the hash table and polled on start. This change also randomizes the order of clientlog records. commit 9749a1c6fcbdbf158bef2e0b454e7044a742749a Author: Miroslav Lichvar <mlich...@redhat.com> List-Post: chrony-dev@chrony.tuxfamily.org Date: Mon Mar 14 17:42:49 2016 +0100 test: make 105-ntpauth more reliable commit 5ca5d279d7116ccd903d5c393926ec5afc17d41c Author: Miroslav Lichvar <mlich...@redhat.com> List-Post: chrony-dev@chrony.tuxfamily.org Date: Mon Mar 14 15:51:53 2016 +0100 makefile: add distclean target to test/unit/Makefile commit 7b52c1578f43090ebce27f6e03e8f423c564a2c1 Author: Miroslav Lichvar <mlich...@redhat.com> List-Post: chrony-dev@chrony.tuxfamily.org Date: Mon Mar 14 15:50:59 2016 +0100 makefile: remove Makefile in doc/Makefile on distclean commit 72975ce1f0d28dd6901afecf96b24c1a763600dd Author: Miroslav Lichvar <mlich...@redhat.com> List-Post: chrony-dev@chrony.tuxfamily.org Date: Mon Mar 14 15:41:05 2016 +0100 ntp: improve error messages for socket options commit 9a4c22db0388b3a6a6e061b3bf6e35b542ba020a Author: Miroslav Lichvar <mlich...@redhat.com> List-Post: chrony-dev@chrony.tuxfamily.org Date: Mon Mar 14 15:31:11 2016 +0100 cmdmon: extend initialization checks Move the message size checks to a separate function and check also header size in the command request and reply to catch incompatible changes. commit e7af875b68ce158014d08c1989f556a9a7dd7914 Author: Miroslav Lichvar <mlich...@redhat.com> List-Post: chrony-dev@chrony.tuxfamily.org Date: Mon Mar 14 15:15:51 2016 +0100 rewrite assertions with very long messages ----------------------------------------------------------------------- Summary of changes: Makefile.in | 1 + client.c | 891 ++++++++++++++++++++++++---------------- cmdmon.c | 62 +-- doc/Makefile.in | 4 +- doc/chronyc.adoc | 6 + ntp_io.c | 16 +- sched.c | 6 +- test/simulation/105-ntpauth | 2 +- test/simulation/110-chronyc | 4 +- test/simulation/115-cmdmontime | 2 +- test/unit/Makefile.in | 3 + util.c | 13 +- 12 files changed, 612 insertions(+), 398 deletions(-) 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.