Merge pull request #774 from trenkel/master
[collectd.git] / src / statsd.c
2014-09-08 Marc FournierMerge branch 'collectd-5.4'
2014-09-08 Marc FournierMerge branch 'collectd-5.3' into collectd-5.4
2014-09-08 Marc FournierMerge remote-tracking branch 'origin/pr/691'
2014-09-06 Florian ForsterMerge branch 'collectd-5.4'
2014-09-06 Florian ForsterMerge branch 'collectd-5.3' into collectd-5.4
2014-09-01 Marc FournierMerge pull request #695 from mfournier/curlopt_username...
2014-08-29 Marc FournierMerge branch 'collectd-5.3' into collectd-5.4
2014-08-22 Marc FournierMerge branch 'feature/ZOL'
2014-08-22 Florian ForsterMerge remote-tracking branch 'github/pr/706'
2014-08-21 John LeachStatsd: support samplerate field in timing metric types
2014-08-21 Florian ForsterMerge remote-tracking branch 'github/pr/711'
2014-08-18 John LeachStatsd: support samplerate field in timing metric types
2014-08-18 Florian ForsterMerge branch 'collectd-5.4'
2014-08-18 Florian ForsterMerge branch 'collectd-5.3' into collectd-5.4
2014-08-08 Marc FournierMerge remote-tracking branch 'origin/pr/603'
2014-08-07 Marc FournierMerge pull request #566 from timl/drbd
2014-08-07 Marc FournierMerge pull request #540 from tokkee/configure
2014-07-31 Pierre-Yves RitschardMerge pull request #312 from jazzmes/libvirt-mem-usage
2014-07-30 Pierre-Yves RitschardMerge pull request #654 from timl/fix_ttl_order
2014-07-30 Pierre-Yves RitschardMerge pull request #662 from komeda-shinji/fix-config...
2014-07-29 Pierre-Yves RitschardMerge pull request #673 from deferraz/master
2014-07-29 Pierre-Yves RitschardMerge pull request #264 from ChrisLundquist/cl/perl...
2014-07-29 Pierre-Yves RitschardMerge pull request #313 from tiwilliam/master
2014-07-29 Florian ForsterMerge remote-tracking branch 'github/pr/682'
2014-07-29 Florian Forster{GPL, other}: Relicense to MIT license.
2014-07-29 Pierre-Yves RitschardMerge pull request #416 from udoprog/master
2014-07-29 Pierre-Yves RitschardMerge pull request #252 from eokerson/vpnfixes
2014-07-29 Pierre-Yves RitschardMerge pull request #385 from ccin2p3/libvirt-plugin...
2014-07-28 Pierre-Yves RitschardMerge pull request #427 from kbingham/version_fix
2014-07-28 Pierre-Yves RitschardMerge pull request #321 from mwongatemma/db_meta_data
2014-07-28 Pierre-Yves RitschardMerge pull request #408 from radford/curl-json-cache...
2014-07-28 Pierre-Yves RitschardMerge pull request #553 from Whissi/issue_553
2014-07-28 Pierre-Yves RitschardMerge pull request #581 from jktjkt/hysteresis
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 Manuel Luis Sanmar... AIX doesn't have MSG_DONTWAIT, define as MSG_NONBLOCK
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-23 Marc FournierMerge branch 'collectd-5.3' into collectd-5.4
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.