amqp plugin: Document the lock required to hold when calling "camqp_write_locked".
[collectd.git] / src / amqp.c
2010-11-06 Florian Forsteramqp plugin: Document the lock required to hold when...
2010-11-06 Florian Forsteramqp plugin: Rename the "shutdown" function to avoid...
2010-11-06 Florian Forsteramqp plugin: Fix order of includes.
2010-08-10 Florian Forsteramqp plugin: Warn about incorrectly used "ExchangeType...
2010-08-08 Florian Forsteramqp plugin: Enable the "ExchangeType" option in Publis...
2010-08-06 Florian Forsteramqp plugin: Use the content type to determine how...
2010-08-06 Florian Forsteramqp plugin: Improve handling of the "routing key".
2010-08-06 Florian Forsteramqp plugin: Implement parsing of "PUTVAL" data.
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