summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ssl: fix OpenSSL modes to correct non-blocking behaviorissue586Alan Antonuk2019-12-111-0/+5
* lib: fix openSSL symbol clash on win32 (#583)Zane van Iperen2019-12-082-1/+5
* Bumping revision for developmentAlan Antonuk2019-12-012-3/+3
* Preparation for v0.10.0 releasev0.10.0Alan Antonuk2019-12-013-4/+19
* lib: check frame_size is >= INT32_MAXAlan Antonuk2019-11-041-3/+12
* ssl: Add amqp_ssl_socket_get_context()Zane van Iperen2019-05-142-0/+20
* ci: Bump Travis dist to Xenial as Trusty is now EOLZane van Iperen2019-05-131-21/+18
* Make cmake build reproduciblymarinamoore2018-10-241-1/+1
* Install manpages into DATAROOTDIRAlexander Kapshuna2018-10-191-1/+1
* Provide downloadable DLLs from appveyorJean-Baptiste Nahan2018-09-081-0/+8
* Set AMQP_DEFAULT_MAX_CHANNELS to 2047Alan Antonuk2018-09-081-2/+5
* OpenSSL should ignore missing config fileAlan Antonuk2018-09-081-2/+3
* Fix instructions for default buildRoss Cousens2018-07-151-1/+1
* Bumping revision for developmentAlan Antonuk2018-05-082-3/+3
* Preparation for v0.9.0 release.v0.9.0-masterAlan Antonuk2018-05-083-6/+40
* Lib: Present "exchange_exchange_bindings" capability to serverJesus Fernandez Manzano2018-05-071-1/+3
* Examples: fix argument parsing in sendstring examplejerome2018-05-071-2/+2
* Lib: Add #defines to allow building with LibreSSLZane van Iperen2018-04-101-1/+4
* lib: define WINVER under mingwAlan Antonuk2018-03-281-1/+4
* examples: fix building against static librabbitmq.Eduard Egorov2018-03-281-0/+4
* Lib: Fixed an invalid CHECK_SUCCESS in amqp_set_initialize_ssl_libraryZane van Iperen2018-03-271-1/+1
* ci: enable OpenSSL v1.1.0 on Appveyorsigiesec2018-03-221-0/+12
* ci: add openssl 1.1.0 build on travissigiesec2018-03-221-0/+12
* Lib: remove use of OpenSSL functions deprecated in v1.1.0+Simon Giesecke2018-03-224-38/+70
* Lib: Support OpenSSL v1.1.0 in amqp_openssl_bioAlan Antonuk2018-03-123-10/+57
* Examples: Update amqp_ssl_connect.c to show how to un-initialize SSL library.Jesus Fernandez Manzano2018-01-301-0/+1
* Lib: initialize amqp_openssl_bio on first useAlan Antonuk2018-01-101-0/+6
* ssl: add support for SSL SNIChristian Betz2018-01-101-0/+7
* Lib: check encoded table length isn't too longAlan Antonuk2018-01-091-0/+4
* Lib: check encoded array length isn't too longAlan Antonuk2018-01-091-0/+4
* Lib: fix socket leak when sockfd == 0Alan Antonuk2018-01-091-1/+1
* Examples: remove duplicate amqps_* examplesrm-amqps-examplesAlan Antonuk2018-01-0910-1291/+2
* ssl: OpenSSL should require explicitly un-initAlan Antonuk2017-12-106-101/+180
* ssl: Make thread-safety unconditional in rabbitmq-cAlan Antonuk2017-12-105-45/+26
* ci: add format check to travis-ci build matrixAlan Antonuk2017-12-055-1/+18
* Format code with clang-formatAlan Antonuk2017-12-0565-4266/+4453
* Remove vim mode lines.formatAlan Antonuk2017-12-0477-77/+0
* Examples: remove #include <amqp_framing.h>Alan Antonuk2017-12-0419-45/+37
* test: Bump timeout in tests to 5spr443Alan Antonuk2017-11-061-2/+2
* Doc: add coveralls badge.sigiesec2017-10-301-0/+2
* ci: Add coverage build to travissigiesec2017-10-303-1/+23
* test: add tests for basic.get, basic.consume & basic.publishsigiesec2017-10-302-0/+211
* tools-doc: correct typo in librabbitmq-tools.xmlAlan Antonuk2017-10-191-1/+1
* Remove mention of autotools build in READMEAlan Antonuk2017-10-111-12/+0
* build: remove autotools build systemAlan Antonuk2017-10-1011-1002/+1
* build: remove obsolete HAVE_HTONLL checkAlan Antonuk2017-10-102-11/+0
* Remove unneeded bracesJuan Eugenio Abadie2017-10-071-22/+20
* Doc: fix broken linkpr445Juan Eugenio Abadie2017-10-041-2/+2
* Calling va_start with enum is undefined behavior, replaced enum with compatib...kokan2017-09-121-2/+2
* Compiling issue with autotools, clang -Werror.kokan2017-09-121-0/+3