summaryrefslogtreecommitdiff
path: root/librabbitmq
Commit message (Expand)AuthorAgeFilesLines
* Bumping revision for developmentAlan Antonuk2018-05-081-2/+2
* Preparation for v0.9.0 release.v0.9.0-masterAlan Antonuk2018-05-081-3/+3
* Lib: Present "exchange_exchange_bindings" capability to serverJesus Fernandez Manzano2018-05-071-1/+3
* Lib: Add #defines to allow building with LibreSSLZane van Iperen2018-04-101-1/+4
* lib: define WINVER under mingwAlan Antonuk2018-03-281-1/+4
* Lib: Fixed an invalid CHECK_SUCCESS in amqp_set_initialize_ssl_libraryZane van Iperen2018-03-271-1/+1
* 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
* 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
* ssl: OpenSSL should require explicitly un-initAlan Antonuk2017-12-106-101/+180
* ssl: Make thread-safety unconditional in rabbitmq-cAlan Antonuk2017-12-103-29/+12
* Format code with clang-formatAlan Antonuk2017-12-0524-2992/+3364
* Remove vim mode lines.formatAlan Antonuk2017-12-0426-26/+0
* Calling va_start with enum is undefined behavior, replaced enum with compatib...kokan2017-09-121-2/+2
* 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
* Properly deinit of OpenSSLJesus Fernandez Manzano2017-06-221-0/+12
* 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
* Win32: use SRWLOCK instead of CRITIAL_SECTIONAlan Antonuk2017-02-203-46/+16
* ssl: Add OpenSSL BIO that passes MSG_NOSIGNALssl_bioAlan Antonuk2017-02-204-4/+207
* 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: add ABI AMQP_CALL decorator on public functionsmissing_callAlan Antonuk2016-11-101-0/+3
* - Modified to enable cross-compilation with mingw-w64 cross compiler.Darmawan Salihun2016-10-146-11/+11
* removed /Z7 key when using non-Microsoft compilerpr373EvilBeaver2016-09-181-3/+8
* Lib: simplify empty-bytes assignment in amqp_login.ub-fixAlan Antonuk2016-08-201-2/+1
* Lib: fix undefined behavior in amqp_encode_bytesAlan Antonuk2016-08-201-0/+7
* Docs: add AMQP_SASL_METHOD_EXTERNAL documentation.sasl-docsAlan Antonuk2016-08-201-8/+16
* Add NORETURN macro for MSVCJakub Stefański2016-04-211-0/+4
* Fix duplicate WIN32_LEAN_AND_MEAN definitionJakub Stefański2016-04-211-1/+3
* Bumping revision for development.ver_bumpAlan Antonuk2016-04-101-2/+2
* Preparation for v0.8.0 release.v0.8.0release_080Alan Antonuk2016-04-091-1/+1
* Lib: correct types in ENFORCE_STATE macro.win32_warn2Alan Antonuk2016-04-091-9/+9
* Lib: remove unreachable return statementsAlan Antonuk2016-04-093-4/+2
* Lib: correct sign conversion issue in amqp_url.cAlan Antonuk2016-04-091-2/+3
* Lib: add bounds check on amqp_login inputsAlan Antonuk2016-04-091-13/+35
* Lib: check out of range args in amqp_*_close() fn.Alan Antonuk2016-04-091-2/+10
* Lib: add amqp_rpc_reply_error convenience functionAlan Antonuk2016-04-091-0/+7