{GPL, other}: Relicense to MIT license.
[collectd.git] / src / statsd.c
2014-07-29 Florian Forster{GPL, other}: Relicense to MIT license.
2014-07-25 Pierre-Yves RitschardMerge pull request #360 from pyr/feature-log-logstash
2014-07-24 Marc FournierMerge branch 'udev-disk'
2014-07-22 Pierre-Yves RitschardMerge branch 'master' into feature-riemann-threshold
2014-03-30 Marc FournierMerge pull request #569 from manuelluis/mlsr/MSG_DONTWA...
2014-03-04 Manuel Luis Sanmar... AIX doesn't have MSG_DONTWAIT, define as MSG_NONBLOCK
2014-01-17 Pierre-Yves RitschardMerge branch 'feature-log-logstash' of github.com:pyr...
2014-01-08 Marc FournierMerge branch 'collectd-5.3' into collectd-5.4
2013-12-20 Pierre-Yves RitschardMerge pull request #362 from mikepilat/add-snmpv3
2013-09-20 Florian ForsterMerge remote-tracking branch 'origin/master'
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.