summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Lib: Support OpenSSL v1.1.0 in amqp_openssl_bioossl-v110Alan Antonuk2018-01-093-9/+62
* 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
* Lib: simplify the byte-swap codeAlan Antonuk2017-08-202-135/+123
* Fix: correct spelling of comment in amqp.hAlan Antonuk2017-08-201-1/+1
* Add AMQP_DEFAULT_VHOST define for "/"Alan Antonuk2017-08-201-0/+11
* amqp_consume_message: replace AMQP_STATUS_UNEXPECTED_FRAME in docstringDavid Sharp2017-08-021-2/+2
* Lib: simplify socket connection logicconn-tryAlan Antonuk2017-07-251-163/+154
* ci: build on trusty (14.04) on travis-ci.trustyAlan Antonuk2017-07-122-16/+13
* Properly deinit of OpenSSLJesus Fernandez Manzano2017-06-221-0/+12
* autotools: Fix linker errors when SSL is enabledTristan Matthews2017-05-161-0/+3
* TCP Keep alive for RabbitMQ ClientKetan Kulkarni2017-03-251-0/+6
* Lib: Do not set MSG_MORE on last message header if no body followsMartin Willi2017-03-231-2/+7
* Lib: add methods to set timeout of AMQP RPCsrpc-timeoutAlan Antonuk2017-03-154-19/+104
* Lib: close socket when amqp_login fails.Alan Antonuk2017-03-151-4/+2
* Lib: simplify reply generation in simple_rpc_innerAlan Antonuk2017-03-011-9/+3
* Doc: fix typo in amqp_get_handshake_timeout commentAlan Antonuk2017-03-011-1/+1
* CI: use appveyor's OpenSSL install.Alan Antonuk2017-02-201-15/+0
* Win32: use SRWLOCK instead of CRITIAL_SECTIONAlan Antonuk2017-02-203-46/+16
* ssl: Add OpenSSL BIO that passes MSG_NOSIGNALssl_bioAlan Antonuk2017-02-205-4/+209
* ci: Update OpenSSL package on appveyor to v1.0.1k.Alan Antonuk2017-02-201-1/+1
* Add platform directory to YCM config.Alan Antonuk2017-02-201-0/+1
* Lib: re-order NULL check in empty_blocklistAlan Antonuk2016-12-041-3/+3
* Lib: add timeout for amqp_login and friendspr383Haster2016-11-276-72/+205
* Fix link to rabbitmq-c-users link in README.mdAlan Antonuk2016-11-151-1/+1
* CI: disable tsan, appears to be brokenAlan Antonuk2016-11-101-0/+4
* Fix: add ABI AMQP_CALL decorator on public functionsmissing_callAlan Antonuk2016-11-101-0/+3
* CI: bump OpenSSL version on appveyor to 1.0.2jAlan Antonuk2016-10-141-1/+1
* ci: add 'make dist' to autotools travis buildAlan Antonuk2016-10-141-0/+1
* automake: fix make dist due to missing files.Alan Antonuk2016-10-141-7/+1