collectd.git
2008-03-26 Florian ForsterMerge branch 'pull/master'
2008-03-26 Florian ForsterMerge branch 'collectd-4.3'
2008-03-26 Florian ForsterMerge branch 'collectd-4.2' into collectd-4.3
2008-03-26 Sebastian Harlunixsock plugin: Open two different IO stream handles...
2008-03-26 Sebastian Harlunixsock plugin: Open two different IO stream handles...
2008-03-26 Sebastian Harlunixsock plugin: Open two different IO stream handles...
2008-03-26 Sebastian Harlcontrib/cussh.pl: Fixed input line parsing.
2008-03-26 Sebastian Harlcontrib/cussh.pl: Added support for LISTVAL.
2008-03-26 Sebastian HarlCollectd::Unixsock: Fixed some typos.
2008-03-26 Sebastian Harlutils_cmd_{get,put}val.c: Fixed usage of parse_identifi...
2008-03-26 Sebastian Harlutils_cmd_{get,put}val.c: Fixed usage of parse_identifi...
2008-03-26 Florian Forsterutils_cmd_*: Terminate all lines printed to the socket...
2008-03-26 Sebastian Harlutils_cmd_*: Terminate all lines printed to the socket...
2008-03-26 Sebastian HarlDisambiguated the protocol used by the unixsock (and...
2008-03-26 Sebastian Harlutils_cmd_flush.c: Simplified / improved option parsing.
2008-03-26 Sebastian Harlcollectd-unixsock(5): Updated the paragraph about Colle...
2008-03-24 Florian ForsterMerge branch 'collectd-4.3'
2008-03-24 Florian ForsterMerge branch 'collectd-4.2' into collectd-4.3
2008-03-24 Sebastian Harlliboconfig/parser.y: Enabled verbose error messages.
2008-03-24 Sebastian Harlliboconfig: Include the filename in error messages.
2008-03-24 Sebastian Harlperl plugin: Updated copyright information.
2008-03-24 Sebastian Harlcollectd-unixsock(5): Fixed some typos.
2008-03-24 Sebastian Harlutils_cmd_flush.c: Terminate all lines printed to the...
2008-03-24 Florian Forstercollectd-unixsock(5): Be more specific which time ...
2008-03-24 Florian Forsterunixsock plugin: Use `src/utils_cmd_listval.[ch]' and...
2008-03-24 Florian Forstersrc/utils_cmd_listval.[ch]: Added a new module which...
2008-03-24 Florian Forstersrc/utils_cache.[ch]: Improved the `uc_get_names' to...
2008-03-24 Florian Forstersrc/utils_cache.[ch]: Add `uc_get_names', a function...
2008-03-22 Florian Forstersensors plugin: Print information why a specific featur...
2008-03-22 Florian Forsterwireless plugin: Fix reading the noise value.
2008-03-22 Sebastian Harlbuild.sh: Use glibtoolize if it's available.
2008-03-22 Sebastian Harlconfigure: Do not preset $with_libstatgrab and $with_li...
2008-03-22 Florian Forstercontrib/redhat/collectd.spec: Updated the description...
2008-03-22 Richard Shadecontrib/redhat/: Added a spec file and affiliated confi...
2008-03-22 Florian Forstersrc/utils_cache.c: Fix a bug that was introduced by...
2008-03-22 Florian ForsterMerge branch 'collectd-4.3'
2008-03-22 Florian ForsterMerge branch 'collectd-4.2' into collectd-4.3
2008-03-22 Sebastian Harlcollectd(1): Document the supported signals.
2008-03-22 Sebastian Harlperl plugin: Fixed the "EnableDebugger after LoadPlugin...
2008-03-22 Sebastian Harlconfigfile.c: Include more than one files in lexicograp...
2008-03-22 Sebastian Harlliboconfig/oconfig.c: Free all allocated memory in...
2008-03-22 Sebastian Harlconfigfile.c: Abort if any config file could not be...
2008-03-22 Sebastian Harlconfigfile.c: Fixed a memory leak in cf_read_generic().
2008-03-22 Sebastian Harlconfigfile.c: Fixed a segfault after a parse error.
2008-03-22 Florian ForsterAUTHORS: Speak about `plugins', not `modules'.
2008-03-18 Florian ForsterMerge branch 'pull/collectd-4.3' into collectd-4.3
2008-03-18 Florian Forstersrc/utils_{cache,threshold}.c: Fix the concept of faile...
2008-03-17 Florian ForsterMerge branch 'pull/collectd-4.3' into collectd-4.3
2008-03-14 Florian Forstersrc/utils_cache.c: Fix the handling of `Persist'.
2008-03-13 Florian Forstercontrib/rrd_filter.px: Added the ability to add (empty...
2008-03-13 Florian Forstersrc/{mbmon,plugin,unixsock}.c: Simple fixes for Solaris 5.8
2008-03-13 Florian Forstercontrib/rrd_filter.px: Added a scale and shift filter.
2008-03-05 Florian Forstersrc/utils_threshold.c: Fix the configuration of {Failur...
2008-03-05 Florian Forstercontrib/rrd_filter.px: Remove the (unused) Data::Dumper.
2008-03-05 Florian ForsterBumped version to 4.3.1; Updated ChangeLog. collectd-4.3.1
2008-03-05 Florian Forstercontrib/rrd_filter.px: Renamed the old `extractDS.px'.
2008-03-05 Florian Forsternetwork plugin: Use `sstrncpy' instead of `strncpy'.
2008-03-05 Florian Forstersrc/common.[ch]: Changed the signature of `sstrncpy...
2008-03-05 Florian ForsterMerge branch 'collectd-4.2' into collectd-4.3
2008-03-04 Florian ForsterBumped version to 4.2.5; Updated ChangeLog. collectd-4.2.5
2008-03-04 Florian Forsterconfigure.in: Fix a typo.
2008-03-04 Florian Forsternetwork plugin: Tested and fixed the receiving part...
2008-03-04 Florian Forsternetwork plugin: Use `memcpy' when parsing packages...
2008-03-04 Florian ForsterChangeLog: Wrote an entry for 4.2.5.
2008-02-28 Florian ForsterMerge branch 'collectd-4.3'
2008-02-28 Florian ForsterMerge branch 'collectd-4.2' into collectd-4.3
2008-02-28 Sebastian HarlCollectd::Unixsock, cussh.pl: Added support for the...
2008-02-28 Florian Forstersrc/common.c: Use uint8_t's instead of (signed) char's.
2008-02-28 Florian Forstersrc/common.[ch]: Implemented `htond' and `ntohd' and...
2008-02-28 Florian Forsterconfigure.in: Added checks to find out how doubles...
2008-02-27 Florian Forstersrc/utils_cmd_flush.c: Allow two options: `plugin'...
2008-02-27 Florian ForsterMerge branch 'master' of octo@verplant.org:/var/lib...
2008-02-27 Sebastian Harlcollectd.c: Check for errors in sigaction().
2008-02-27 Sebastian Harlunixsock plugin, utils_cmd_flush: Implemented the ...
2008-02-27 Sebastian Harlrrdtool plugin: Get the cache lock before checking...
2008-02-27 Florian ForsterMerge branch 'collectd-4.3'
2008-02-27 Florian ForsterMerge branch 'collectd-4.2' into collectd-4.3
2008-02-27 Florian Forstersrc/utils_cache.c: Fix SPARC alignment problems.
2008-02-27 Florian octo... Merge branch 'pull/master'
2008-02-27 Florian octo... network plugin: Align write access to the send buffer.
2008-02-27 Florian Forstersrc/Makefile.am: Added dependencies on `utils_cmd_putno...
2008-02-27 Florian Forstersrc/utils_cmd_{putnotif,putval}.h: Don't include `plugi...
2008-02-27 Florian Forstersrc/utils_cmd_getval.[ch]: Moved the `getval' command...
2008-02-27 Florian Forsterunixsock plugin: us_handle_getval: Changed the function...
2008-02-27 Florian Forstersrc/utils_cache.[ch]: Implemented `uc_get_rate_by_name'.
2008-02-27 Florian Forsternetwork plugin: Add a `flush' callback.
2008-02-27 Florian Forstersrc/plugin.[ch]: Implemented `plugin_flush_one' which...
2008-02-27 Sebastian Harlrrdtool plugin: Added a flush callback.
2008-02-27 Sebastian Harlcollectd, plugin: Added support for "flush" callbacks.
2008-02-27 Florian ForsterMerge branch 'collectd-4.3'
2008-02-27 Florian ForsterMerge branch 'collectd-4.2' into collectd-4.3
2008-02-27 Rob Lensentcpconns plugin: Fix for compilation under FreeBSD.
2008-02-26 Florian octo... src/collectd.c: Add the `-t' and `-h' switches to the...
2008-02-26 Stefan Völkelrrdtool plugin: Simplified heartbeat calculation
2008-02-26 Sebastian Harlhddtemp plugin: Use SCSI_DISK8_MAJOR thru SCSI_DISK15_M...
2008-02-25 Florian Forstersrc/utils_match.[ch]: Pass a list of up to 31 submatche...
2008-02-25 Florian ForsterMerge branch 'collectd-4.3'
2008-02-25 Florian ForsterMerge branch 'collectd-4.2' into collectd-4.3
2008-02-25 Sebastian Harlping plugin: Fixed a typo when setting the TTL.
2008-02-25 Sebastian Harlexec plugin: Don't pass an invalid egid to setgroups...
next