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

Florian Forster octo at verplant.org
Thu Oct 4 10:17:09 CEST 2012


 src/utils_cache.c |   42 ++++++++++++++++++++++++++++++------------
 1 file changed, 30 insertions(+), 12 deletions(-)

New commits:
commit 2fb1d3a320cba6abe16fe1e1d22ba085c465b6a8
Merge: d447fc0 88517c4
Author: Florian Forster <octo at collectd.org>
Date:   Thu Oct 4 10:16:56 2012 +0200

    Merge branch 'ym/utils_cache_bugfix'

commit 88517c4f7395b3bff6d8198975422e952709ff6e
Author: Florian Forster <octo at collectd.org>
Date:   Thu Oct 4 10:15:36 2012 +0200

    src/utils_cache.c: Fix comment re defining LISTVAL_INCREASE.
    
    Using the preprocessor flags (CPPFLAGS) is a tad more correct I think.

commit a31fa55c320dcedbca2e979e3bf439278c076c4d
Author: Yves Mettier <ymettier at free.fr>
Date:   Wed Oct 3 11:27:46 2012 +0200

    the increment is defined as a constant (#define) and will not be a
    variable. So its names becomes uppercase.

commit fc45a32f43eb611727d5021e951a29e717d1971f
Author: Yves Mettier <ymettier at free.fr>
Date:   Fri Sep 28 11:51:22 2012 +0200

    Performance improvment : uc_get_names now allocates memory by blocks and not element by element.




More information about the collectd-changes mailing list