| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | This code can now be invoked in the context of the Erlang client, in which ca... | Simon MacMullen | 2014-01-10 | 1 | -4/+3 |
| * | Automatically update process_name on become. | Simon MacMullen | 2014-01-10 | 2 | -5/+13 |
| * | Cosmetic | Simon MacMullen | 2014-01-10 | 2 | -9/+6 |
| * | API tweak for the AMQP client | Simon MacMullen | 2014-01-08 | 1 | -9/+11 |
| * | Merge in default | Simon MacMullen | 2014-01-07 | 13 | -637/+840 |
| |\ | |||||
| | * | Merge bug25935 | Simon MacMullen | 2014-01-07 | 1 | -1/+10 |
| | |\ | |||||
| | | * | Accept this from federation. | Simon MacMullen | 2014-01-07 | 1 | -1/+10 |
| | |/ | |||||
| | * | stable to default | Simon MacMullen | 2014-01-07 | 0 | -0/+0 |
| | |\ | |||||
| | | * | Merge bug25945 again | Simon MacMullen | 2014-01-07 | 1 | -1/+3 |
| | | |\ | |||||
| | | | * | Uh, that function needs another header | Simon MacMullen | 2014-01-07 | 1 | -1/+3 |
| | * | | | Merge bug25938 | Simon MacMullen | 2014-01-07 | 3 | -353/+503 |
| | |\ \ \ | |||||
| | | * | | | Multi-heads | Simon MacMullen | 2014-01-07 | 1 | -6/+4 |
| | | * | | | Fix handling of credit arriving with drain=true and an empty queue - we need ... | Simon MacMullen | 2014-01-07 | 2 | -9/+13 |
| | | * | | | Merge in default | Simon MacMullen | 2014-01-07 | 5 | -112/+127 |
| | | |\ \ \ | | |/ / / | |/| | | | |||||
| | * | | | | Stable to default | Simon MacMullen | 2014-01-07 | 16 | -272/+431 |
| | |\ \ \ \ | | |_|/ / | |/| | | | |||||
| | | * | | | Merge bug 25943 | Simon MacMullen | 2014-01-07 | 1 | -40/+34 |
| | | |\ \ \ | |||||
| | | | * | | | cosmetic | Matthias Radestock | 2014-01-03 | 1 | -6/+5 |
| | | | * | | | lift buffer vars from state | Matthias Radestock | 2014-01-03 | 1 | -36/+32 |
| | | | * | | | merge bug25939 into bug25943 | Matthias Radestock | 2014-01-03 | 1 | -23/+41 |
| | | | |\ \ \ | |||||
| | | * | \ \ \ | Merge bug25939 | Simon MacMullen | 2014-01-06 | 1 | -23/+41 |
| | | |\ \ \ \ \ | |||||
| | | | * | | | | | Simplify binlist_split from /4 to /3. | Simon MacMullen | 2014-01-06 | 1 | -6/+6 |
| | | | | |/ / / | | | |/| | | | |||||
| | | | * | | | | become 1.0 with the correct state | Matthias Radestock | 2014-01-02 | 1 | -2/+7 |
| | | | * | | | | eliminate unnecessary state modification | Matthias Radestock | 2014-01-02 | 1 | -3/+1 |
| | | | * | | | | further optimise frame reading | Matthias Radestock | 2014-01-02 | 1 | -21/+25 |
| | | | * | | | | merge stable into bug25939 | Matthias Radestock | 2014-01-01 | 1 | -6/+17 |
| | | | |\ \ \ \ | | | | |/ / / | | | |/| | | | |||||
| | | | | * | | | refactor: better var names | Matthias Radestock | 2013-12-27 | 1 | -4/+4 |
| | | | | * | | | restore short message performance | Matthias Radestock | 2013-12-27 | 1 | -2/+7 |
| | | | | * | | | more efficient data splitting in reader | Matthias Radestock | 2013-12-25 | 1 | -6/+12 |
| | | * | | | | | Merge bug 25942 | Simon MacMullen | 2014-01-06 | 16 | -175/+323 |
| | | |\ \ \ \ \ | |||||
| | | | * \ \ \ \ | stable to default | Simon MacMullen | 2014-01-06 | 2 | -2/+2 |
| | | | |\ \ \ \ \ | |||||
| | | | * \ \ \ \ \ | merge stable into default | Matthias Radestock | 2014-01-01 | 15 | -173/+321 |
| | | | |\ \ \ \ \ \ | | | | |_|/ / / / | | | |/| | | | | | |||||
| | | * | | | | | | | some small codec optimisations | Matthias Radestock | 2014-01-02 | 2 | -46/+45 |
| | | |/ / / / / / | |||||
| | * | | | | | | | Merge bug25945 | Simon MacMullen | 2014-01-07 | 0 | -0/+0 |
| | |\ \ \ \ \ \ \ | | | |_|/ / / / | | |/| | | | / | | |_|_|_|_|/ | |/| | | | | | |||||
| | * | | | | | | Notify on channel down. | Simon MacMullen | 2014-01-07 | 1 | -0/+10 |
| | |/ / / / / | |||||
| | * | | | | | Merge bug25928 again | Simon MacMullen | 2014-01-06 | 2 | -2/+2 |
| | |\ \ \ \ \ | | |/ / / / | |/| | | | | |||||
| | | * | | | | Revert the changes to the error thrown. | Simon MacMullen | 2014-01-06 | 2 | -2/+2 |
| | * | | | | | simplify | Matthias Radestock | 2014-01-01 | 1 | -2/+2 |
| | * | | | | | small refactor: simplify AMQP version negotiation a little bit | Matthias Radestock | 2014-01-01 | 1 | -13/+15 |
| | * | | | | | correct typo in comment | Matthias Radestock | 2014-01-01 | 1 | -1/+1 |
| | | |_|/ / | |/| | | | |||||
| | | | | * | move consumer_use calculations into rabbit_queue_consumers | Matthias Radestock | 2014-01-06 | 2 | -49/+51 |
| | | | | * | refactor: prepare for more state | Matthias Radestock | 2014-01-06 | 1 | -36/+45 |
| | | | | * | refactor: better var name | Matthias Radestock | 2013-12-24 | 2 | -13/+13 |
| | | | | * | specs | Matthias Radestock | 2013-12-24 | 1 | -4/+48 |
| | | | | * | refactor: re-order and re-name | Matthias Radestock | 2013-12-24 | 1 | -65/+64 |
| | | | | * | merge default into bug25938 | Matthias Radestock | 2013-12-24 | 2 | -308/+410 |
| | | | | |\ | | | |/ / | |||||
| | | | | * | reduce distance to default | Matthias Radestock | 2013-12-24 | 1 | -1/+1 |
| | | | | * | cosmetic | Matthias Radestock | 2013-12-24 | 1 | -1/+1 |
| | | | | * | merge default into bug25938 | Matthias Radestock | 2013-12-24 | 0 | -0/+0 |
| | | | | |\ | |||||
| | | | | * | | oops | Matthias Radestock | 2013-12-23 | 1 | -1/+1 |
| | | | | * | | cosmetic | Matthias Radestock | 2013-12-23 | 1 | -1/+1 |
