summaryrefslogtreecommitdiff
path: root/librabbitmq/amqp_api.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright & license header to use SPDX idAlan Antonuk2021-07-271-34/+2
* Support openssl engine settingHan Mai2020-06-251-2/+4
* Make all timeval's constantSteven Van Ingelgem2019-12-291-2/+2
* Format code with clang-formatAlan Antonuk2017-12-051-93/+90
* Remove vim mode lines.formatAlan Antonuk2017-12-041-1/+0
* Lib: Do not set MSG_MORE on last message header if no body followsMartin Willi2017-03-231-2/+7
* Lib: add methods to set timeout of AMQP RPCsrpc-timeoutAlan Antonuk2017-03-151-0/+18
* Lib: add timeout for amqp_login and friendspr383Haster2016-11-271-3/+22
* Lib: check out of range args in amqp_*_close() fn.Alan Antonuk2016-04-091-2/+10
* Lib: add amqp_ssl_socket_set_versions fnAlan Antonuk2015-10-221-1/+2
* Lib: Removed unused include <assert.h>pr314Ivan Skytte Jørgensen2015-10-181-1/+0
* Lib: remove unused macro RPC_REPLY.Ivan Skytte Jørgensen2015-10-181-5/+0
* lib: use MSG_MORE on Linux for basic.publishAlan Antonuk2015-05-311-3/+7
* Disable MSVC secure-RTL function warnings.Alan Antonuk2015-05-041-0/+7
* Refactor heartbeat timeout code to be simplerAlan Antonuk2015-05-031-13/+11
* Rename amqp_timer.[ch] to amqp_time.[ch].Alan Antonuk2015-05-031-1/+1
* Simplify the timer/timeout logic.Alan Antonuk2015-04-191-1/+1
* Add error codes for unsupported SASL type.Bhasker Allam2015-04-051-1/+2
* Add error strings for new AMQP_STATUS values.Alan Antonuk2015-01-061-1/+4
* Add amqp_basic_nack() API functionAlan Antonuk2013-08-251-0/+11
* Code clarity improvements in heartbeat handlingAlan Antonuk2013-06-261-1/+1
* Add support for heartbeats in amqp_basic_publishAlan Antonuk2013-06-251-0/+17
* Add partial support for heartbeats in wait_frameAlan Antonuk2013-06-251-1/+2
* FIX: incorrect bit-shift in amqp_error_string2Alan Antonuk2013-06-181-1/+1
* Add amqp_simple_wait_frame_noblock() functionAlan Antonuk2013-06-141-1/+3
* ABI compat fix for +-ve vals in amqp_error_stringAlan Antonuk2013-06-141-0/+10
* Preserve API/ABI of amqp_error_string()Alan Antonuk2013-06-141-1/+6
* Change amqp_error_string() to ret static stringsAlan Antonuk2013-06-131-21/+71
* Expose public error-code interfaceAlan Antonuk2013-06-131-30/+19
* Add very rudimentary error code handling for SSLAlan Antonuk2013-04-171-0/+5
* Updating license yearAlan Antonuk2013-04-081-0/+3
* Formatted source code with astyle utiltyAlan Antonuk2013-04-081-40/+46
* Adding vim modelines to help with source formattingAlan Antonuk2013-04-051-0/+1
* Set default visibility to hidden & enable a couple more warningsMichael Steinert2012-05-171-9/+5
* Fix compiler warnings (checked clang & gcc)Michael Steinert2012-05-171-3/+2
* Add config.h header guardsMichael Steinert2012-05-171-0/+2
* Intializing unintiailzed member in amqp_basic_publishAlan Antonuk2012-05-101-0/+1
* Automated relicensing of source files MPL/GPL -> MITMarek Majkowski2012-04-121-26/+20
* Update copyright 2012Emile Joubert2012-02-021-1/+1
* Add support for parsing amqp URLs to librabbitmqDavid Wragg2011-09-211-0/+1
* Update copyright noticesDavid Wragg2011-03-011-19/+7
* config.h defines _GNU_SOURCE and is therefore all we need to includeDaniel Schauenberg2011-02-031-4/+2
* move strdup to separate file and add guardsDaniel Schauenberg2011-02-021-7/+5
* Extract common code from generated API functionsDavid Wragg2011-01-141-5/+0
* Add an amqp_basic_reject API functionDavid Wragg2011-01-141-0/+11
* Generate API functions corresponding to most synchronous methodsDavid Wragg2011-01-071-232/+0
* Eliminate the AMQP_EMPTY_* macros from amqp.hDavid Wragg2010-10-211-1/+3
* Pass "-ansi -pedantic" to gcc, so it tells us when we stray from C90David Wragg2010-10-211-0/+6
* Microsoft C runtime doesn't have snprintfDavid Wragg2010-10-211-6/+4
* Eliminate AMQP_SIMPLE_RPC and friendsDavid Wragg2010-10-211-67/+180