summaryrefslogtreecommitdiff
path: root/librabbitmq
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use WSAEWOULDBLOCK instead of EWOULDBLOCK on Win32win32_wouldblockAlan Antonuk2015-07-071-1/+14
* Bumping version for development.Alan Antonuk2015-06-161-2/+2
* Preparation for v0.7.0 release.v0.7.0Alan Antonuk2015-06-161-3/+3
* Lib: add select()-based implementation of poll()Alan Antonuk2015-06-011-5/+48
* Lib: add AMQP_SF_POLL{IN,OUT} flags for amqp_pollAlan Antonuk2015-06-013-26/+25
* Add amqp_time_tv_until() function.Alan Antonuk2015-06-012-0/+52
* lib: amqp_ssl_socket_send ign unused parameter.warnfixAlan Antonuk2015-06-011-1/+1
* lib: remove unused buffer in opensslAlan Antonuk2015-05-311-3/+0
* lib: remove unused buffer in amqp_tcp_socket.Alan Antonuk2015-05-311-3/+0
* lib: use TCP_NOPUSH on Mac OS X/*BSD.Alan Antonuk2015-05-311-0/+23
* lib: use MSG_MORE on Linux for basic.publishAlan Antonuk2015-05-317-30/+60
* amqp_openssl: *_ssl_send() should return number of bytes sentpr271Maciej Borzecki2015-05-211-1/+0
* amqp_socket: fix C89 compatibilityMaciek Borzecki2015-05-181-1/+2