[chrony-dev] [GIT] chrony/chrony.git branch master updated. 3.3-77-g6e10e67

[ Thread Index | Date Index | More chrony.tuxfamily.org/chrony-dev Archives ]


This is an automated email from git. It was generated because a ref
change was pushed to the "chrony/chrony.git" repository.

The branch, master has been updated
       via  6e10e6740c3a4c6d90c1a39f5002652161f4a193 (commit)
       via  bfaa10f2b09116264bac23838e64e6551753890e (commit)
       via  9f167a799712033ab9f2e60f89ee64d213d1bd6e (commit)
       via  690816346467be3668f93029bac0cf4dfeceb8d1 (commit)
       via  671daf06b832940bb331242d07462c0f69be9618 (commit)
       via  b189a5386b7bc80504d622731f84d241984cb9e5 (commit)
       via  7889d108c288ab2de54aaad9ab9b9a5bfaca0a6c (commit)
       via  3cfa8ce9d366745c35bd75f6a3536e2d3d86ea16 (commit)
       via  570573fe28d4efb93495d8914d7ed5132fcc531a (commit)
       via  62b1a1173679e9e1fee106e169a391fc97ae2235 (commit)
       via  c00d517e12d403a5ddca6f662afb948aefae4a9d (commit)
       via  001f3d5e2733d847351d160f9d36a6dd0bec9029 (commit)
       via  6045023a49a44aa6f7be06fbb4fb98e6a8a5c8a0 (commit)
       via  bba29a0ee78e6033e886c37af577776156a920af (commit)
      from  cffc856b509c5e35c2e06ae56da586d78bf50b96 (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 6e10e6740c3a4c6d90c1a39f5002652161f4a193
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date:   Fri Aug 24 16:56:09 2018 +0200

    test: add 130-quit test

commit bfaa10f2b09116264bac23838e64e6551753890e
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date:   Fri Aug 24 16:33:20 2018 +0200

    test: add 129-reload test

commit 9f167a799712033ab9f2e60f89ee64d213d1bd6e
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date:   Fri Aug 24 15:40:12 2018 +0200

    test: add 128-nocontrol test

commit 690816346467be3668f93029bac0cf4dfeceb8d1
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date:   Fri Aug 24 15:05:58 2018 +0200

    test: separate client/server chronyd options

commit 671daf06b832940bb331242d07462c0f69be9618
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date:   Fri Aug 24 14:56:04 2018 +0200

    test: avoid using eval in shell scripts

commit b189a5386b7bc80504d622731f84d241984cb9e5
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date:   Fri Aug 24 14:19:40 2018 +0200

    test: extend util unit test

commit 7889d108c288ab2de54aaad9ab9b9a5bfaca0a6c
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date:   Thu Aug 23 17:06:50 2018 +0200

    test: add samplefilt unit test

commit 3cfa8ce9d366745c35bd75f6a3536e2d3d86ea16
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date:   Wed Aug 22 17:19:16 2018 +0200

    test: add sanitizers test

commit 570573fe28d4efb93495d8914d7ed5132fcc531a
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date:   Wed Aug 22 15:05:56 2018 +0200

    test: detect configure errors in compilation test

commit 62b1a1173679e9e1fee106e169a391fc97ae2235
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date:   Wed Aug 22 15:03:59 2018 +0200

    test: add -Werror to CFLAGS in compilation test

commit c00d517e12d403a5ddca6f662afb948aefae4a9d
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date:   Fri Aug 24 16:09:21 2018 +0200

    doc: update description of -r option

commit 001f3d5e2733d847351d160f9d36a6dd0bec9029
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date:   Fri Aug 24 12:43:27 2018 +0200

    sourcestats: improve debug message in SST_GetTrackingData()

commit 6045023a49a44aa6f7be06fbb4fb98e6a8a5c8a0
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date:   Fri Aug 24 09:45:00 2018 +0200

    sources: use SQUARE macro in combine_sources()

commit bba29a0ee78e6033e886c37af577776156a920af
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date:   Thu Aug 23 14:19:16 2018 +0200

    samplefilt: check for non-increasing sample times
    
    Adopt the check from the refclock code to check also samples from NTP.

-----------------------------------------------------------------------

Summary of changes:
 doc/chronyd.adoc                           |   6 +-
 refclock.c                                 |  19 ++---
 samplefilt.c                               |  24 +++++-
 samplefilt.h                               |   2 +-
 sources.c                                  |   2 +-
 sourcestats.c                              |   7 +-
 test/compilation/001-features              |   4 +-
 test/compilation/003-sanitizers            |  87 ++++++++++++++++++++++
 test/simulation/128-nocontrol              |  25 +++++++
 test/simulation/{102-iburst => 129-reload} |  18 +++--
 test/simulation/130-quit                   |  23 ++++++
 test/simulation/test.common                |  24 +++---
 test/unit/samplefilt.c                     | 113 +++++++++++++++++++++++++++++
 test/unit/util.c                           |  71 +++++++++++++++++-
 14 files changed, 385 insertions(+), 40 deletions(-)
 create mode 100755 test/compilation/003-sanitizers
 create mode 100755 test/simulation/128-nocontrol
 copy test/simulation/{102-iburst => 129-reload} (50%)
 create mode 100755 test/simulation/130-quit
 create mode 100644 test/unit/samplefilt.c


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.


Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/