[collectd-changes] collectd, the system statistics collection daemon: Changes to 'master'
Florian Forster
octo at verplant.org
Wed Mar 18 18:41:31 CET 2009
ChangeLog | 19 ++++++++
configure.in | 106 +++++++++++++++++++++++-----------------------
src/collectd.conf.in | 1 +
src/configfile.c | 9 +++-
src/filter_chain.c | 15 -------
src/liboping/liboping.c | 20 ---------
src/match_timediff.c | 2 +-
src/types_list.c | 4 +-
src/utils_cache.c | 2 +-
version-gen.sh | 2 +-
10 files changed, 86 insertions(+), 94 deletions(-)
New commits:
commit e4b8a186516b61f16d94a76db0aa102a3270d46c
Merge: c811c48c7cdd847af34d86a459af34c110155576 b1d3856d265c13c3684feda9e06fd0c7738ac4d1
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date: Wed Mar 18 18:41:27 2009 +0100
Merge branch 'collectd-4.6'
commit b1d3856d265c13c3684feda9e06fd0c7738ac4d1
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date: Wed Mar 18 11:11:18 2009 +0100
configure: Prefixed cache-ids in AC_CACHE_CHECK with "c_cv_".
autoconf requires the string "_cv_" to be present in cache-ids.
This patch adds/changes `have_broken_perl_load_module' which was added
after 4.5.
commit 71eea90743f95ff69dc233b878c8f67a4d9754f8
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date: Wed Mar 18 11:07:30 2009 +0100
Bumped version to 4.6.2; Updated ChangeLog.
commit 3f391479bfc45d0ff6e0c7b87c899e41a192f392
Merge: ec2d5e1b7df6353aa926e0f77477830f3984cf7b 5f5da97bb2d3230bae716725acefcc01a3f3e918
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date: Tue Mar 17 14:51:51 2009 +0100
Merge branch 'collectd-4.5' into collectd-4.6
commit 5f5da97bb2d3230bae716725acefcc01a3f3e918
Author: Sebastian Harl <sh at tokkee.org>
Date: Tue Mar 10 21:26:51 2009 +0100
configure: Prefixed cache-ids in AC_CACHE_CHECK with "c_cv_".
autoconf requires the string "_cv_" to be present in cache-ids.
commit cc5c9640e4e5b766473e227d38ee24c123d9bea6
Author: Sebastian Harl <sh at tokkee.org>
Date: Tue Mar 10 20:48:54 2009 +0100
configfile, types_list: Improved error messages when handling "TypesDB".
commit ec2d5e1b7df6353aa926e0f77477830f3984cf7b
Merge: e0e406ccbebea436f736fa13b9345eb7b110d5b6 1f9eac059788d149e3d8fcd9895d3c977f5e9521
Author: Florian Forster <octo at huhu.verplant.org>
Date: Tue Mar 17 09:29:06 2009 +0100
Merge branch 'collectd-4.6' of /var/lib/git/collectd into collectd-4.6
commit 2d8915c37b7be045e6e638ff67e0b1168b4136a6
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date: Mon Mar 16 09:38:42 2009 +0100
src/liboping/liboping.c: Fix a problem with strict aliasing.
Just remove the code since it's dead anyway.
Thanks to Alan Pevec <apevec at gmail.com> for pointing this out :)
commit 1f9eac059788d149e3d8fcd9895d3c977f5e9521
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date: Mon Mar 16 09:31:04 2009 +0100
src/filter_chain.c: Allow chains without a default target.
This is how it's documented.
commit b548ec7f008da5af14e3fc552b65d92ba6d7645e
Author: Bruno Prémont <bonbons at linux-vserver.org>
Date: Mon Mar 16 09:18:42 2009 +0100
timediff match: Register the correct match name.
commit ecc79888d9419610f058910307d193a200258a78
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date: Mon Mar 16 09:07:12 2009 +0100
src/utils_cache.c: Fix an error message.
commit 1298c12a6ee7d25acd66a96035dcb5a3bc7c6fe6
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date: Sun Mar 15 23:40:20 2009 +0100
src/collectd.conf.in: Add `match_timediff'.
commit e0e406ccbebea436f736fa13b9345eb7b110d5b6
Author: Florian Forster <octo at huhu.verplant.org>
Date: Sat Mar 14 18:02:35 2009 +0100
bind plugin: "Trivial patch" to make `rr cache' stats work.
More information about the collectd-changes
mailing list