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

Florian Forster octo<span style="display: none;">.trailing-username</span>(a)<span style="display: none;">leading-domain.</span>verplant.org
Sun Feb 11 18:00:57 CET 2007


 ChangeLog                    |   13 ++++++++
 README                       |   21 +++++++++++--
 configure.in                 |   65 ++++++++++++++++++++++++++++++++++++++++---
 contrib/fedora/collectd.spec |    2 -
 src/Makefile.am              |    7 +++-
 src/dns.c                    |    2 -
 src/email.c                  |    2 -
 src/multimeter.c             |    2 -
 src/plugin.c                 |   12 +++++++
 src/processes.c              |    8 ++++-
 src/users.c                  |    2 -
 src/utils_dns.c              |   24 ++++++++-------
 src/utils_mount.c            |    4 +-
 13 files changed, 138 insertions(+), 26 deletions(-)

New commits:
commit a099e23e239df5b8c5e4ba69594f5d53c9841c82
Merge: 54cacc82b003a6578b77a89242ca9f47bd6b49b0 d51a3768cc3302215ecf1f125a6f6d85ac246760
Author: Florian Forster <octo.trailing-username(a)leading-domain.leeloo.lan.home.verplant.org>
Date:   Sun Feb 11 15:41:02 2007 +0100

    Merge branch 'collectd-3.11' into merge/master
    
    Conflicts:
    
    	contrib/fedora/collectd.spec

commit d51a3768cc3302215ecf1f125a6f6d85ac246760
Author: Florian Forster <octo.trailing-username(a)leading-domain.leeloo.lan.home.verplant.org>
Date:   Sun Feb 11 12:52:16 2007 +0100

    Bumped version to 3.11.2; Updated ChangeLog.

commit 9e346f9380f34425392c93ca2b04d31bb2f44d50
Author: Florian Forster <octo.trailing-username(a)leading-domain.leeloo.lan.home.verplant.org>
Date:   Sun Feb 11 12:39:46 2007 +0100

    {email,multimeter,users} plugin: Don't pass NULL-pointers to `plugin_submit'.

commit 6b3bcf8fdba6115766d7cb170ff5328038c7383c
Author: Florian Forster <octo.trailing-username(a)leading-domain.leeloo.lan.home.verplant.org>
Date:   Sun Feb 11 12:39:22 2007 +0100

    plugin.c: Catch NULL-pointers and fix it or ignore the values.
    
    Some systems, such as Solaris, cannot handle NULL-pointers being passed to
    `printf ("%s", NULL);' or the like. This caused a crash when sending the users
    plugin's values over the network under Solaris.

commit 0e21a36c0efe84ffe74eac697435deaf7d3c1022
Author: Florian Forster <octo.trailing-username(a)leading-domain.leeloo.lan.home.verplant.org>
Date:   Sat Feb 10 11:16:44 2007 +0100

    README: Updated the informatioin about plugins and prerequisites.

commit f78087f853abf3c02795b4b6408c8ba438476fe1
Author: Florian Forster <octo.trailing-username(a)leading-domain.leeloo.lan.home.verplant.org>
Date:   Sat Feb 10 10:40:30 2007 +0100

    dns plugin: Only include and build with `utils_dns.c' if it's actually used.

commit 080df026f8866a8588ef2628ef4da0671e15903e
Author: Florian Forster <octo.trailing-username(a)leading-domain.leeloo.lan.home.verplant.org>
Date:   Sat Feb 10 10:39:50 2007 +0100

    configure.in: Don't link all objects with `libkstat' and `libdevinfo'.

commit 5b9d0a2b2a2d71e6d775e16ad0d6de009c81462f
Author: Florian Forster <octo.trailing-username(a)leading-domain.leeloo.lan.home.verplant.org>
Date:   Sat Feb 10 10:15:52 2007 +0100

    configure.in: Bump to 3.11.1; Improve the detection of `netinet/udp.h'.

commit 75809911d063dbe056993dc3d7353ef57d36535b
Author: Florian Forster <octo.trailing-username(a)leading-domain.leeloo.lan.home.verplant.org>
Date:   Sat Feb 10 09:22:21 2007 +0100

    ChangeLog: Added changes for version 3.11.1.

commit 042117ae46d0731898d33871a5fa24a8d82c2861
Merge: a9a1677dda729830aa3cf065c73ab4af4d907fca 17102722e46b33d50e10c50ab958c4b5be2e53a2
Author: Florian Forster <octo.trailing-username(a)leading-domain.huhu.verplant.org>
Date:   Fri Feb 9 17:55:49 2007 +0100

    Merge branch 'pull/collectd-3.11' into collectd-3.11

commit a9a1677dda729830aa3cf065c73ab4af4d907fca
Author: Florian Forster <octo.trailing-username(a)leading-domain.huhu.verplant.org>
Date:   Fri Feb 9 17:39:01 2007 +0100

    src/utils_mount.c: Fix defines so `cu_mount_getlist' works under Solaris.

commit 17102722e46b33d50e10c50ab958c4b5be2e53a2
Merge: bf4f85a0645c98e14a95839470aff26248e09c98 2aff261d44fe933cf1c20b1fd093324c41cea4ba
Author: Florian Forster <octo.trailing-username(a)leading-domain.crystal.wlan.home.verplant.org>
Date:   Wed Feb 7 13:58:55 2007 +0100

    Merge branch 'sh/freebsd'

commit 2aff261d44fe933cf1c20b1fd093324c41cea4ba
Author: Florian Forster <octo.trailing-username(a)leading-domain.crystal.wlan.home.verplant.org>
Date:   Wed Feb 7 13:58:23 2007 +0100

    src/utils_dns.c: Fix the handling of the `struct udphdr' under the GNU libc and other systems.

commit 217ab3ec487b9dfdd09ef04cd42d28b421e266ce
Author: Sebastian Harl <sh.trailing-username(a)leading-domain.tokkee.org>
Date:   Mon Feb 5 22:42:26 2007 +0100

    processes.c, utils_dns.c: Fix compile errors on GNU/kFreeBSD.
    
    Signed-off-by: Sebastian Harl <sh.trailing-username(a)leading-domain.tokkee.org>




More information about the collectd-changes mailing list