rabbitmq-c
0.8.0
C AMQP Client library for RabbitMQ
|
amqp_ssl_socket_set_verify_peer
and amqp_ssl_socket_set_verify_hostname
.amqp_ssl_socket_set_ssl_versions
function.amqp_ssl_socket_set_verify
is being replaced by amqp_ssl_socket_set_verify_peer
and amqp_ssl_socket_set_verify_hostname
.41fa9df
Autoconf: add missing files in build systemef73c06
Win32: Use WSAEWOULDBLOCK instead of EWOULDBLOCK on Win32ceca348
CI: use travis-ci container based builds393e2df
Lib: if channel_max is 0 use server's channel_maxff47574
Lib: fix build on OpenBSD8429496...0ac6430
CI: enable CI on Mac OS X in travis-ci3379812
Tools: Add support for heartbeatsd7029db
CI: Add continuous integration on Win32 using Appveyora5f7ffb
Tests: only link against static librariesa16ad45...9cf7a3b
Lib: add support for EXTERNAL SASL method038a9ed
Lib: fix incorrect parameters to WSAPoll on Win32a240c69...14ae307
Lib: use non-blocking sockets internally8d1d5cc
, 5498dc6
Lib: simplify timer/timeout logic61fc4e1
Lib: add support for heartbeat checks in blocking send callsf462c0f...3546a70
Lib: Fix warnings on Win32ba9d8ba...112a54d
Lib: Add support for RabbitMQ auth failure extensionfb8e318
Lib: allow calling functions to override client-properties3ef3f5f
examples: replace usleep() with nanosleep()9027a94
Lib: add AMQP_VERSION code9ee1718
Lib: fix res maybe returned uninitialized in amqp_merge_capbilities22a36db
Lib: Fix SSL_connection status checkabbefd4
Lib: Fix issues with c89 compatiblity2bc1f9b...816cbfc
Lib: perf improvements when sending small messages by hinting to the OS message boundaries.be2e6dd...784a0e9
Lib: add select()-based timeout implementation91db548...8d77b4c
CI: add ubsan, asan, and tsan CI buildse1746f9
Tools: Enable support for SSL in tools.9626dd5
Lib: ABI CHANGE: enable support for auto_delete, internal flags to amqp_exchange_declareee54e27
, 656f833
Lib: check for double-close in SSL/TCP socket implcf2760d
Lib: allocate struct when method has no field.513ad4a
Lib: add support for SANs in OpenSSL socket impl.5348c69
Lib: add functions to get negotiated frame_max and heartbeat parms.fcdf0f8
Autoconf: check for htonll as declaration in a header file5790ec7
SSL: correctly report hostname verification errors.d60c28c
Build: disable OpenSSL deprecation warnings on OSX072191a
Lib: include platform, version and copyright in AMQP handshake8b448c6
Examples: print message body in amqp[s]_listen[q] examples7188e5d
Tools: Add flag to set prefetch for amqp-consume toola566929
SSL: Add support for wildcards in hostname verification (Mike Steinert)a78aa8a
Lib: Use poll(2) instead of select(2) for timeouts on sockets.357bdb3
Lib: support for specifying frame and decoding pool sizes. (Mike Stitt)8956003
Lib: improve invalid frame detection code.b852f84
Lib: Add missing amqp_get_server_properties() function.7001e82
Lib: Add missing ssize_t on Win32 (emazv72)c2ce2cb
Lib: Correctly specify WINVER on Win32 when unspecified.fe844e4
CMake: specify -DHAVE_CONFIG_H in examples.932de5f
Lib: correct time computation on Win32 (jestor)3e83192
HPUX: use gethrtime on HP-UX for timers.cb1b44e
HPUX: correct include location of sys/uio.h8ce585d
Lib: incorrect OOM condition when 0-lenth exchange name is received.c7716b8
CMake: correct htonll detection code on platforms defined with a macro.4dc4eda
Lib: remove unused assignment.45302cf
Lib: remove range-check of channel-ids.f8c6cee749
Examples: Destroy amqp_envelope_t in consumer exampleac88db56d3
CMake: fix generation of librabbitmq.pcd5b35afa40
CMake: fix missing POPT_INCLUDE_DIRS variable in tools/5ea6a0945a
build: provide independent locations for x64 libsfac34656c0
Doc: documentation fixes715901d675
Lib: Correct OpenSSL initialization under threaded conditionsce64e57df8
Examples: Handle unexpected frames in amqp_consumer.cbcda3e933d
CMake: Use GnuInstallDirs to generate install dirs27245a4e15
Lib: correctly handle amqp_get_monotonic_timestamp on win32693662ef5b
Tools: honor –persistent flag in publish utility01d9c3ca60
Doc: improve documentation in amqp_ssl_socket functions02d5c58ae4
autoconf: correct librabbitmq.pc generation1f4e0cc48b
Doc: improve documentation in amqp_tcp_socket functionsa642602
FIX: destroy amqp_envelop_t object in consumer example860dd71
FIX: correct generation of librabbitmq.pc under CMakebdda7ab
FIX: amqp_socket_close() should not be exported from shlib24f4131
FIX: Use correct buf/len vars when re-starting send()amqp_login_with_properties()
function to connect to a broker sending a properties table to the broker 21b124e #101amqp_simple_wait_frame_noblock()
function variant to wait for a frame with a timeout f8cfc72 #119amqp_maybe_release_buffers_on_channel()
4a2d899 #5amqp_simple_wait_frame*()
and amqp_basic_publish()
daa0e66 aca5dc1amqp_socket_open_noblock()
for a non-blocking socket connection (Bogdan Padalko) 6ad770damqp_table_clone()
to do a deep-copy of an amqp_table_t 08af83aamqp_consume
tool (Brian Hammond) e6c256d24ffaf8
FIX: autotools was broken when dependency-tracking was disabled38e741b
FIX: CMake XmlTo not found warning906f04f
FIX: htonll redeclared on Win32 v88e41603
FIX: SIGPIPE not disabled on OS X/BSD #102872ea49
FIX: Header issues with amqp.h on Mingw on Win32 (yoniyoni)0f1f75b
FIX: potential memory leak in amqp_new_connectionc9f6312
FIX: missing va_end in amqp_login()
/amqp_login_with_properties()
7bb64e4
FIX: include amqp_tcp_socket.h in dpkg (Tim Stewart)ba9d1f5
FIX: Report out of buffer space in amqp_table_encode()
9496e10
FIX: Remove abort()
on invalid parameter in amqp_send_frame()
f209420
FIX: Remote abort()
in amqp_simple_wait_method()
f027518
FIX: Return error on socket lib init error0ae534a
FIX: Correctly handle 0 return val from SSL_read()
/SSL_write()
22e41b8
FIX: Improve error handling in socket functions33c2353
FIX: Set state->socket to NULL after amqp_socket_close()
c83e728
FIX: Incorrect error code returned1a19879
FIX: redecl of int i in amqp_tcp_socket_writev()
7477449
FIX: incorrect bit-shift in amqp_error_string2()
2e37bb3
FIX: correctly handle amqp_get_sockfd()
in amqp_simple_wait_frame()
52a459b
FIX: Don't delete state in amqp_tune_connection()
on error01e38dd
FIX: Correctly handle mach_timebase_info()
failure34bffb7
FIX: Correctly disable SIGPIPE
on platforms with SO_NOSIGPIPE
3866433
FIX: Use correct number of bits in timer precision on MacOSXb6a1dfe
FIX: Squash OpenSSL deprecated warnings on MacOSX (Bogdan Padalko)7a217d5
FIX: Incorrect assert()
in wait_frame_inner()
7942af3
FIX: Correctly handle 0-length table in amqp_table_clone()
157788e
FIX: Correctly handle 0-length strings in amqp_basic_properties_clone()
4eaf771
FIX: Correctly handle 0-length message body in amqp_read_message()
59f943b
FIX: Double-free SSL on connection failure7a451a4
FIX: amqp_open_socket()
not defined