summaryrefslogtreecommitdiff
path: root/librabbitmq
Commit message (Expand)AuthorAgeFilesLines
* 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
* Lib: correct input type to ioctlsocket on win32Alan Antonuk2016-04-091-1/+1
* Lib: fix shadowed variable in wait_frame_innerAlan Antonuk2016-04-091-2/+0
* Lib: use for(;;) for infinite loopAlan Antonuk2016-04-091-2/+2
* Lib: add missing type info on win32 in socket_initAlan Antonuk2016-04-091-1/+1
* CMake: Remove install_pdb macro.Alan Antonuk2016-04-091-3/+0
* Win32: embed debug info in static-libraryAlan Antonuk2016-04-091-2/+6
* Documentation of amqp_basic_publish references wrong AMQP methodpr340sigiesec2016-02-021-2/+2
* Lib: don't use TCP_NOPUSH under cygwincygwin_nopushAlan Antonuk2016-01-121-1/+3
* Lib: amqp_frame_to_bytes: use temp bytes_tAlan Antonuk2015-12-251-4/+8
* Lib: fix incorrect hostname check return valueAlan Antonuk2015-11-301-33/+14
* Lib: fix size_t conversion issues in openssl.cAlan Antonuk2015-11-291-7/+24
* Win32: fix missing definition of malloc warning.Alan Antonuk2015-11-291-0/+2
* Lib: use amqp_cstring_bytes to construct stringAlan Antonuk2015-11-291-4/+2
* Lib: memset based on size of argument.Alan Antonuk2015-11-281-5/+5
* Lib: correctly check SSL connectionInsu Yun2015-11-271-0/+10
* Lib: don't pass NULL to memcpy in amqp_table.cscan-build-fixesAlan Antonuk2015-11-101-5/+13