amqp plugin: Fixed compilation when using rabbitmq-c < 0.4.
[collectd.git] / src / amqp.c
2010-08-06 Florian Forsteramqp plugin: Implement the "Format" config option.
2010-08-06 Florian ForsterMerge branch 'master' into sp/amqp
2010-08-06 Florian Forsteramqp plugin: Only accept the "Persistent" option in...
2010-08-06 Florian Forsteramqp plugin: Add a debug message.
2010-08-06 Florian Forsteramqp plugin: Enable the "StoreRates" option only when...
2010-08-05 Florian Forsteramqp plugin: First step towards subscribing to data...
2010-08-05 Florian Forsteramqp plugin: Use the "camqp" prefix for all functions.
2010-08-05 Florian Forsteramqp plugin: Implement publishing to multiple brokers.
2010-08-05 Florian Forsteramqp plugin: Chose (hopefully sane) default values...
2010-08-04 Florian Forsteramqp plugin: Added some comments. Rewrapped lines of...
2010-08-04 Florian Forsteramqp plugin: Implement the "StoreRates" option.
2010-08-04 Florian Forsteramqp plugin: Put the connecting code into a separate...
2010-08-04 Florian Forsteramqp plugin: Initialize the port number to 5672.
2010-08-04 Florian Forsteramqp plugin: Let the user chose the delivery method.
2010-08-04 Florian Forsteramqp plugin: Implement persistent connection handling.
2010-08-04 Florian Forsteramqp plugin: Add error messages and give saner example...
2010-08-04 Florian Forsteramqp plugin: Adapt to the new syntax of "format_json_va...
2010-08-04 Florian Forsteramqp plugin: Use the global (and widely used) "sfree...
2010-08-04 Florian Forsteramqp plugin: Use "service_name_to_port_number" to parse...
2010-08-04 Florian Forsteramqp plugin: Explain numeric arguments to "amqp_login...
2010-08-04 Florian Forsteramqp plugin: Fix a typo.
2010-08-04 Sebastien PahlFirst implentation of an amqp output plugin