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

Florian Forster octo at verplant.org
Wed Sep 27 08:24:23 CEST 2017


 src/daemon/common.c |    3 +-
 src/memcached.c     |  149 ++++++++++++++++++++++++++++++++++++++++++---------
 2 files changed, 126 insertions(+), 26 deletions(-)

New commits:
commit d9cf2694955c8192cb3a916b71e1c33356c3e9e5
Merge: d5792be 243163d
Author: Florian Forster <octo at collectd.org>
Date:   Wed Sep 27 08:23:51 2017 +0200

    Merge remote-tracking branch 'github/pr/2388'

commit 243163d9a20ed9961f6c2eefe59b411b5c39d707
Author: Pavel Rochnyack <pavel2000 at ngs.ru>
Date:   Mon Jul 31 12:21:24 2017 +0700

    Proper return value from 'swrite()' when connection has been closed
    
    According to POSIX, errno is set only if 'recv()' returns -1.
    When connection has been closed, 'recv()' returns 0 and errno left untouched.
    For functions which check errno value after 'swrite()', errno now is set to ECONNRESET,
    so they produce correct message 'Connection reset by peer'.

commit 686bd66e6b1624c07f8c469b41e902d5bfc33131
Author: Pavel Rochnyack <pavel2000 at ngs.ru>
Date:   Wed Sep 27 02:41:18 2017 +0700

    memcached: Style fix

commit 1d1e565400b7c770db22e25ad97c06ceab0170ad
Author: Pavel Rochnyack <pavel2000 at ngs.ru>
Date:   Mon Jul 31 11:57:30 2017 +0700

    memcached: Persistent connections with IO timeouts




More information about the collectd-changes mailing list