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

Florian Forster octo at verplant.org
Mon Nov 20 19:19:05 CET 2006


 configure.in           |    7 
 src/Makefile.am        |    1 
 src/df.c               |   74 +++++++++
 src/sensors.c          |   57 +------
 src/utils_ignorelist.c |  364 +++++++++++++++++++++++++++++++++++++++++++++++++
 src/utils_ignorelist.h |   70 +++++++++
 6 files changed, 527 insertions(+), 46 deletions(-)

New commits:
commit ec88fb0e76925d53608d465034c042081a7a542a
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Mon Nov 20 19:18:53 2006 +0100

    configure.in: Remove the `--with-regex' option and check for `regex.h' everywhere.

commit b1eba7255b8910ce6b6b781a64f0605f68b89edb
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Mon Nov 20 18:16:34 2006 +0100

    df plugin: Make use of the new ignorelist functionality.

commit d5b0c6e1a85377658d8e2b35f07343cda106211f
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Mon Nov 20 18:15:39 2006 +0100

    src/utils_ignorelist.c: Allow the `entry' argument to be NULL/empty.
    
    Also assert the object to be non-empty.

commit 9674512a648641868b28c0c29802ba9de92bbfe5
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Mon Nov 20 17:47:26 2006 +0100

    src/utils_ignorelist.[ch]: Remove the `ignorelist_num' function and associated code.

commit 403e429f70e11ac11b6d5af174322b01e45b810a
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Mon Nov 20 17:41:30 2006 +0100

    src/utils_ignorelist.[ch]: Renamed some functions. Internal changes.
    
    Mostly renamed variables, but also changed some return values and inserted
    asserts where appropriate.

commit ba5aa781cacb54b167867929759bda738c386a91
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Sat Nov 18 13:44:23 2006 +0100

    Ignorelist: Renamed `src/config_list.[ch]' to `src/utils_ignorelist.[ch]'.
    
    The interface has been changed to use the `ignorelist'-prefix rather than
    `configlist', which is a confusing term for this functionality.

commit 743618994cb3067ce5b710b9d86c3b983171aa1f
Author: Lubos Stanek <lubek at users.sourceforge.net>
Date:   Fri Nov 17 21:15:14 2006 +0100

    More improvementa on the ignorelist functionality.
    
    I am sending the updated version of config_list.
    I repaired the error freeing unallocated memory, modified regex for dynamically
    allocated error message buffer and replaced '|' with '/'.

commit 2a60a9b22492baeeec4f573fbfe8c6394b8ad9e9
Author: Lubos Stanek <lubek at users.sourceforge.net>
Date:   Fri Nov 17 20:54:16 2006 +0100

    Improve and generalize the ignorelist functionality.




More information about the collectd-changes mailing list