collectd.git
2008-09-04 Florian Forsterprocesses plugin: Fix a format string. collectd-4.3
2008-09-01 Florian ForsterChangeLog: Entry for 4.3.4: Bring plugins in alphabetic...
2008-08-31 Florian ForsterBumped version to 4.3.3; Updated ChangeLog. collectd-4.3.4
2008-08-26 Sebastian Harl.gitignore: Added collectd-nagios, collectdmon and...
2008-08-26 Sebastian Harlperl plugin: Re-get the perl interpreter after parsing...
2008-08-26 Florian Forstercontrib/snmp-probe-host.px: Don't fail silently, but...
2008-08-26 Florian Forstercontrib/snmp-probe-host.px: Work-around for Windows...
2008-08-26 Florian Forstercontrib/snmp-probe-host.px: Fix for `table' data withou...
2008-08-25 Jarle BjørgeengenCollectd::Unixsock: Allow passing of `Interval' to...
2008-08-25 Florian Forstermemcached plugin: Wait for a *little* longer for the...
2008-08-21 Florian Forstercontrib/snmp-probe-host.px: Added script to semi-automa...
2008-08-21 Mohammad Ebrahim... collectd-exec(5): Fix two typos.
2008-08-21 Florian Forstersrc/plugin.c: Include the shared object when reporting...
2008-08-20 Florian Forstermemcached plugin: Remove an unused variable.
2008-08-19 Florian Forstermemcached plugin: Fix a possible file descriptor leak.
2008-08-19 Sebastian Harlsrc/common.h: Make sfree() usable like a function.
2008-08-19 Florian Forsterbuild system: Automatically enable the swap plugin...
2008-08-19 Florian ForsterMerge branch 'collectd-4.3' of /var/lib/git/collectd...
2008-08-19 Florian Forsterbuild system: Define which version of libkvm has been...
2008-08-18 Florian Forstertcpconns plugin: Fix another format string.
2008-08-18 Florian Forstertcpconns plugin: Fix formatstrings.
2008-08-18 Florian Forstersnmp plugin: Fix a possible memory leak.
2008-08-12 Peter Holiksrc/utils_threshold.c: Free allocated memory before...
2008-08-11 Michael Stapelbergmemory plugin: The variable is named cache, not cached...
2008-07-15 Sebastian Harlconfigfile.c: Fixed a typo.
2008-07-14 Florian Forstersnmp plugin: More format string fixes.
2008-07-14 Florian Forsterntpd plugin: Use the standard types `uint8_t' etc....
2008-07-14 Florian Forstervserver plugin: Use `readdir_r' instead of `readdir'.
2008-07-14 Florian Forstersrc/{collectd.h,perl.c}: Poison sprintf after perl...
2008-07-14 Florian Forstersnmp plugin: Fix two format strings.
2008-07-14 Florian Forstersrc/collectd.h: Don't include <pth.h>.
2008-07-14 Florian Forsterconfigure.in: Use pkg-config to detect the upsclient...
2008-07-14 Florian Forsterntpd plugin: Fix two format strings.
2008-07-06 Sebastian Harlsrc/plugin.c: Initialize plugins before checking if...
2008-07-02 Florian Forsterrrdtool plugin: Use a hack to case the `argv' pointers...
2008-06-24 Sebastian Harlemail plugin: Don't unlink the socket file on startup.
2008-06-20 Florian Forstersrc/common.c: Not enough memory is an error, not a...
2008-06-17 Sebastian Harlcontrib/examples/: Be more verbose about how to handle...
2008-06-14 Michał Mirosławsrc/common.c: Add end-of-line characters to strsplit()
2008-06-13 Florian Forstersrc/collectd.conf.in: Fix the NotificationExec example.
2008-06-11 Florian Forstersrc/utils_dns.c: Fix version information for __NAMESER...
2008-06-11 Florian Forstersrc/collectd.h: Use `#pragma GCC poison' to disable...
2008-06-11 Florian Forsterlibvirt plugin: Replace `strcat' with `strncat'.
2008-06-11 Florian ForsterReplace all occurrences of `strcpy' with `sstrncpy'.
2008-06-11 Florian Forsternginx plugin: Use `strtok_r' instead of `strtok'.
2008-06-09 JoWwireless plugins: Interpret noise/power values >100...
2008-06-07 Alessandro... disk plugin: Use correct name under Linux 2.4
2008-06-07 Florian Forsternetwork plugin: Don't blindly re-initialize everything...
2008-06-06 Florian Forstersrc/collectd.h: Try even harder to determine endianess.
2008-06-06 Florian Forstersrc/plugin.h: Use __attribute__((format)) for plugin_log.
2008-05-27 Sebastian Harlbuild.sh: Check for lex and yacc.
2008-05-27 Sebastian Harlsrc/liboconfig/oconfig.c: Declare "c_file" as "const...
2008-05-27 Sebastian Harlsrc/utils_llist.c: Improved robustness against NULL...
2008-05-13 Florian Forstercontrib/cussh.pl: Remove left over merge stuff..
2008-05-13 Florian Forstercontrib/cussh.pl: Improve parsing of identifiers.
2008-05-06 Florian ForsterMerge branch 'collectd-4.2' into collectd-4.3
2008-05-06 Florian Forsterconfigure.in: Don't use `test -a'. collectd-4.2
2008-05-06 Florian ForsterMerge branch 'collectd-4.2' into collectd-4.3
2008-05-01 Florian Forstersrc/collectd.h: Check for `_BYTE_ORDER', too.
2008-04-30 Florian ForsterMerge branch 'collectd-4.2' into collectd-4.3
2008-04-30 Florian Forsterload plugin: Use #if rather than #ifdef.
2008-04-30 Florian Forsterbuild system: Remove the COLLECT_LIBIOKIT define.
2008-04-30 Florian Forsterbuild system: Define HAVE_LIBSTATGRAB if the statgrab...
2008-04-30 Sebastian Harlperl plugin: Work around a compiler warning on FreeBSD.
2008-04-30 Sebastian HarlCollectd.pm: Fixed the check for complete function...
2008-04-30 Florian ForsterMerge branch 'collectd-4.2' into collectd-4.3
2008-04-30 Florian ForsterMoved <statgrab.h> out of "collectd.h" and into the...
2008-04-30 Florian ForsterMerge branch 'collectd-4.2' into collectd-4.3
2008-04-30 Florian ForsterMerge branch 'collectd-4.2' of /var/lib/git/collectd...
2008-04-30 Florian Forsterbuild system: Fix another bug in the detection of the...
2008-04-29 Florian ForsterMerge branch 'collectd-4.2' into collectd-4.3
2008-04-29 Florian ForsterMerge branch 'collectd-4.2' of git://git.verplant.org...
2008-04-29 Florian ForsterMerge branch 'collectd-4.3' of git://git.verplant.org...
2008-04-29 Florian ForsterMerge branch 'collectd-4.2' into collectd-4.3
2008-04-29 Florian Forsterbuild system: Use pkg-config to determine flags for...
2008-04-29 Florian Forsterbuild system: Don't (accidentally) clear the LDFLAGS...
2008-04-22 Florian ForsterBumped version to 4.3.3; Updated ChangeLog. collectd-4.3.3
2008-04-22 Florian ForsterMerge branch 'collectd-4.2' into collectd-4.3
2008-04-22 Florian ForsterChangeLog: Add missing notes about _REENTRANT and the... collectd-4.2.7
2008-04-22 Florian ForsterMerge branch 'collectd-4.2' into collectd-4.3
2008-04-22 Florian ForsterBumped version to 4.2.7; Updated ChangeLog.
2008-04-20 Sebastian Harlmigrate-3-4.px: Rename vs_processes's data source from...
2008-04-20 Sebastian Harlcollection.cgi: Updated "vserver" graph definitions...
2008-04-18 Florian Forstersensors plugin: Fix the return status of `sensors_snpri...
2008-04-16 Sebastian Harlconfigure: Build perl bindings only if a perl interpret...
2008-04-15 Florian ForsterMerge branch 'collectd-4.2' into collectd-4.3
2008-04-14 Florian Forsterbuild system: Check if strtok_r needs _REENTRANT
2008-04-13 Florian ForsterMerge branch 'collectd-4.2' of octo@verplant.org:/var...
2008-04-09 Florian ForsterMerge branch 'collectd-4.2' into collectd-4.3
2008-04-09 Florian Forsterexec plugin: Close all file descriptors but the one...
2008-04-03 Florian ForsterCOPYING: Switched to a version with the new address...
2008-04-03 Florian ForsterMerge branch 'collectd-4.2' into collectd-4.3
2008-04-03 Florian ForsterCOPYING: Added the file (including the GPLv2).
2008-04-01 Florian ForsterMerge branch 'collectd-4.2' into collectd-4.3
2008-04-01 Sebastian Harlunixsock plugin: Do not unregister a write-callback...
2008-04-01 Florian Forsterconfigure.in: Set CPPFLAGS when checking headers.
2008-04-01 Florian Forsterapache plugin: Increase the size of the read-buffer...
2008-03-31 Florian Forstersrc/plugin.c: plugin_dispatch_values: Improve the error...
2008-03-31 Florian Forstersrc/common.c: Make really sure BYTE_ORDER and BIG_ENDIA...
2008-03-31 Sebastian Harlplugin.c: Tell the user if a plugin could not be found.
next