summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
| * Update amqp.hJonathan2013-05-131-1/+1
| * autotools build needs pkg-config in README.mdAlan Antonuk2013-05-091-1/+1
| * CMake: make sure amqp_*_socket.h gets installedAlan Antonuk2013-04-191-6/+12
| * Cleanup CMake librabbitmq target_link_libraries()Alan Antonuk2013-04-191-11/+5
| * Merge branch 'ssl-plumbing'Alan Antonuk2013-04-1752-200/+4355
| |\
| | * Fixes to compile it on Win32/MSVCAlan Antonuk2013-04-173-7/+12
| | * Disable alternate SSL backendsAlan Antonuk2013-04-173-0/+15
| | * Fixes to alternate SSL backends to not crashAlan Antonuk2013-04-173-0/+21
| | * Reducing travis-ci build matrixAlan Antonuk2013-04-171-2/+2
| | * Support PolarSSL v1.1.x and v1.2.xAlan Antonuk2013-04-171-0/+6
| | * Adding the various SSL engines to travis buildAlan Antonuk2013-04-171-2/+7
| | * Adding basic error handling to SSL send/recv funcsAlan Antonuk2013-04-175-18/+109
| | * Use correct # of parameters in ssl_handshakeAlan Antonuk2013-04-171-1/+1
| | * CMake: only search for OpenSSL when usedAlan Antonuk2013-04-171-4/+1
| | * FIX/Win32: properly munge amqp_socket_initAlan Antonuk2013-04-172-3/+4
| | * Add very rudimentary error code handling for SSLAlan Antonuk2013-04-176-4/+42
| | * Fix Win32 socket functionsAlan Antonuk2013-04-171-4/+3
| | * Updating license header in new filesAlan Antonuk2013-04-1719-8/+122