e1746f9Tools: Enable support for SSL in tools.9626dd5Lib: ABI CHANGE: enable support for auto_delete, internal flags to amqp_exchange_declareee54e27,656f833Lib: check for double-close in SSL/TCP socket implcf2760dLib: allocate struct when method has no field.513ad4aLib: add support for SANs in OpenSSL socket impl.5348c69Lib: add functions to get negotiated frame_max and heartbeat parms.
fcdf0f8Autoconf: check for htonll as declaration in a header file5790ec7SSL: correctly report hostname verification errors.d60c28cBuild: disable OpenSSL deprecation warnings on OSX072191aLib: include platform, version and copyright in AMQP handshake8b448c6Examples: print message body in amqp[s]_listen[q] examples7188e5dTools: Add flag to set prefetch for amqp-consume tool
a566929SSL: Add support for wildcards in hostname verification (Mike Steinert)a78aa8aLib: Use poll(2) instead of select(2) for timeouts on sockets.357bdb3Lib: support for specifying frame and decoding pool sizes. (Mike Stitt)8956003Lib: improve invalid frame detection code.
b852f84Lib: Add missing amqp_get_server_properties() function.7001e82Lib: Add missing ssize_t on Win32 (emazv72)c2ce2cbLib: Correctly specify WINVER on Win32 when unspecified.fe844e4CMake: specify -DHAVE_CONFIG_H in examples.932de5fLib: correct time computation on Win32 (jestor)3e83192HPUX: use gethrtime on HP-UX for timers.cb1b44eHPUX: correct include location of sys/uio.h8ce585dLib: incorrect OOM condition when 0-lenth exchange name is received.c7716b8CMake: correct htonll detection code on platforms defined with a macro.4dc4edaLib: remove unused assignment.45302cfLib: remove range-check of channel-ids.
- Add amqp_get_broker_properties() function 5c7c40adc1
- Remove distro-specific packaging a5749657ee
- Add -x flag to amqp-consume utilty 1d9c5291ff
- Add amqp_basic_nack() public API 9b168776fb
- Add delivery mode constants to amqp.h 5f291ea772
- Add support for connection.blocked/connection.unblocked methods ccbc24d270
f8c6cee749Examples: Destroy amqp_envelope_t in consumer exampleac88db56d3CMake: fix generation of librabbitmq.pcd5b35afa40CMake: fix missing POPT_INCLUDE_DIRS variable in tools/5ea6a0945abuild: provide independent locations for x64 libsfac34656c0Doc: documentation fixes715901d675Lib: Correct OpenSSL initialization under threaded conditionsce64e57df8Examples: Handle unexpected frames in amqp_consumer.cbcda3e933dCMake: Use GnuInstallDirs to generate install dirs27245a4e15Lib: correctly handle amqp_get_monotonic_timestamp on win32693662ef5bTools: honor --persistent flag in publish utility01d9c3ca60Doc: improve documentation in amqp_ssl_socket functions02d5c58ae4autoconf: correct librabbitmq.pc generation1f4e0cc48bDoc: improve documentation in amqp_tcp_socket functions
- Removed distro-specific packaging d285d01
a642602FIX: destroy amqp_envelop_t object in consumer example860dd71FIX: correct generation of librabbitmq.pc under CMakebdda7abFIX: amqp_socket_close() should not be exported from shlib24f4131FIX: 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 #101- SSL support (Mike Steinert) 473c865 #17
amqp_simple_wait_frame_noblock()function variant to wait for a frame with a timeout f8cfc72 #119- Allow memory to be released on a per-channel basis with
amqp_maybe_release_buffers_on_channel()4a2d899 #5 - Support for AMQP heartbeats while blocking in
amqp_simple_wait_frame*()andamqp_basic_publish()daa0e66 aca5dc1 amqp_socket_open_noblock()for a non-blocking socket connection (Bogdan Padalko) 6ad770damqp_table_clone()to do a deep-copy of an amqp_table_t 08af83a- Add option to listen to multiple keys in
amqp_consumetool (Brian Hammond) e6c256d - Add contributed OpenVMS build system 448ab68
- Higher level APIs for consuming messages 33ebeed #8
- Doxygen-based API documentation.
- Many improvements to error-handling and reporting
24ffaf8FIX: autotools was broken when dependency-tracking was disabled38e741bFIX: CMake XmlTo not found warning906f04fFIX: htonll redeclared on Win32 v88e41603FIX: SIGPIPE not disabled on OS X/BSD #102872ea49FIX: Header issues with amqp.h on Mingw on Win32 (yoniyoni)0f1f75bFIX: potential memory leak in amqp_new_connectionc9f6312FIX: missing va_end inamqp_login()/amqp_login_with_properties()7bb64e4FIX: include amqp_tcp_socket.h in dpkg (Tim Stewart)ba9d1f5FIX: Report out of buffer space inamqp_table_encode()9496e10FIX: Removeabort()on invalid parameter inamqp_send_frame()f209420FIX: Remoteabort()inamqp_simple_wait_method()f027518FIX: Return error on socket lib init error0ae534aFIX: Correctly handle 0 return val fromSSL_read()/SSL_write()22e41b8FIX: Improve error handling in socket functions33c2353FIX: Set state->socket to NULL afteramqp_socket_close()c83e728FIX: Incorrect error code returned1a19879FIX: redecl of int i inamqp_tcp_socket_writev()7477449FIX: incorrect bit-shift inamqp_error_string2()2e37bb3FIX: correctly handleamqp_get_sockfd()inamqp_simple_wait_frame()52a459bFIX: Don't delete state inamqp_tune_connection()on error01e38ddFIX: Correctly handlemach_timebase_info()failure34bffb7FIX: Correctly disableSIGPIPEon platforms withSO_NOSIGPIPE3866433FIX: Use correct number of bits in timer precision on MacOSXb6a1dfeFIX: Squash OpenSSL deprecated warnings on MacOSX (Bogdan Padalko)7a217d5FIX: Incorrectassert()inwait_frame_inner()7942af3FIX: Correctly handle 0-length table inamqp_table_clone()157788eFIX: Correctly handle 0-length strings inamqp_basic_properties_clone()4eaf771FIX: Correctly handle 0-length message body inamqp_read_message()59f943bFIX: Double-free SSL on connection failure7a451a4FIX:amqp_open_socket()not defined