summaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* Update copyright & license header to use SPDX idAlan Antonuk2021-07-2716-520/+33
* cmake: modernize examples CMakeListsAlan Antonuk2021-04-191-38/+32
* Move official includes to rabbitmq-c/ directoryAlan Antonuk2021-04-0512-24/+24
* Support openssl engine settingHan Mai2020-06-251-2/+7
* Fix mem leak in examplesAndriy Gelman2020-01-312-0/+4
* Examples: fix argument parsing in sendstring examplejerome2018-05-071-2/+2
* examples: fix building against static librabbitmq.Eduard Egorov2018-03-281-0/+4
* Examples: Update amqp_ssl_connect.c to show how to un-initialize SSL library.Jesus Fernandez Manzano2018-01-301-0/+1
* Examples: remove duplicate amqps_* examplesrm-amqps-examplesAlan Antonuk2018-01-0910-1291/+2
* Format code with clang-formatAlan Antonuk2017-12-0522-376/+398
* Remove vim mode lines.formatAlan Antonuk2017-12-0424-24/+0
* Examples: remove #include <amqp_framing.h>Alan Antonuk2017-12-0419-45/+37
* Remove unneeded bracesJuan Eugenio Abadie2017-10-071-22/+20
* Fix: small warning fixes.Alan Antonuk2016-04-093-6/+5
* Lib: correct format string in amqp[s]_consumer.cAlan Antonuk2016-04-092-2/+2
* Lib: use for(;;) for infinite loopAlan Antonuk2016-04-097-7/+7
* Examples: fix incorrect shadowing of loop variableAlan Antonuk2016-04-091-3/+3
* Examples: use correct format specifier for uint16_tAlan Antonuk2016-04-091-2/+2
* Examples: add verify opts to SSL connect_timeoutAlan Antonuk2016-03-071-24/+28
* Examples: add flags to enable verification.Alan Antonuk2016-03-078-56/+156
* Fix compiler warnings of visual studioCodeJuan2015-10-231-1/+1
* VMS: remove OpenVMS-related build-system.Alan Antonuk2015-10-131-41/+0
* Win32: fixup a few MSVC warnings in test & examplesAlan Antonuk2015-06-021-1/+1
* examples: replace usleep() with nanosleep()Maciej Borzecki2015-05-141-5/+5
* Fix int truncation warnings on Win32Alan Antonuk2015-05-041-1/+1
* Enable auto_delete & internal for exchange.declaredeclare_xchg_parmsAlan Antonuk2014-10-192-2/+2
* Print message body in amqp[s]_listen[q] examples.Alan Antonuk2014-09-014-0/+12
* FIX: destroy amqp_envelope_t in consumer exampleAlan Antonuk2013-08-202-0/+5
* Add a high level API for consuming messagesAlan Antonuk2013-07-086-336/+170
* Add nonblocking connect supportzaq178miami2013-07-063-0/+248
* Make connection the socket object ownerAlan Antonuk2013-07-0317-34/+17
* OpenVMS MMS build systemAlan Antonuk2013-06-261-0/+41
* Preserve API/ABI of amqp_error_string()Alan Antonuk2013-06-141-2/+2
* Change amqp_error_string() to ret static stringsAlan Antonuk2013-06-131-3/+1
* Updating license header in new filesAlan Antonuk2013-04-178-0/+48
* Fix code formatting to match the rest of the libAlan Antonuk2013-04-179-125/+149
* Adding vim modelines to new filesAlan Antonuk2013-04-178-0/+8
* Examples must link against ${RMQ_LIBRARY_TARGET}Alan Antonuk2013-04-171-10/+10
* Start addressing review commentsMichael Steinert2013-04-0917-17/+17
* Set the client key/cert in one API callMichael Steinert2013-04-098-64/+8
* Update RPC example to use new socket APIMichael Steinert2013-04-091-5/+14
* Add API to load SSL keys from a bufferMichael Steinert2013-04-098-14/+70
* Convert amqp:// examples to use new socket APIMichael Steinert2013-04-098-40/+112
* Propose new socket APIMichael Steinert2013-04-0910-74/+236
* Add SSL/TLS examplesMichael Steinert2013-04-099-1/+1036
* Updating license yearAlan Antonuk2013-04-0813-0/+39
* Formatted source code with astyle utiltyAlan Antonuk2013-04-0811-177/+217
* Adding vim modelines to help with source formattingAlan Antonuk2013-04-0514-0/+14
* CMake: build both static and shared libs in one buildAlan Antonuk2012-11-141-8/+8
* Removing exec bit from amqp_rpc_sendstring_client.cAlan Antonuk2012-10-241-0/+0