summaryrefslogtreecommitdiff
path: root/examples
Commit message (Collapse)AuthorAgeFilesLines
* Merge default into amqp_0_9_1Tony Garnock-Jones2010-02-2110-0/+500
|\
| * Update licensing to dual MPL/GPLTony Garnock-Jones2010-02-2110-0/+500
| |
* | Merge default into amqp_0_9_1Tony Garnock-Jones2010-02-188-18/+18
|\ \ | |/
| * Remove amqp_rpc_reply global variable, making it instead state-localTony Garnock-Jones2010-02-188-18/+18
| | | | | | | | | | | | and accessible only through amqp_get_rpc_reply(). Add a better comment on amqp_get_rpc_reply() to be a little clearer about when it's inappropriate to use it.
* | merge default into amqp_0_9_1Tony Garnock-Jones2009-08-273-3/+3
|\ \ | |/ |/|
| * Merge default into amqp_0_9_1Tony Garnock-Jones2009-08-207-7/+7
| |\
| * \ merge default into amqp_0_9_1Tony Garnock-Jones2009-08-171-1/+2
| |\ \
| * \ \ merge default into amqp_0_9_1Tony Garnock-Jones2009-08-121-3/+3
| |\ \ \
| * | | | Changes for 0-9-1 support.Tony Garnock-Jones2009-06-032-2/+2
| | | | |
* | | | | Add amqp_listenq, like amqp_listen but for queues rather than exchangesTony Garnock-Jones2009-08-272-1/+130
| |_|_|/ |/| | |
* | | | Extend API to permit heartbeat configuration.Tony Garnock-Jones2009-08-207-7/+7
| |_|/ |/| |
* | | Make sendstring deliver in persistent mode.Tony Garnock-Jones2009-08-171-1/+2
| |/ |/|
* | Make "make distcheck" work and passTony Garnock-Jones2009-07-141-3/+3
|/
* Add bind/unbind utilities, and API for unbindTony Garnock-Jones2009-05-183-1/+114
|
* Support for multiple channels.Tony Garnock-Jones2009-05-125-10/+22
| | | | | | | - amqp_login() no longer does amqp_channel_open() for you - amqp_login() takes a channel_max argument - amqp_login() actually calls amqp_tune_connection() now - amqp_channel_close() and amqp_basic_publish() now take a channel number
* Report EOF speciallyTony Garnock-Jones2009-05-071-1/+2
|
* Use amq.direct instead of the default exchangeTony Garnock-Jones2009-05-072-2/+2
|
* Correct warning on 64-bit linuxTony Garnock-Jones2009-05-071-2/+2
|
* Introduce more mid-level APITony Garnock-Jones2009-05-073-107/+19
|
* Simple producer/consumer examplesTony Garnock-Jones2009-04-305-1/+288
|
* Avoid leaking memory by being precise about when a delivery isTony Garnock-Jones2009-04-301-37/+60
| | | | | finished, which lets us recycle a connection's memory pool at exactly the right time.
* Be more careful about checking allocation results.Tony Garnock-Jones2009-04-291-0/+4
|
* More examples; clean shutdownTony Garnock-Jones2009-04-276-62/+288
|
* Avoid stomping on flags during content properties encoding.Tony Garnock-Jones2009-04-261-8/+13
|
* Publication works!Tony Garnock-Jones2009-04-261-3/+62
|
* More workTony Garnock-Jones2009-04-251-2/+44
|
* Codegen, codecTony Garnock-Jones2009-04-252-0/+16