summaryrefslogtreecommitdiff
path: root/librabbitmq/amqp_api.c
Commit message (Expand)AuthorAgeFilesLines
* 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 functionsbug23645David 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
* Eliminate C99-style initializers in librabbitmq .c filesDavid Wragg2010-10-211-8/+6
* Eliminate the AMQP_CHECK_RESULT macroDavid Wragg2010-10-211-5/+12
* Eliminate the old codec macrosDavid Wragg2010-10-211-1/+1
* Eliminate the amqp_assert macroDavid Wragg2010-10-211-0/+13
* removed auto-delete parameter from exchange.declareAlexandru Scvortov2010-08-161-2/+1
* it's called routing_key in the specAlexandru Scvortov2010-08-041-2/+2
* merged default into bug22951Alexandru Scvortov2010-08-041-2/+3
|\
| * this branch is default with amqp_0_9_1 merged in; everything seems to work fineAlexandru Scvortov2010-07-091-2/+3
* | Fix "const char *" to "void *" conversion warningsDavid Wragg2010-07-281-1/+1
* | ERROR_HOST_NOT_FOUND -> ERROR_GETHOSTBYNAME_FAILEDDavid Wragg2010-07-261-1/+1
* | Merge default into bug22825David Wragg2010-06-061-0/+13
|\ \ | |/
| * Added amqp_queue_delete to APITony Garnock-Jones2010-06-051-0/+13
* | A Windows port, using MinGW/MSYSDavid Wragg2010-05-301-4/+2
* | Make error codes returned by librabbitmq functions opaqueDavid Wragg2010-05-301-0/+35
|/
* Add TX select, commit, rollbackTony Garnock-Jones2010-03-301-2/+30
* Update licensing to dual MPL/GPLTony Garnock-Jones2010-02-211-0/+50
* Remove amqp_rpc_reply global variable, making it instead state-localTony Garnock-Jones2010-02-181-20/+16
* Reindent without changing anything.Tony Garnock-Jones2010-02-181-15/+15
* Use C-style comments; avoid AMQP_EXPAND_METHOD; use amqp_data_in_buffer.Tony Garnock-Jones2009-10-141-3/+7