[collectd-changes] collectd, the system statistics collection daemon: Changes to 'collectd-4.4'
Florian Forster
octo at verplant.org
Wed Jun 11 14:32:31 CEST 2008
src/apache.c | 12 ++++++------
src/apcups.c | 6 +++---
src/apple_sensors.c | 16 ++++++++--------
src/ascent.c | 4 ++--
src/battery.c | 6 +++---
src/collectd.h | 4 ++++
src/cpu.c | 6 +++---
src/cpufreq.c | 4 ++--
src/df.c | 6 +++---
src/disk.c | 4 ++--
src/dns.c | 8 ++++----
src/email.c | 4 ++--
src/entropy.c | 8 ++++----
src/hddtemp.c | 4 ++--
src/interface.c | 4 ++--
src/iptables.c | 4 ++--
src/ipvs.c | 16 ++++++++--------
src/irq.c | 4 ++--
src/libvirt.c | 2 +-
src/load.c | 4 ++--
src/mbmon.c | 4 ++--
src/memcached.c | 16 ++++++++--------
src/memory.c | 4 ++--
src/multimeter.c | 4 ++--
src/mysql.c | 16 ++++++++--------
src/netlink.c | 8 ++++----
src/network.c | 10 +++++-----
src/nfs.c | 4 ++--
src/nginx.c | 10 ++++++----
src/ntpd.c | 6 +++---
src/nut.c | 2 +-
src/perl.c | 2 +-
src/ping.c | 6 +++---
src/powerdns.c | 2 +-
src/processes.c | 10 +++++-----
src/rrdtool.c | 4 ++--
src/serial.c | 4 ++--
src/snmp.c | 4 ++--
src/swap.c | 4 ++--
src/tape.c | 4 ++--
src/tcpconns.c | 4 ++--
src/users.c | 4 ++--
src/utils_cmd_putval.c | 8 ++++----
src/utils_dns.c | 2 +-
src/vmem.c | 4 ++--
src/vserver.c | 12 ++++++------
src/wireless.c | 4 ++--
src/xmms.c | 4 ++--
48 files changed, 149 insertions(+), 143 deletions(-)
New commits:
commit f1a13745491b03b5f7379b12abf866f8ff50d608
Author: Florian Forster <sifnfors at informatik.stud.uni-erlangen.de>
Date: Wed Jun 11 14:32:19 2008 +0200
Replace all occurrences of `strcpy' with `sstrncpy', again.
This changes all files that are new in 4.4.
commit 7746d34c8ecc4fa984187cf2b1a93d1b6d3a061b
Merge: c60c6dfa5960b23bdc59341ae73e701dd59d4305 7e44a991736f5b26f035711bb9296a176722edaf
Author: Florian Forster <sifnfors at informatik.stud.uni-erlangen.de>
Date: Wed Jun 11 14:30:56 2008 +0200
Merge branch 'collectd-4.3' into collectd-4.4
commit 7e44a991736f5b26f035711bb9296a176722edaf
Author: Florian Forster <sifnfors at informatik.stud.uni-erlangen.de>
Date: Wed Jun 11 14:30:39 2008 +0200
src/collectd.h: Use `#pragma GCC poison' to disable evil functions.
commit 89c093596906dd787a8af56acf6d054de92cc383
Author: Florian Forster <sifnfors at informatik.stud.uni-erlangen.de>
Date: Wed Jun 11 14:30:02 2008 +0200
libvirt plugin: Replace `strcat' with `strncat'.
commit b42974a9e2d83e70c166cd572725a8d72bd2a1c4
Author: Florian Forster <sifnfors at informatik.stud.uni-erlangen.de>
Date: Wed Jun 11 14:29:31 2008 +0200
Replace all occurrences of `strcpy' with `sstrncpy'.
commit c6bbc09d2791606d91b5e2434774a5fae921b1e2
Author: Florian Forster <sifnfors at informatik.stud.uni-erlangen.de>
Date: Wed Jun 11 14:24:34 2008 +0200
nginx plugin: Use `strtok_r' instead of `strtok'.
More information about the collectd-changes
mailing list