src/utils_cmd_flush.c: Fix parsing of the "timeout" option.
[collectd.git] / src /
2010-11-06 Florian Forstersrc/utils_cmd_flush.c: Fix parsing of the "timeout...
2010-11-06 Florian Forsterrrdtool plugin: Make sure "cache_timeout + random_varia...
2010-11-06 Florian Forstersrc/{collectd,plugin}.c: Don't cast "-1" to cdtime_t.
2010-11-03 Florian ForsterMany plugins and files: Convert "interval_g" and "vl...
2010-10-31 Florian ForsterMerge branch 'master' into ff/subsecond
2010-10-31 Florian ForsterMove the "cdtime_t" type to "collectd.h".
2010-10-31 Florian Forstersrc/collectd.h: Do not include <stdbool.h> here.
2010-10-31 Florian Forsterpowerdns plugin: Make calculation of timeout value...
2010-10-31 Florian Forsteripvs plugin: Remove explicit reference of "interval_g".
2010-10-31 Florian Forstersrc/common.c: parse_values: Add error handling.
2010-10-31 Florian Forsterthermal plugin: Remove explicit reference to "interval_g".
2010-10-31 Florian Forstersrc/utils_cache.c: Fix timeout checking.
2010-10-31 Florian Forsterrrdtool plugin: Fix the "random variation" implementation.
2010-10-31 Florian ForsterVarious plugins: More fixes for the "cdtime_t" change.
2010-10-31 Florian Forsterjava plugin: Fix conversion from / to Java.
2010-10-31 Florian Forsterlibvirt plugin: Don't set the time explicitly.
2010-10-31 Florian ForsterVarious plugins: Some more fixes with the time_t →...
2010-10-31 Florian Forsternetwork plugin: Don't use the "true" and "false" macros...
2010-10-31 Florian Forstersrc/plugin.[ch]: Change the flush callbacks to take...
2010-10-31 Florian Forstersrc/utils_time.h: Add macros for converting to "struct...
2010-10-31 Florian Forstersrc/plugin.[ch]: Change the "time" member to "cdtime_t".
2010-10-31 Florian Forstersrc/configfile.[ch]: Add "cf_util_get_cdtime".
2010-10-30 Florian ForsterMerge branch 'master' into ff/subsecond
2010-10-30 Florian ForsterVarious plugins: Don't call "time(2)" in the plugins...
2010-10-30 Florian Forstersrc/utils_time.[ch]: Add module for sub-second time...
2010-09-30 Florian Forsternetwork plugin: Increase default buffer size to 1452.
2010-09-29 Florian ForsterMerge branch 'kr/ctxt'
2010-09-29 Florian Forstercontextswitch plugin: Some coding style changes.
2010-09-29 Florian Forstercontextswitch plugin: Add copyright and author information.
2010-09-27 Florian Forstermysql plugin: Remove some inactive (legacy) code.
2010-09-27 Florian Forsterapache plugin: Remove legacy code.
2010-09-24 Florian Forstercurl_json plugin: Improve error handling.
2010-09-11 Manuel Luis Sanmar... PATCH apache.c: support IBM HTTP Server.
2010-09-04 Florian Forsternginx plugin: Make the cURL callback code easier to...
2010-08-29 Florian Forsterperl plugin: Remove the deprecated "plugin_flush_{all...
2010-08-29 Florian Forsterperl plugin: Remove deprecated compatibility code from...
2010-08-29 Florian Forstersrc/types.db: Remove the "mysql_qcache" and "mysql_thre...
2010-08-24 Kimo Rosenbaumadd support for sysctlbyname: vm.stats.sys.v_swtch
2010-08-19 Florian ForsterMerge branch 'collectd-4.10'
2010-08-19 Florian ForsterMerge branch 'collectd-4.9' into collectd-4.10
2010-08-19 Florian Forstersrc/utils_heap.c: Fix calculation of the parent's index.
2010-08-19 Florian Forstercollectd-nagios: Remove forgotten commend.
2010-08-19 Florian Forstercollectd-nagios: Remove unnecessary includes.
2010-08-18 Florian Forstercollectdctl: Reorder includes and set strict C99/POSIX...
2010-08-18 Florian Forstercollectdctl: Fix comparison with uninitialized variable.
2010-08-18 Florian Forstercollectdctl: Fix problems with strict aliasing.
2010-08-17 Florian ForsterMerge branch 'collectd-4.10'
2010-08-17 Florian ForsterMerge branch 'collectd-4.9' into collectd-4.10
2010-08-17 Florian Forstersrc/plugin.c: Improve an info message.
2010-08-17 Florian ForsterMerge branch 'ad/redis'
2010-08-17 Florian ForsterMerge branch 'ff/redis' into ad/redis
2010-08-17 Florian Forsterwrite_redis plugin: Add all identifiers to a "set".
2010-08-17 Florian Forsterwrite_redis plugin: Use an "append" macro to fill the...
2010-08-17 Florian Forsterwrite_redis plugin: Fix copyright information.
2010-08-17 Florian Forsterredis plugin: Add default configuration.
2010-08-17 Florian Forsterredis plugin: Improve the types used for storing inform...
2010-08-17 Florian Forsterredis plugin: Use a linked list rather than an AVL...
2010-08-17 Florian Forstercollectd.conf(5): Document he "Derive*" and "AbsoluteSe...
2010-08-17 Florian Forstersrc/utils_match.c: Use strtoull(3) for counter and...
2010-08-16 Florian Forstersrc/utils_match.h: Fix a bug preventing derive values...
2010-08-13 Florian Forstersrc/configfile.c: Continue parsing config files if...
2010-08-11 Florian Forstersrc/utils_db_query.[ch]: Remove legacy code.
2010-08-10 Florian Forsterwrite_redis plugin: Add a new plugin writing collectd...
2010-08-10 Florian Forstercollectd.conf(5): Improve the "Redis plugin" documentat...
2010-08-10 Florian Forsterredis plugin: Simplify configuration handling.
2010-08-10 Andres J. DiazFix a number of minor bugs.
2010-08-10 Florian Forstercollectdctl: Explicitly cast "long" to "int". This...
2010-08-09 Sebastian Harlcollectdctl: Added support for ‘U’ (undef) values in...
2010-08-09 Sebastian Harllibcollectdclient: Fixed handling of ‘U’ (undef) in...
2010-08-09 Sebastian Harlcollectdctl: Improved error reporting.
2010-08-09 Sebastian Harlcollectdctl: Added support for the ‘putval’ command.
2010-08-09 Sebastian Harllibcollectdclient: Added missing element to LCC_VALUE_L...
2010-08-09 Sebastian Harlcollectdctl: Moved examples section from help output...
2010-08-09 Sebastian Harlcollectdctl: ‘flush’ now supports multiple plugins...
2010-08-08 Sebastian Harlcollectdctl(1): Updated the manpage according to the...
2010-08-08 Sebastian Harlcollectdctl: Improved error reporting.
2010-08-08 Sebastian Harlcollectdctl: Added ‘listval’ command.
2010-08-08 Sebastian HarlRenamed ‘collectd-flush’ to ‘collectdctl’ (collectd...
2010-08-08 Sebastian Harlcollectd-flush: Added ‘getval’ to the help output.
2010-08-08 Sebastian Harlcollectd-flush: Added support for the ‘getval’ command.
2010-08-08 Sebastian Harlcollectd-flush: Moved connection handling out of ‘flush()’.
2010-08-08 Sebastian Harlcollectd-flush: Switched to a command based syntax.
2010-08-08 Florian Forstercurl json: Fix checking the response code.
2010-08-07 Sebastian Harlsrc/Makefile: Build and ship (in the tarball) the colle...
2010-08-07 Sebastian Harlcollectd-flush: Include version and author information...
2010-08-07 Sebastian Harlcollectd-flush: Determine default socket from configure...
2010-08-07 Sebastian Harlcollectd-flush: Do not use ‘getopt_long()’.
2010-08-07 Sebastian Harlcollectd-flush: Simplified ‘usage()’ a bit.
2010-08-06 Florian Forstersrc/utils_cmd_putval.[ch]: Implement "create_putval".
2010-08-06 Florian Forsterwrite_http plugin: Move "wh_value_list_to_string" to...
2010-08-06 Florian Forstercollectd-flush: Minor coding style changes.
2010-08-06 Florian Forstercollectd-flush: Add a missing "break" in a "switch...
2010-08-06 Hakon-Dugstad.John... Update Makefile.am to build collectd-flush
2010-08-06 Hakon-Dugstad.John... Add collectd-flush command line utility.
2010-08-04 Florian Forsterredis plugin: Use "sizeof" rather than repeating the...
2010-08-04 Florian Forstercurl_json plugin: Use a more descriptive define as...
2010-08-04 Florian Forsterredis plugin: Whitespace fixes.
2010-08-04 Florian Forsterredis plugin: Fix typos preventing a successful build.
2010-08-04 Andres J. DiazAdd redis plugin.
2010-07-28 Sebastian Harlcollectd-perl(5): Mention that "Globals" should be...
next