summaryrefslogtreecommitdiff
path: root/examples/amqps_consumer.c
Commit message (Expand)AuthorAgeFilesLines
* Examples: remove duplicate amqps_* examplesrm-amqps-examplesAlan Antonuk2018-01-091-246/+0
* Format code with clang-formatAlan Antonuk2017-12-051-30/+38
* Remove vim mode lines.formatAlan Antonuk2017-12-041-1/+0
* Examples: remove #include <amqp_framing.h>Alan Antonuk2017-12-041-2/+2
* Lib: correct format string in amqp[s]_consumer.cAlan Antonuk2016-04-091-1/+1
* Lib: use for(;;) for infinite loopAlan Antonuk2016-04-091-1/+1
* Examples: add flags to enable verification.Alan Antonuk2016-03-071-7/+19
* FIX: destroy amqp_envelope_t in consumer exampleAlan Antonuk2013-08-201-0/+3
* Add a high level API for consuming messagesAlan Antonuk2013-07-081-40/+59
* Make connection the socket object ownerAlan Antonuk2013-07-031-2/+1
* Updating license header in new filesAlan Antonuk2013-04-171-0/+6
* Fix code formatting to match the rest of the libAlan Antonuk2013-04-171-14/+20
* Adding vim modelines to new filesAlan Antonuk2013-04-171-0/+1
* Start addressing review commentsMichael Steinert2013-04-091-1/+1
* Set the client key/cert in one API callMichael Steinert2013-04-091-8/+1
* Add API to load SSL keys from a bufferMichael Steinert2013-04-091-1/+8
* Propose new socket APIMichael Steinert2013-04-091-10/+28
* Add SSL/TLS examplesMichael Steinert2013-04-091-0/+175