summaryrefslogtreecommitdiff
path: root/librabbitmq
Commit message (Expand)AuthorAgeFilesLines
* 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
* Lib: use amqp_hostcheck correctlyAlan Antonuk2015-11-101-2/+2
* Lib: use vetted hostname validation algorithmssl_leakAlan Antonuk2015-11-081-91/+5
* Lib: clarify return value of amqp_hostcheckAlan Antonuk2015-11-082-17/+22
* Lib: Add robust OpenSSL hostname validation.Alan Antonuk2015-11-083-0/+228
* Lib: remove useless #includes in amqp_hostcheck.*Alan Antonuk2015-11-082-5/+13
* Lib: add braces in if statements lacking them.Alan Antonuk2015-10-271-4/+8
* Lib: fix leak in amqp_ssl_socket_verify_hostnameopenssl_leaksAlan Antonuk2015-10-261-0/+4
* Lib: amqp_parse_url should initialize outputAlan Antonuk2015-10-242-0/+6
* Lib: clarify error check in amqp_login_innerAlan Antonuk2015-10-241-1/+1
* Lib: fix potential leak in mem_pool implAlan Antonuk2015-10-241-0/+1
* Lib: add amqp_ssl_socket_set_versions fnAlan Antonuk2015-10-224-2/+95
* Lib: disable SSLv2 and SSLv3.Alan Antonuk2015-10-221-0/+2
* Lib: don't try hard when closing SSL socketsAlan Antonuk2015-10-224-28/+20
* Fix for commit ba7c342a55e200d1f72b30d74df1591b0f72de49 making assertHugo Lefebvre2015-10-211-1/+1
* Lib: remove pointless initialization of last_errorIvan Skytte Jørgensen2015-10-191-1/+1
* Lib: Removed unused include <assert.h>pr314Ivan Skytte Jørgensen2015-10-182-2/+0
* Lib: remove unused macro RPC_REPLY.Ivan Skytte Jørgensen2015-10-181-5/+0
* Lib: fix incorrect cast in amqp_login_inner()Ivan Skytte Jørgensen2015-10-181-1/+1
* Lib: fix incorrect preprocessor conditionalIvan Skytte Jørgensen2015-10-181-1/+1
* Lib: separate peer & hostname SSL cert validationAlan Antonuk2015-10-152-11/+65
* Win32: check exceptfds in select when connectingwin32_selectAlan Antonuk2015-10-132-9/+25
* Lib: remove unmaintained SSL backendsAlan Antonuk2015-10-134-1026/+11
* VMS: remove OpenVMS-related build-system.Alan Antonuk2015-10-131-15/+0
* Bumping revision for development.Alan Antonuk2015-10-121-3/+3
* Preparation for v0.7.1 release.v0.7.1v071-releaseAlan Antonuk2015-10-121-1/+1
* Build on OpenBSD by including <sys/socket.h> for setsockopt and <netinet/in.h...Devin Smith2015-07-171-0/+2
* If channel_max is 0, use server's channel_maxCarl Hörberg2015-07-152-3/+8