collectd.git
2007-08-28 Florian ForsterMerge branch 'collectd-4.0'
2007-08-28 Florian ForsterChangeLog: Added a short note about the fix in the... collectd-4.0.7
2007-08-28 Florian Forstermysql plugin: Use a different define to determine if...
2007-08-26 Florian ForsterBumped version to 4.0.7; Updated ChangeLog.
2007-08-26 Florian ForsterMerge branch 'collectd-3.11' into collectd-4.0
2007-08-26 Florian Forsterprocesses plugin: Fix a possible segfault.
2007-08-26 Florian Forsterbuild system: Several fixes for libcurl, libmysql,...
2007-08-24 Florian Forsterbuild system: Use the libs provided by `mysql_config...
2007-08-24 Florian ForsterMerge branch 'pull/collectd-4.0' into collectd-4.0
2007-08-24 Florian Forsterbuild system: Use `mysql_config' to find the appropriat...
2007-08-23 Florian ForsterMerge branch 'pull/master'
2007-08-23 Florian Forsterexec and unixsock plugin: Move the shared `PUTVAL'...
2007-08-22 Florian Forstercontrib/collectd2html.pl: Don't invoke the Perl interpr...
2007-08-22 Eddy Petrișorcontrib/collectd2html.pl: Allow generation of graphs...
2007-08-22 Florian ForsterMerge branch 'pull/collectd-4.0' into collectd-4.0
2007-08-22 Florian ForsterMerge branch 'sh/master'
2007-08-22 Sebastian Harlcontrib/README: Updated information about collection...
2007-08-22 Sebastian Harlconfigure.in: Generate version dynamically using versio...
2007-08-22 Sebastian HarlFixed some typos in the manpages.
2007-08-22 Sebastian HarlREADME, contrib/README: Fixed some typos.
2007-08-19 Florian Forsternetwork plugin: Allow port arguments to be numeric.
2007-08-19 Florian ForsterREADME: Added a pointer to the mailinglist.
2007-08-08 Florian ForsterMerge branch 'pull/collectd-4.0'
2007-08-05 Kjell Randacontrib/fedora/collectd.spec: Updated for 4.0.6.
2007-08-04 Michael Renzmanncollectd(1): Fix typo.
2007-08-03 Florian ForsterMerge branch 'pull/master'
2007-08-03 Florian ForsterMerge branch 'collectd-4.0'
2007-08-03 Florian ForsterBumped version to 4.0.6; Updated ChangeLog. collectd-4.0.6
2007-07-31 Sebastian HarlUpdated .gitignore.
2007-07-31 Florian ForsterMerge branch 'pull/collectd-4.0' into collectd-4.0
2007-07-31 Florian Forstersrc/collectd.conf.in: Added the `SocketFile' option...
2007-07-31 Kjell RandaFixed Fedora specfile for Fedora 7 and collectd 4.0.5
2007-07-30 Florian Forstersyslog plugin: Call `openlog' right when the plugin...
2007-07-30 Florian Forstersensors plugin: Fix the use of the ignorelist, so it...
2007-07-30 Florian ForsterChangeLog: A first draft of the changes that were made...
2007-07-10 Bruno Prémontconfigure.in: Use the custom CFLAGS and LDFLAGS when...
2007-07-10 Sebastian HarlAdded a sample collection.conf to contrib/.
2007-07-10 Florian ForsterChanged the test for the `libupsclient' to it uses...
2007-07-05 Florian ForsterMerge branch 'collectd-4.0'
2007-07-05 Florian ForsterBumped version to 4.0.5; Updated ChangeLog. collectd-4.0.5
2007-07-04 Florian Forstercollectd-nagios: Display performance data and generally...
2007-07-04 Florian Forstersrc/collectd.conf.in: s/_MODULE_/_PLUGIN_/g
2007-07-02 Florian ForsterMerge branch 'pull/master'
2007-07-02 Florian Forstermemory plugin: Check for `HAVE_HOST_STATISTICS' rather...
2007-07-02 Florian ForsterRemoved the `XXX_HAVE_READ' defines from all plugins.
2007-07-02 Florian Forstercollectd-nagios(1): Fix typo.
2007-07-01 Florian Forsterbuild system: Do dependency checking in the configure...
2007-07-01 Florian Forsterdns plugin: Added support for the old bind-interface.
2007-07-01 Florian Forstersrc/common.c: Allow the `pwbufp' argument to `getpwnam_...
2007-06-30 Florian ForsterImpelemt an own version of `getpwnam_r'.
2007-06-30 Florian Forster{hddtemp,mbmon,ntpd} plugins: Only use the `AI_ADDRCONF...
2007-06-30 Florian Forsterconfigure.in: Include `sys/types.h' and `sys/param...
2007-06-24 Florian ForsterMerge branch 'collectd-4.0'
2007-06-24 Florian ForsterBumped version to 4.0.4; Updated ChangeLog. collectd-4.0.4
2007-06-24 Florian Forstersrc/collectd-nagios.c: Copy the NAN-defines from `colle...
2007-06-23 Florian Forstersnmp plugin: Use several reading threads to parallelize...
2007-06-23 Florian Forstersnmp plugin: Use the `snmp_sess_*' interface.
2007-06-23 Florian Forsterdns plugin: Check for `net/ppp_defs.h' and include...
2007-06-21 Florian Forstersnmp plugin: Many important bugfixes.
2007-06-21 Daniel Leitememory plugin: Fix a typo in the Solaris code.
2007-06-21 Florian Forsterliboconfig: Added `%option noyywrap' to the scanner.
2007-06-21 Florian Forsterload plugin: Fix the Linux code that reads `/proc/loadavg'.
2007-06-21 Daniel Leitecpu, interface plugin: Fix compilation issues under...
2007-06-19 Florian ForsterMerge branch 'collectd-4.0'
2007-06-19 Florian ForsterBumped version to 4.0.3. collectd-4.0.3
2007-06-19 Florian ForsterChangeLog, README: Documented the `--with-nan-emulation...
2007-06-19 Florian Forsterconfigure: Implemented `--with-nan-emulation' for cross...
2007-06-19 Ezra Peisachsrc/Makefile.am: When building outside the source tree...
2007-06-19 Ezra Peisachcsv, rrdtool plugin: Initialize a buffer correctly.
2007-06-18 Florian ForsterCollectd::Unixsock: Implemented the `listval' method.
2007-06-18 Florian Forsterunixsock plugin: Implemented the `LISTVAL' command.
2007-06-18 Florian ForsterChangeLog: Added changes for 4.0.3.
2007-06-18 Florian Forstersnmp plugin: Implemented the host-option `Interval'.
2007-06-18 Florian Forsterping plugin: Actually check the uid, not the address...
2007-06-14 Florian Forsterxmms plugin: Added a plugin to graph bitrate and freque...
2007-06-13 Florian Forstercpu plugin: Submit the right values in the Darwin code.
2007-06-13 Florian Forsterconfigure.in, src/Makefile.am: Only link against Net...
2007-06-13 Florian Forstersnmp plugin: Use `size_t' for the OID length to be...
2007-06-12 Sebastian HarlAdded initial version off cussh.pl to contrib/.
2007-06-12 Sebastian Harlcontrib/SpamAssassin/: Set default socket path to ...
2007-06-12 Sebastian Harlemail plugin: Set default path of the UNIX socket to...
2007-06-12 Sebastian Harlunixsock plugin: Set default path of the UNIX socket...
2007-06-12 Florian ForsterMerge branch 'collectd-4.0'
2007-06-12 Florian ForsterBumped version to 4.0.2; Updated ChangeLog. collectd-4.0.2
2007-06-11 Florian Forsterhddtemp, ntpd plugin: Allow numeric `Port' arguments.
2007-06-07 Florian ForsterMerge branch 'collectd-4.0'
2007-06-07 Florian ForsterBumped version to 4.0.1; Updated ChangeLog. collectd-4.0.1
2007-06-07 Florian Forstercontrib/collection.cgi: Added graphs for gauge, if_erro...
2007-06-07 Florian ForsterMerge branch 'collectd-4.0'
2007-06-07 Evan MillerREADME, collectd.conf(5): its/it's in documentation
2007-06-07 Sebastian Harlcollectd.conf.pod: Fixed a typo.
2007-06-06 Florian ForsterMerge branch 'collectd-4.0'
2007-06-06 Florian Forsteriptables plugin: Fix a segfault when a comment is passe...
2007-06-06 Florian Forsterrrdtool plugin: Use the interval in the value lists...
2007-06-06 Florian Forsternetwork plugin: Send and receive the interval of value...
2007-06-06 Florian Forstersrc/plugin.h: Include the `interval' in the value lists.
2007-06-03 Florian ForsterMerge branch 'ff/rrdqueue'
2007-06-03 Florian ForsterMerge branch 'ff/snmp'
2007-06-03 Florian ForsterBumped version to 4.0.0; Updated ChangeLog. collectd-4.0.0
2007-06-03 Florian Forsterrrdtool plugin: Fixed some bugs in the queueing-code.
next