summaryrefslogtreecommitdiff
path: root/librabbitmq
Commit message (Expand)AuthorAgeFilesLines
...
* Fix repeated word and spelling in api docAndriy Gelman2020-01-291-1/+1
* win32: define AMQP_UNUSED for win32Alan Antonuk2019-12-291-1/+1
* Fix unused parameter warning in amqp_time_tv_untilSteven Van Ingelgem2019-12-292-8/+11
* Make all timeval's constantSteven Van Ingelgem2019-12-299-32/+33
* win32: disable secure CRT warnings in OpenSSL codeAlan Antonuk2019-12-241-0/+4
* ssl: fix OpenSSL modes to correct non-blocking behaviorAlan 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-011-2/+2
* Preparation for v0.10.0 releasev0.10.0Alan Antonuk2019-12-011-1/+1
* 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
* Set AMQP_DEFAULT_MAX_CHANNELS to 2047Alan Antonuk2018-09-081-2/+5
* OpenSSL should ignore missing config fileAlan Antonuk2018-09-081-2/+3
* 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