Merge pull request #1743 from rubenk/apcups-coverity
[collectd.git] / src / mqtt.c
2015-10-14 Marc FournierMerge remote-tracking branch 'origin/pr/1264'
2015-10-07 trenkelMerge pull request #1289 from trenkel/master
2015-09-14 Marc FournierMerge branch 'collectd-5.5'
2015-09-13 bbczeuzMerge pull request #4 from collectd/master
2015-09-11 Marc FournierMerge branch 'collectd-5.5'
2015-09-11 Marc FournierMerge remote-tracking branch 'origin/pr/1135'
2015-09-11 Marc FournierMerge remote-tracking branch 'origin/pr/1260'
2015-09-11 Marc FournierMerge remote-tracking branch 'origin/pr/1205'
2015-09-11 Marc FournierMerge remote-tracking branch 'origin/pr/1229'
2015-09-11 Marc FournierMerge remote-tracking branch 'origin/pr/1254'
2015-09-11 Florian Forstermqtt plugin: Initialize locks on startup.
2015-08-26 Marc FournierMerge branch 'collectd-5.5'
2015-08-07 Marc FournierMerge branch 'collectd-5.5'
2015-08-03 Marc FournierMerge branch 'collectd-5.5'
2015-08-01 Marc FournierMerge branch 'collectd-5.5'
2015-07-20 bbczeuzMerge pull request #2 from collectd/master
2015-07-14 Florian ForsterMerge remote-tracking branch 'github/pr/1124'
2015-07-09 Florian ForsterMerge branch 'pr/36' into mqtt
2015-07-08 Florian Forstermqtt plugin: Add support for libmosquitto, major versio...
2015-07-06 Florian Forstermqtt plugin: Change some default values.
2015-07-06 Florian Forstermqtt plugin: Use the "name" argument for the callback...
2015-07-06 Florian Forstermqtt plugin: Increase keepalive interval to 60s.
2015-07-06 Florian Forstermqtt plugin: Add myself to list of authors, copyright...
2015-07-06 Florian Forstermqtt plugin: Add proof-of-concept subscriber code.
2015-07-06 Florian Forstermqtt plugin: Send only the acutally used part of the...
2015-07-06 Florian Forstermqtt plugin: Let "client ID" default to the hostname.
2015-07-06 Florian Forstermqtt plugin: Add support for multiple brokers.
2015-07-06 Florian Forstermqtt plugin: Correctly check the return value of format...
2015-07-06 Florian Forstermqtt plugin: Use the thread-safe sstrerror().
2015-07-06 Florian Forstermqtt plugin: Don't use <stdbool.h>.
2015-07-06 Florian Forstermqtt plugin: Add preliminary configuration support.
2015-07-06 Florian Forstermqtt plugin: Rename mqtt_publish_message() to publish().
2015-07-06 Florian Forstermqtt plugin: Change message format to one topic per...
2015-07-06 Florian Forstermqtt plugin: Concurrency fixes, pick up conf->lock...
2015-07-06 Florian Forstermqtt plugin: Compile fixes.
2015-07-06 Florian Forsterconfigure.ac, src/Makefile.am: Add mqtt to the build...