| Commit message (Expand) | Author | Age | Files | Lines |
| * | A ginormous amount of debitrotting, rewriting, debugging and refactoring to m... | Matthew Sackman | 2010-08-02 | 19 | -325/+394 |
| |\ |
|
| | * | Merge 0-8 protocol header fix (bug23040) | Michael Bridgen | 2010-08-02 | 1 | -1/+10 |
| | |\ |
|
| | | * | The crazy protocol header is the 0-8 spec's fault; adjust comment to not impu... | Michael Bridgen | 2010-08-02 | 1 | -2/+7 |
| | | * | Work around broken py-amqplib handshaking | Simon MacMullen | 2010-08-02 | 1 | -0/+4 |
| | * | | merge heads | Matthias Radestock | 2010-08-02 | 1 | -56/+60 |
| | |\ \
| | |/
| |/| |
|
| | | * | tweaks to heartbeater | Matthias Radestock | 2010-07-30 | 1 | -56/+60 |
| | * | | cosmetic | Matthias Radestock | 2010-08-02 | 1 | -2/+1 |
| | * | | Merge default to get json filename changes | Michael Bridgen | 2010-08-01 | 15 | -304/+476 |
| | |\ \ |
|
| | | * \ | merge default into bug22886 | Matthias Radestock | 2010-07-30 | 35 | -415/+6432 |
| | | |\ \ |
|
| | | | * \ | Merge default into bug22889. | Simon MacMullen | 2010-07-30 | 28 | -140/+6084 |
| | | | |\ \ |
|
| | | | | * \ | Merging bug 23032 onto default | Matthew Sackman | 2010-07-30 | 6 | -36/+32 |
| | | | | |\ \
| | | | | |/
| | | | |/| |
|
| | | | | | * | consistently return {ok, Pid} from start_{link} functions | Matthias Radestock | 2010-07-29 | 6 | -36/+32 |
| | | | | |/ |
|
| | | | * | | Cherry-pick the last differences between bug 22889 and amqp_0_9_1. | Simon MacMullen | 2010-07-20 | 2 | -14/+22 |
| | | | * | | Merged default into bug 22889 | Simon MacMullen | 2010-07-20 | 9 | -70/+127 |
| | | | |\ \ |
|
| | | | * | | | Remove maybe_encode_properties | Simon MacMullen | 2010-07-09 | 1 | -21/+8 |
| | | | * | | | export protocol/0 type | Matthias Radestock | 2010-07-09 | 1 | -2/+2 |
| | | | * | | | put the 'none' check back into ensure_content_encoded | Matthias Radestock | 2010-07-09 | 1 | -1/+3 |
| | | | * | | | Merge default into bug22889 | Simon MacMullen | 2010-07-09 | 43 | -344/+700 |
| | | | |\ \ \ |
|
| | | | * | | | | Don't change the signature of ensure_content_decoded. | Simon MacMullen | 2010-07-09 | 3 | -8/+9 |
| | | | * | | | | Fix idiocy | Simon MacMullen | 2010-07-09 | 1 | -1/+1 |
| | | | * | | | | Store protocol with encoded properties, use it to transcode if needed. | Simon MacMullen | 2010-07-09 | 5 | -19/+29 |
| | | | * | | | | merge default into bug22889 | Matthias Radestock | 2010-07-06 | 1 | -22/+19 |
| | | | |\ \ \ \ |
|
| | | | * | | | | | Rename unknown protocol to none, fix tests. | Simon MacMullen | 2010-07-05 | 1 | -1/+3 |
| | | | * | | | | | Merge default into bug22889 | Simon MacMullen | 2010-07-05 | 2 | -8/+5 |
| | | | |\ \ \ \ \ |
|
| | | | * | | | | | | cosmetic | Matthias Radestock | 2010-07-02 | 1 | -3/+2 |
| | | | * | | | | | | Merged heads | Simon MacMullen | 2010-07-02 | 1 | -1/+1 |
| | | | |\ \ \ \ \ \ |
|
| | | | | * | | | | | | cosmetic | Matthias Radestock | 2010-07-02 | 1 | -1/+1 |
| | | | * | | | | | | | Get codegen to build Protocol:version(). | Simon MacMullen | 2010-07-02 | 1 | -12/+7 |
| | | | * | | | | | | | Remove remaining hard coding of rabbit_framing_amqp_0_9_1 from the codec. | Simon MacMullen | 2010-07-02 | 6 | -24/+28 |
| | | | |/ / / / / / |
|
| | | | * | | | | | | oops | Matthias Radestock | 2010-07-02 | 1 | -7/+7 |
| | | | * | | | | | | cosmetic | Matthias Radestock | 2010-07-02 | 1 | -31/+24 |
| | | | * | | | | | | Send the right connection.start in 0-8. Amusingly, this doesn't matter for th... | Simon MacMullen | 2010-07-02 | 1 | -1/+1 |
| | | | * | | | | | | merge default into bug22889 | Matthias Radestock | 2010-07-02 | 1 | -4/+5 |
| | | | |\ \ \ \ \ \ |
|
| | | | * | | | | | | | cosmetic: more sensible place for protocol in info items | Matthias Radestock | 2010-07-02 | 1 | -5/+5 |
| | | | * | | | | | | | merge default into bug22889 | Matthias Radestock | 2010-07-02 | 1 | -6/+1 |
| | | | |\ \ \ \ \ \ \ |
|
| | | | * \ \ \ \ \ \ \ | Merge default into bug22889, and remove another hard coded protocol use. | Simon MacMullen | 2010-07-02 | 4 | -31/+23 |
| | | | |\ \ \ \ \ \ \ \ |
|
| | | | * | | | | | | | | | Oops, missed one. | Simon MacMullen | 2010-07-02 | 1 | -3/+2 |
| | | | * | | | | | | | | | Remove an instance of hard-coding. | Simon MacMullen | 2010-07-02 | 1 | -5/+5 |
| | | | * | | | | | | | | | This clause can indeed go. | Simon MacMullen | 2010-07-02 | 1 | -6/+0 |
| | | | * | | | | | | | | | Remove the rabbit_framing shim, pass around a module name and use that. | Simon MacMullen | 2010-07-02 | 9 | -129/+33 |
| | | | * | | | | | | | | | Merge default into bug22889 | Simon MacMullen | 2010-07-02 | 7 | -88/+101 |
| | | | |\ \ \ \ \ \ \ \ \ |
|
| | | | * | | | | | | | | | | Refactor connection negotiation a bit. | Simon MacMullen | 2010-07-01 | 1 | -19/+15 |
| | | | * | | | | | | | | | | Protocol is not actually very interesting; take it out of the default list of... | Simon MacMullen | 2010-07-01 | 1 | -2/+1 |
| | | | * | | | | | | | | | | Show protocol in rabbitmqctl list_connections. I *think* this is interesting ... | Simon MacMullen | 2010-06-25 | 2 | -2/+5 |
| | | | * | | | | | | | | | | Multi-protocol broker. Let joy be unconfined. | Simon MacMullen | 2010-06-25 | 1 | -34/+46 |
| | | | * | | | | | | | | | | Merged default into bug22885 | Simon MacMullen | 2010-06-25 | 2 | -12/+80 |
| | | | |\ \ \ \ \ \ \ \ \ \ |
|
| | | | * | | | | | | | | | | | Replace some stuff I stripped out that's used by the Erlang client. | Simon MacMullen | 2010-06-25 | 2 | -1/+11 |
| | | | * | | | | | | | | | | | Don't specify a value for cluster_id and known_hosts, they already have a def... | Simon MacMullen | 2010-06-24 | 2 | -2/+2 |
| | | | * | | | | | | | | | | | This is used, by the Erlang client. | Simon MacMullen | 2010-06-24 | 1 | -2/+2 |
| | | | * | | | | | | | | | | | Codegen up two different versions of rabbit_framing and provide a dispatcher ... | Simon MacMullen | 2010-06-24 | 7 | -51/+129 |