src/daemon/common.[ch]: add check_capability() function
[collectd.git] / src / mqtt.c
2015-11-28 Ruben KerkhofMerge pull request #1377 from rubenk/mqtt-fix-out-of...
2015-11-28 Ruben KerkhofMerge pull request #1376 from rubenk/amqp-fix-buffer...
2015-11-28 Ruben KerkhofMerge pull request #1375 from rubenk/redis-unlock-lock
2015-11-28 Ruben KerkhofMerge pull request #1374 from rubenk/powerdns-fix-array...
2015-11-28 Ruben Kerkhofmqtt: fix an out-of-bounds write
2015-11-28 Ruben KerkhofMerge pull request #1371 from rubenk/mqtt-plug-leak
2015-11-28 Ruben KerkhofMerge pull request #1199 from rubenk/remove-gcrypt...
2015-11-28 Ruben Kerkhofmqtt: plug leak on error path
2015-11-28 Ruben KerkhofMerge pull request #1219 from rubenk/version-gen
2015-11-28 Ruben KerkhofMerge pull request #1220 from rubenk/set-package-bugrep...
2015-11-28 Florian ForsterMerge remote-tracking branch 'github/pr/1366'
2015-11-27 Florian ForsterMerge branch 'pr/1345'
2015-11-27 Florian Forstermqtt plugin: Add TLS options to the example config...
2015-11-27 Florian Forstermqtt plugin: Rename "TLSprotocol" to "TLSProtocol".
2015-11-27 Florian Forstermqtt plugin: Rename "CACertificateFile" to "CACert".
2015-11-27 Florian ForsterMerge commit 'refs/pull/1360/head' of github.com:collec...
2015-11-26 Florian ForsterMerge remote-tracking branch 'github/pr/1355'
2015-11-26 Nicholas HumfreyAllow MQTT payloads without NULL string termination
2015-11-26 Ruben KerkhofMerge pull request #1163 from rubenk/fix-data-race...
2015-11-26 Florian ForsterMerge branch 'collectd-5.5'
2015-11-20 Nicolas JOURDENMerging with changes made by Florian Foster.
2015-11-18 Jan-Piet MensAdd TLS support
2015-11-17 Nicolas JOURDENMerge branch 'GPSd'
2015-11-08 Marc FournierMerge branch 'collectd-5.5'
2015-11-06 Marc FournierMerge branch 'collectd-5.5'
2015-10-27 Marc FournierMerge branch 'collectd-5.5'
2015-10-14 Marc FournierMerge branch 'collectd-5.5'
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...