[collectd-changes] collectd, the system statistics collection daemon: Changes to 'master'

Florian Forster octo at verplant.org
Fri Sep 2 09:33:37 CEST 2016


 src/network.c |   37 ++++++++++++-------------------------
 src/python.c  |   56 +++++++++++++++++++++++++++++++++++++++++---------------
 2 files changed, 53 insertions(+), 40 deletions(-)

New commits:
commit 915fb28ee1a2fb80f1f0b73f2869bcf981c932c2
Merge: 357cae1 fd06911
Author: Florian Forster <octo at collectd.org>
Date:   Fri Sep 2 09:33:10 2016 +0200

    Merge branch 'collectd-5.6'

commit fd06911c23375dc40beeef0406ddf98cec7d3fcf
Merge: 89be8cc 22b9f54
Author: Florian Forster <octo at collectd.org>
Date:   Fri Sep 2 09:32:30 2016 +0200

    Merge branch 'collectd-5.5' into collectd-5.6

commit 22b9f5441f0bb294e16aa27169d02eb69e32d556
Author: Florian Forster <octo at collectd.org>
Date:   Fri Sep 2 09:00:58 2016 +0200

    network plugin: Initialize libgcrypt only when needed.
    
    Previously, libgcrypt was initialized unconditionally in network_init(),
    which may cause trouble on some systems. With this patch, gcrypt is
    initialized if:
    
    * A client socket as signing or encryption enabled, or
    * a server socket has an auth_file configured.
    
    Fixes: #1902

commit 89be8ccf23c003d22d112de0fe5417d747fa20a4
Merge: 7a43e0b 8422e7e
Author: trenkel <github at semidefinite.de>
Date:   Tue Aug 23 17:18:57 2016 +0200

    Merge pull request #1899 from rubenk/python-fixes-for-interactive-sessions
    
    python plugin: Fixing possible problems with the GIL in interactive sessions.

commit 8422e7e438bf34c075af3b1b6380fe8c1fb82bf9
Author: Ruben Kerkhof <ruben at rubenkerkhof.com>
Date:   Tue Aug 23 16:15:30 2016 +0200

    Try a different way to silence GCC.
    
    On some distro's some versions of GCC warn about the unchecked result,
    even though it is casted to void.
    
    See https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66425 for the
    discussion.

commit 46a35862cb9ff3caddad1fc01e02141b6e0a9f72
Author: Sven Trenkel <collectd at semidefinite.de>
Date:   Tue Aug 16 21:52:38 2016 +0000

    python plugin: Fixing possible problems with the GIL.
    
    If AfterFork is called after threads have been initialized.
    Also handle SIGTERM while reading from an interactive session slightly more gracefully.




More information about the collectd-changes mailing list