summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add consumer-cancel notify to amqp_consumer.cconsumer_cancel_exampleAlan Antonuk2013-07-301-2/+31
* FIX: amqp_open_socket not defined.Alan Antonuk2013-07-231-0/+7
* BUG: double-free in ssl-socket on connect failureAlan Antonuk2013-07-221-0/+1
* FIX: handle 0-len msg body in amqp_read_messageAlan Antonuk2013-07-101-5/+9
* FIX: basic_properties_clone handle 0-len stringsAlan Antonuk2013-07-101-6/+10
* FIX: amqp_table_clone handle 0-len table correctlyAlan Antonuk2013-07-101-13/+30
* FIX: Incorrect assert in wait_frame_innerAlan Antonuk2013-07-081-3/+0
* Ignore MacOSX .DS_Store filesAlan Antonuk2013-07-081-0/+1
* Add a high level API for consuming messagesAlan Antonuk2013-07-0812-338/+646
* Add amqp_table_clone() to deep-copy a amqp_table_tAlan Antonuk2013-07-062-0/+137
* Make sure date math is done in 64-bit precAlan Antonuk2013-07-061-4/+5
* Add nonblocking connect supportzaq178miami2013-07-0614-19/+554
* Squash OpenSSL deprecated warnings on MacOSX 10.7+Alan Antonuk2013-07-061-0/+4
* FIX: remove amqp_set_socket() from public APIAlan Antonuk2013-07-032-4/+13
* Get rid of amqp_socket_error interfaceAlan Antonuk2013-07-035-47/+0
* Make connection the socket object ownerAlan Antonuk2013-07-0326-89/+138
* OpenVMS MMS build systemAlan Antonuk2013-06-267-0/+240
* listen to multiple routing keys separated by commasBrian Hammond2013-06-262-7/+58
* Code clarity improvements in heartbeat handlingAlan Antonuk2013-06-264-10/+26
* Add support for heartbeats in amqp_basic_publishAlan Antonuk2013-06-254-102/+228
* Add partial support for heartbeats in wait_frameAlan Antonuk2013-06-255-14/+88
* FIX: force correct timer precision on Mac OS XAlan Antonuk2013-06-251-1/+2
* FIX: disable SIGPIPE on platforms w/SO_NOSIGPIPEAlan Antonuk2013-06-251-2/+2
* Channel-based memory managementAlan Antonuk2013-06-215-42/+164
* Add Coverity model fileAlan Antonuk2013-06-181-0/+16
* FIX: handle mach_timebase_info failureAlan Antonuk2013-06-181-0/+3
* FIX amqp_tune_connection don't delete state on errAlan Antonuk2013-06-181-1/+0
* FIX: handle amqp_get_sockfd failure in wait_frameAlan Antonuk2013-06-181-0/+3
* FIX: incorrect bit-shift in amqp_error_string2Alan Antonuk2013-06-181-1/+1
* FIX: redecl of int i in amqp_tcp_socket_writevAlan Antonuk2013-06-181-1/+1
* Add amqp_simple_wait_frame_noblock() functionAlan Antonuk2013-06-143-4/+92
* Add amqp_get_monotonic_timestamp() functionAlan Antonuk2013-06-146-2/+141
* Fix latent bugs with return error-codesAlan Antonuk2013-06-141-8/+4
* Set state->socket to NULL after amqp_socket_closeAlan Antonuk2013-06-141-0/+1
* ABI compat fix for +-ve vals in amqp_error_stringAlan Antonuk2013-06-141-0/+10
* Correct usage of amqp_error_string in test codeAlan Antonuk2013-06-142-3/+3
* Preserve API/ABI of amqp_error_string()Alan Antonuk2013-06-144-7/+25
* Change amqp_error_string() to ret static stringsAlan Antonuk2013-06-135-43/+86
* Move amqp_os_socket* funcs to amqp_socket.h/cAlan Antonuk2013-06-1312-388/+136
* Improve error handling in socket functionsAlan Antonuk2013-06-135-60/+240
* Add more specific SSL connection error codesAlan Antonuk2013-06-132-29/+58
* Correctly handle 0 ret val from SSL_read/writeAlan Antonuk2013-06-131-2/+2
* Return error on socket lib init failureAlan Antonuk2013-06-132-1/+4
* Don't abort() in amqp_simple_wait_frame()Alan Antonuk2013-06-132-17/+6
* Don't abort() on invalid param in amqp_send_frame()Alan Antonuk2013-06-131-1/+1
* Report out of buf space error in amqp_table_encodeAlan Antonuk2013-06-132-14/+25
* Expose public error-code interfaceAlan Antonuk2013-06-1316-469/+455
* Ensure amqp_tcp_socket.h is included in dpkgTim Stewart2013-06-041-1/+1
* FIX: missing va_end in amqp_login* functionsAlan Antonuk2013-05-251-4/+14
* FIX: memory leak in amqp_new_connectionAlan Antonuk2013-05-251-3/+1