[chrony-dev] [GIT] chrony/chrony.git branch, master, updated. 1.31-27-gc404786

[ 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  c404786b9218fdaa8d9fba9790b1c4d29a83a73f (commit)
       via  2ff4eca7bf426c805293781576efee500088ec72 (commit)
       via  1eca83ff2249956d7daddf9c7e044a6a77be6bdc (commit)
       via  2575fa8f83f1ee07859a8e08ab32f03997992d46 (commit)
       via  b7e86192eeb291e684372ba2c9907f8eea7a23e5 (commit)
       via  078f0f511e59b47fb772588b240e3f6e943659ba (commit)
       via  4963b931d0d85962b553b43848286f5ed887123b (commit)
       via  75fd327222a7a7498e622da6df180e859fb3496a (commit)
       via  9e71932c2ee85c91635681a5b4322870413e4935 (commit)
       via  d92583ed330f4c1f5f29fc1fc7c01d2a19d12319 (commit)
       via  cd27860e55622995ae23a501a568470a7cd929e6 (commit)
       via  ba875fc04a760a641a5753443ccc5e30a4a3d5bb (commit)
       via  b5a85bd2fed2e9a55a7c7900a10ff9dc40c4b2ee (commit)
       via  4e0df8c2a69dff10adf9221285970ddcafb87c6e (commit)
       via  37bc30c8d90eccaee7c549ee65166ba3269a2756 (commit)
       via  f6ed7844e1ac8c25fe9ba84232c563f302beba30 (commit)
       via  d4663902331a17c206570aa8b14b216b7b976598 (commit)
       via  336473398ab330df4bdb36dc38e7cb4f998ed511 (commit)
       via  bb16c81e7b9b146901b53cce3de221b1a9f0dea6 (commit)
      from  f955b46c13878bff7852558820fe902cf0df1b13 (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 c404786b9218fdaa8d9fba9790b1c4d29a83a73f
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date:   Thu Sep 25 09:46:44 2014 +0200

    logging: remove warning on missing debug messages
    
    The state of the DEBUG feature is now printed with chronyd version.

commit 2ff4eca7bf426c805293781576efee500088ec72
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date:   Wed Sep 24 18:20:05 2014 +0200

    cmdmon: fix initialization of allocated reply slots
    
    The next pointer in the last allocated reply slot was not set. This
    could cause a crash when more slots were needed. (the slots are used to
    save unacknowledged replies to authenticated commands)

commit 1eca83ff2249956d7daddf9c7e044a6a77be6bdc
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date:   Wed Sep 24 17:56:08 2014 +0200

    cmdmon: allocate reply slots in smaller quantums

commit 2575fa8f83f1ee07859a8e08ab32f03997992d46
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date:   Wed Sep 24 16:58:16 2014 +0200

    cmdmon: use char for permissions table

commit b7e86192eeb291e684372ba2c9907f8eea7a23e5
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date:   Wed Sep 24 16:36:45 2014 +0200

    refclock: include refid in some debug messages

commit 078f0f511e59b47fb772588b240e3f6e943659ba
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date:   Wed Sep 24 15:13:03 2014 +0200

    util: optimize UTI_RefidToString()

commit 4963b931d0d85962b553b43848286f5ed887123b
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date:   Wed Sep 24 17:35:04 2014 +0200

    rtc: allocate samples dynamically

commit 75fd327222a7a7498e622da6df180e859fb3496a
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date:   Wed Sep 24 14:59:20 2014 +0200

    conf: allocate sources dynamically
    
    This removes the limits on maximum number of sources specified by the
    initstepslew, server and refclock directives in the config file.

commit 9e71932c2ee85c91635681a5b4322870413e4935
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date:   Wed Sep 24 14:49:51 2014 +0200

    ntp: allocate source records dynamically
    
    This removes the limit on maximum number of added NTP sources.

commit d92583ed330f4c1f5f29fc1fc7c01d2a19d12319
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date:   Wed Sep 24 13:56:45 2014 +0200

    refclocks: allocate refclock instances dynamically

commit cd27860e55622995ae23a501a568470a7cd929e6
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date:   Wed Sep 24 13:47:52 2014 +0200

    keys: allocate keys dynamically
    
    This removes the limit on maximum number of keys in the key file.

commit ba875fc04a760a641a5753443ccc5e30a4a3d5bb
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date:   Wed Sep 24 13:43:07 2014 +0200

    sched: allocate file handlers dynamically

commit b5a85bd2fed2e9a55a7c7900a10ff9dc40c4b2ee
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date:   Wed Sep 24 13:22:31 2014 +0200

    sources: reallocate arrays in exponentially increasing sizes

commit 4e0df8c2a69dff10adf9221285970ddcafb87c6e
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date:   Tue Sep 23 17:12:56 2014 +0200

    ntp: improve hashing of sources
    
    Use 32-bit hash and switch to quadratic probing. This will be useful to
    allow resizing of the hash table and not limit the number of sources.

commit 37bc30c8d90eccaee7c549ee65166ba3269a2756
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date:   Wed Sep 24 11:31:33 2014 +0200

    Add array utility functions

commit f6ed7844e1ac8c25fe9ba84232c563f302beba30
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date:   Tue Sep 23 13:35:38 2014 +0200

    Free allocated memory on exit
    
    This should reduce the number of possible memory leaks reported by
    valgrind. The remaining reported leaks are sched tqe allocation, async
    DNS instance allocation, cmdmon response/timestamp cell allocation, and
    clientlog subnet allocation.

commit d4663902331a17c206570aa8b14b216b7b976598
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date:   Wed Sep 24 12:41:38 2014 +0200

    cmdparse: don't duplicate hostname in CPS_ParseNTPSourceAdd()
    
    Let the caller duplicate the string if needed.

commit 336473398ab330df4bdb36dc38e7cb4f998ed511
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date:   Mon Sep 22 16:09:35 2014 +0200

    Check for memory allocation errors

commit bb16c81e7b9b146901b53cce3de221b1a9f0dea6
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date:   Tue Sep 23 15:45:54 2014 +0200

    test: make 114-presend more tolerant

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

Summary of changes:
 Makefile.in                  |    6 +-
 array.c                      |  121 ++++++++++++++++++
 nameserv_async.h => array.h  |   35 +++--
 chrony.texi.in               |    2 +-
 client.c                     |    3 -
 clientlog.c                  |    5 +
 cmdmon.c                     |    5 +-
 cmdparse.c                   |   22 +---
 conf.c                       |  174 +++++++++++++++----------
 conf.h                       |    3 +-
 hash.h                       |    2 +
 hash_intmd5.c                |    5 +
 hash_nss.c                   |   14 ++
 hash_tomcrypt.c              |    5 +
 keys.c                       |  126 ++++++++++--------
 local.c                      |   11 +-
 logging.c                    |    2 -
 logging.h                    |    1 +
 main.c                       |   10 +-
 nameserv_async.h => memory.c |   48 +++++--
 memory.h                     |   14 +-
 mkdirpp.c                    |    7 +-
 ntp_sources.c                |  290 ++++++++++++++++++++++++++----------------
 refclock.c                   |  102 +++++++++------
 rtc_linux.c                  |   13 +-
 sched.c                      |   20 ++-
 sources.c                    |    8 +-
 test/simulation/114-presend  |    2 +
 util.c                       |   12 +-
 29 files changed, 716 insertions(+), 352 deletions(-)
 create mode 100644 array.c
 copy nameserv_async.h => array.h (51%)
 copy nameserv_async.h => memory.c (64%)


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/