[collectd-changes] collectd, the system statistics collection daemon: Changes to 'collectd-4.3'
Florian Forster
octo at verplant.org
Wed Mar 5 09:44:52 CET 2008
ChangeLog | 30 ++
configure.in | 2
contrib/extractDS.px | 621 -------------------------------------------------
contrib/migrate-3-4.px | 10
contrib/rrd_filter.px | 621 +++++++++++++++++++++++++++++++++++++++++++++++++
src/common.c | 10
src/common.h | 2
src/network.c | 359 +++++++++++++++++-----------
version-gen.sh | 2
9 files changed, 886 insertions(+), 771 deletions(-)
New commits:
commit ba21f4c6f3fc2eb729ce8dcb30d538031fd2d967
Author: Florian Forster <octo at noris.net>
Date: Wed Mar 5 09:44:24 2008 +0100
Bumped version to 4.3.1; Updated ChangeLog.
commit 03354ad1ce01f4e027a5aae6b76ecdcf8e87f575
Author: Florian Forster <octo at noris.net>
Date: Wed Mar 5 09:43:21 2008 +0100
contrib/rrd_filter.px: Renamed the old `extractDS.px'.
It can do more than extracting DSes now.
commit 47699ef5849c5dc8f803760c0e50e989cda1b025
Author: Florian Forster <octo at noris.net>
Date: Wed Mar 5 09:28:11 2008 +0100
network plugin: Use `sstrncpy' instead of `strncpy'.
This removes a few "buf[buflen - 1] = '\0';".
commit 629d39950376577fe33c0ff328efd2e7449ada60
Author: Florian Forster <octo at noris.net>
Date: Wed Mar 5 09:27:28 2008 +0100
src/common.[ch]: Changed the signature of `sstrncpy' to match that of `strncpy'.
commit 9ebb82bf36ac779a8af81f2e9a513226387a5679
Merge: 6e855e6ab3bc654a3d6238c75102c66785de8bda 72d3720bdccfda355f94fcad234a0ea402e5dc2b
Author: Florian Forster <octo at noris.net>
Date: Wed Mar 5 09:16:16 2008 +0100
Merge branch 'collectd-4.2' into collectd-4.3
Conflicts:
ChangeLog
src/network.c
version-gen.sh
commit 72d3720bdccfda355f94fcad234a0ea402e5dc2b
Author: Florian Forster <octo at noris.net>
Date: Tue Mar 4 14:43:40 2008 +0100
Bumped version to 4.2.5; Updated ChangeLog.
commit 2b63c8ca9134a20bb6e5cd8249e885c79decbdc8
Author: Florian Forster <octo at noris.net>
Date: Tue Mar 4 14:36:14 2008 +0100
configure.in: Fix a typo.
commit 13f79b5936cd1ece4dc7954c2b4767eee2fd8ef5
Author: Florian Forster <octo at noris.net>
Date: Tue Mar 4 14:35:07 2008 +0100
network plugin: Tested and fixed the receiving part on Sparc.
commit f9e4634b168f40a704d8b516f4d702e835f01588
Author: Florian Forster <octo at noris.net>
Date: Tue Mar 4 11:09:07 2008 +0100
network plugin: Use `memcpy' when parsing packages, too.
This should prevent crashes due to unaligned memory access when running as
server.
commit 5c9fd9c916a121a861d390da3d8706028a8dd68a
Author: Florian Forster <octo at noris.net>
Date: Tue Mar 4 09:36:42 2008 +0100
ChangeLog: Wrote an entry for 4.2.5.
More information about the collectd-changes
mailing list