stats plugin: close fd on error
[collectd.git] / src / statsd.c
2015-12-05 Ruben Kerkhofstats plugin: close fd on error
2015-11-25 Florian Forsterstatsd plugin: Correctly free metrics at shutdown.
2015-11-06 Pierre-Yves Ritschardstatsd: provide a gauge for counters, holding the absol...
2015-06-06 Florian Forsterstatsd plugin: Dispatch NaN when no timer event was...
2015-05-30 Florian Forsterstats plugin: Fix reference of undeclared symbol.
2015-05-30 Florian Forsterstatsd plugin: Free latency counter and AVL trees.
2015-05-28 Marc FournierMerge remote-tracking branch 'origin/collectd-5.3'...
2015-05-19 Marc FournierMerge branch 'collectd-5.3' into collectd-5.4
2015-05-09 Marc FournierMerge branch 'collectd-5.3' into collectd-5.4
2015-04-14 Marc FournierMerge branch 'collectd-5.3' into collectd-5.4
2015-04-13 Marc FournierMerge branch 'collectd-5.3' into collectd-5.4
2015-04-08 Marc FournierMerge branch 'collectd-5.3' into collectd-5.4
2015-03-24 Marc FournierMerge branch 'collectd-5.3' into collectd-5.4
2015-03-03 Marc FournierMerge branch 'collectd-5.3' into collectd-5.4
2015-02-26 Florian ForsterMerge branch 'collectd-5.3' into collectd-5.4
2015-02-24 Marc FournierMerge branch 'collectd-5.3' into collectd-5.4
2015-01-07 Marc FournierMerge branch 'collectd-5.3' into collectd-5.4
2014-11-24 Marc FournierMerge branch 'collectd-5.3' into collectd-5.4
2014-09-10 Florian ForsterMerge branch 'collectd-5.3' into collectd-5.4
2014-09-08 Marc FournierMerge branch 'collectd-5.3' into collectd-5.4
2014-09-06 Florian ForsterMerge branch 'collectd-5.3' into collectd-5.4
2014-08-29 Marc FournierMerge branch 'collectd-5.3' into collectd-5.4
2014-08-21 John LeachStatsd: support samplerate field in timing metric types
2014-08-18 Florian ForsterMerge branch 'collectd-5.3' into collectd-5.4
2014-08-07 Marc FournierMerge pull request #540 from tokkee/configure
2014-03-30 Manuel Luis Sanmar... AIX doesn't have MSG_DONTWAIT, define as MSG_NONBLOCK
2014-01-23 Marc FournierMerge branch 'collectd-5.3' into collectd-5.4
2014-01-08 Marc FournierMerge branch 'collectd-5.3' into collectd-5.4
2013-08-18 Florian ForsterMerge branch 'collectd-5.3'
2013-08-18 Florian ForsterMerge branch 'ad/aquaero'
2013-08-18 Florian ForsterMerge remote-tracking branches 'github/pr/392' and...
2013-08-16 Florian ForsterMerge remote-tracking branch 'github/master'
2013-08-16 Florian ForsterMerge remote-tracking branch 'github/pr/404'
2013-08-14 Marc Fournierstatsd plugin: add TimerCount option
2013-08-14 Marc Fournierstatsd plugin: add TimerSum option
2013-08-14 Marc Fournierstatsd plugin: add TimerLower and TimerUpper options
2013-08-09 Marc FournierMerge remote-tracking branch 'origin/pr/376'
2013-08-07 Florian ForsterMerge branch 'ff/statsd'
2013-07-26 Florian Forsterstats plugin: Don't check the value of '(value_t).derive'.
2013-07-12 Florian Forsterstatsd plugin: Store values internally as double.
2013-07-11 Florian Forsterstatsd plugin: Make metric names case-sensitive.
2013-07-11 Florian Forsterstatsd plugin: Don't use strtok_r() to split multi...
2013-07-11 Florian Forsterstatsd plugin: Dont'a call common.c:parse_value().
2013-07-11 Florian Forsterstatsd plugin: Avoid calling snprintf() in the hot...
2013-07-11 Florian Forsterstatsd plugin: Remove the prefix in the counter and...
2013-06-24 Matt Blairfix the build
2013-06-22 Florian Forsterstatsd plugin: Implement the "TimerPercentile" configur...
2013-06-17 Florian Forsterstats plugin: Add support for sets.
2013-06-17 Florian Forsterstatsd plugin: Allow several metrics with the same...
2013-06-17 Florian Forsterstatsd plugin: Implement the "Delete{Counters,Timers...
2013-06-17 Florian Forsterstatsd plugin: Add configuration for Host and Port.
2013-06-17 Florian Forsterstatsd plugin: Initial implementation.