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

Florian Forster octo at verplant.org
Sat Jan 3 01:36:29 CET 2009


 ChangeLog        |   56 +++++++++++++++++++++++++++++++++++++++++++++++++++++-
 src/types.db.pod |   16 ++++++++++++--
 version-gen.sh   |    2 +-
 3 files changed, 69 insertions(+), 5 deletions(-)

New commits:
commit 02ea8fa749d3225f2e4dbb7e00198abc3990e523
Merge: 24c93f543f999f261d27cfe174fc97ebb1d866e1 a30f785e3411091fceb2f5c850beb5067c18396d
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Sat Jan 3 01:36:04 2009 +0100

    Merge branch 'collectd-4.5'
    
    Conflicts:
    
    	src/types.db.pod

commit a30f785e3411091fceb2f5c850beb5067c18396d
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Fri Jan 2 23:18:15 2009 +0100

    Bumped version to 4.5.2; Updated ChangeLog.

commit 597adb008e5cb9b39bc925046d2aedc084ec2b9e
Merge: 66b7c4bce4e628d8c11cc6762621f155bd68536d d678cfe792f712ed190b65810f5fbcee08e15883
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Fri Jan 2 22:40:44 2009 +0100

    Merge branch 'collectd-4.4' into collectd-4.5
    
    Conflicts:
    
    	ChangeLog
    	version-gen.sh

commit d678cfe792f712ed190b65810f5fbcee08e15883
Author: Florian Forster <octo at noris.net>
Date:   Fri Jan 2 18:31:11 2009 +0100

    Bumped version to 4.4.5; Updated ChangeLog.

commit 66b7c4bce4e628d8c11cc6762621f155bd68536d
Merge: 602d70a9162bf2dc830142755836e82469230c5c 8eac3d8368d7687e8defbd7f8fa4b96217d6a5f8
Author: Florian Forster <octo at crystal.wlan.home.verplant.org>
Date:   Tue Dec 30 17:24:06 2008 +0100

    Merge branch 'collectd-4.4' into collectd-4.5
    
    Conflicts:
    
    	src/network.c

commit 602d70a9162bf2dc830142755836e82469230c5c
Author: Florian Forster <octo at crystal.wlan.home.verplant.org>
Date:   Tue Dec 30 14:44:39 2008 +0100

    network plugin: Fix an invalid size of buffer being used.
    
    When specifying the amount of data to copy, we used `sizeof (buffer)' where
    `buffer' is a pointer, giving 4 or 8 bytes, depending on the architecture (and
    not depending on the actual buffer size). This results in the `type' being sent
    much more often than necessary and sometimes not sending a new type when is was
    actually necessary. The only prominent case in the default configuration(s) was
    `cpufreq' being used instead of `cpu', though.
    
    While in the process, the global `type' buffer was replaced, because an
    appropriate buffer is in `value_list_t' now.
    
    Much thanks to Bruno Prémont for reporting and debugging this issue :)
    
    References: #37

commit 8eac3d8368d7687e8defbd7f8fa4b96217d6a5f8
Author: Florian Forster <octo at crystal.wlan.home.verplant.org>
Date:   Tue Dec 30 17:13:31 2008 +0100

    network plugin: A fix for the buffer problem for version 4.4.
    
    This patch fixes the same problem as 6605ff1a, the insufficient copying of
    values to the `type' buffer.
    
    Thanks again to Bruno Prémont for reporting and debugging this :)
    
    Resolves: #37

commit 2745f0cf50319ea6645bc2c32be8cc0a03065038
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Sat Dec 20 13:34:43 2008 +0100

    types.db(5): Fix a typo.

commit 49ebc1acf0525d8e328b5e01622f34e65a2cf437
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Sat Dec 20 11:20:31 2008 +0100

    types.db(5): Explain in more detail how custom types should be added.
    
    Apparently there was quite some confusion over this.




More information about the collectd-changes mailing list