summaryrefslogtreecommitdiff
path: root/librabbitmq/amqp.h
Commit message (Expand)AuthorAgeFilesLines
* Fix: adding stddef.h include that typedefs size_tAlan Antonuk2012-03-081-0/+1
* amqp.h should include amqp_framing.h at the bottompublic_header_includes_fixAlan Antonuk2012-03-061-0/+2
* amqp.h should include stdint.hAlan Antonuk2012-03-061-0/+2
* Add support for parsing amqp URLs to librabbitmqDavid Wragg2011-09-211-0/+13
* Update copyright noticesDavid Wragg2011-03-011-19/+7
* Extract common code from generated API functionsbug23645David Wragg2011-01-141-16/+22
* Remove some redundant function declarationsDavid Wragg2011-01-141-12/+0
* Add an amqp_basic_reject API functionDavid Wragg2011-01-141-0/+5
* Generate API functions corresponding to most synchronous methodsDavid Wragg2011-01-071-62/+0
* Add compability macros for AMQP_EMPTY_*David Wragg2010-10-271-0/+6
* Eliminate the AMQP_EMPTY_* macros from amqp.hDavid Wragg2010-10-211-6/+5
* Make test_tables.c ISO C90 cleanDavid Wragg2010-10-211-40/+9
* Pass "-ansi -pedantic" to gcc, so it tells us when we stray from C90David Wragg2010-10-211-1/+1
* Specify which functions are to be exported from the librabbitmq DLLDavid Wragg2010-10-211-142/+172
* Eliminate AMQP_SIMPLE_RPC and friendsDavid Wragg2010-10-211-22/+0
* Convert other librabbitmq .c files to the new helper functionsDavid Wragg2010-10-211-12/+0
* Introduce new codec helper inline functions; convert amqp_table.cDavid Wragg2010-10-211-2/+3
* Eliminate the AMQP_BYTES_FREE macroDavid Wragg2010-10-211-8/+0
* removed auto-delete parameter from exchange.declareAlexandru Scvortov2010-08-161-1/+0
* it's called routing_key in the specAlexandru Scvortov2010-08-041-1/+1
* merged default into bug22951Alexandru Scvortov2010-08-041-1/+2
|\
| * this branch is default with amqp_0_9_1 merged in; everything seems to work fineAlexandru Scvortov2010-07-091-1/+2
* | Fix "const char *" to "void *" conversion warningsDavid Wragg2010-07-281-1/+1
* | Fold amqp_end_connection socket closing into amqp_destroy_connectionDavid Wragg2010-07-261-3/+2
* | Merge default into bug22825David Wragg2010-06-061-0/+6
|\ \ | |/
| * Added amqp_queue_delete to APITony Garnock-Jones2010-06-051-0/+6
* | Make error codes returned by librabbitmq functions opaqueDavid Wragg2010-05-301-1/+9
* | Add amqp_end_connection, which closes the socket and destroys the connectionDavid Wragg2010-05-301-0/+1
|/
* Add TX select, commit, rollbackTony Garnock-Jones2010-03-301-0/+9
* 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-4/+12
* Pass raw properties alongTony Garnock-Jones2010-01-091-0/+1
* Add amqp_bytes_t utilities.Tony Garnock-Jones2010-01-091-0/+2
* Implement Qpid/RabbitMQ/0-9-1 field table types.Tony Garnock-Jones2009-11-171-10/+121
* Use C-style comments; avoid AMQP_EXPAND_METHOD; use amqp_data_in_buffer.Tony Garnock-Jones2009-10-141-5/+13
* Updated amqp_simple_rpc to take a 0 terminated array of amqp_method_number_t ...Scott Brooks2009-10-141-3/+32
* Support basic.ack.Tony Garnock-Jones2009-08-271-0/+5
* Extend API to permit heartbeat configuration.Tony Garnock-Jones2009-08-201-1/+3
* Add bind/unbind utilities, and API for unbindTony Garnock-Jones2009-05-181-0/+7
* Support for multiple channels.Tony Garnock-Jones2009-05-121-5/+17
* New AMQP_BYTES_FREE macro.Tony Garnock-Jones2009-05-121-0/+8
* Actually implement amqp_send_header_to!Tony Garnock-Jones2009-05-101-2/+4
* Support generic frame transmission.Tony Garnock-Jones2009-05-101-0/+7
* Support parsing of protocol header.Tony Garnock-Jones2009-05-101-0/+9
* Introduce more mid-level APITony Garnock-Jones2009-05-071-0/+48
* Better support for tablesTony Garnock-Jones2009-05-061-0/+9
* Be more careful about checking allocation results.Tony Garnock-Jones2009-04-291-2/+2
* More examples; clean shutdownTony Garnock-Jones2009-04-271-0/+4
* Publication works!Tony Garnock-Jones2009-04-261-15/+65
* More workTony Garnock-Jones2009-04-251-6/+17