summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Split out mid-level API from amqp_socket.c into amqp_api.cTony Garnock-Jones2009-05-043-91/+102
|
* Simple producer/consumer examplesTony Garnock-Jones2009-04-306-1/+290
|
* 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.
* Fix bug where frame_type was left uninitialised in certain circumstances.Tony Garnock-Jones2009-04-302-4/+11
|
* Don't print debug on every received block.Tony Garnock-Jones2009-04-291-2/+7
|
* More allocation check corrections.Tony Garnock-Jones2009-04-291-0/+1
|
* Be more careful about checking allocation results.Tony Garnock-Jones2009-04-295-12/+69
|
* Install the public headers.Tony Garnock-Jones2009-04-291-1/+1
|
* More examples; clean shutdownTony Garnock-Jones2009-04-2710-62/+331
|
* Avoid stomping on flags during content properties encoding.Tony Garnock-Jones2009-04-262-17/+27
|
* Include arpa/inet.h, for linuxTony Garnock-Jones2009-04-261-0/+2
|
* Publication works!Tony Garnock-Jones2009-04-2612-179/+893
|
* More workTony Garnock-Jones2009-04-257-9/+352
|
* Codegen, codecTony Garnock-Jones2009-04-2512-179/+678
|
* Start work on codegenTony Garnock-Jones2009-04-255-1/+379
|
* Notes on autoreconf.Tony Garnock-Jones2009-04-251-0/+8
|
* Add squeakyclean targetTony Garnock-Jones2009-04-251-0/+6
|
* Initial commit of skeletonTony Garnock-Jones2009-04-2512-0/+812