| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Handle down messages from the delegate, since that's what we're monitoring lo... | Simon MacMullen | 2014-02-11 | 1 | -2/+4 |
| * | Merge bug26000 into stable again | Simon MacMullen | 2014-02-11 | 2 | -7/+27 |
| |\ | |||||
| | * | More documentation, slightly stricter types. | Simon MacMullen | 2014-02-11 | 1 | -1/+14 |
| | * | fix tests | Matthias Radestock | 2014-02-10 | 1 | -6/+13 |
| * | | Merge bug 26000 (into stable this time) | Simon MacMullen | 2014-02-10 | 2 | -2/+17 |
| |\ \ | |/ |/| | |||||
| | * | Merge bug25762 | Simon MacMullen | 2014-02-07 | 2 | -2/+17 |
| | |\ | |||||
| | | * | minimal fix | Matthias Radestock | 2014-02-06 | 2 | -2/+17 |
| | |/ | |||||
| * | | Allow specifying a tx-fun. | Simon MacMullen | 2014-02-06 | 1 | -44/+59 |
| |/ | |||||
| * | Added tag rabbitmq_v3_2_3 for changeset 915404021814 | Emile Joubert | 2014-01-23 | 0 | -0/+0 |
| * | Changelogs for 3.2.3rabbitmq_v3_2_3 | Emile Joubert | 2014-01-23 | 2 | -0/+9 |
| * | merge bug25929 into stable | Matthias Radestock | 2014-01-20 | 0 | -0/+0 |
| |\ | |||||
| * | | handle setopts error gracefully | Matthias Radestock | 2014-01-20 | 1 | -6/+11 |
| |/ | |||||
| * | Fix type error | Simon MacMullen | 2014-01-17 | 1 | -3/+3 |
| * | Merge bug25965 | Simon MacMullen | 2014-01-17 | 1 | -0/+19 |
| |\ | |||||
| | * | Merge bug 25952 | Simon MacMullen | 2014-01-17 | 1 | -0/+19 |
| | |\ | |||||
| | | * | Merge bug24927 | Simon MacMullen | 2014-01-17 | 0 | -0/+0 |
| | | |\ | |||||
| | | * | | oops, wrong branch | Simon MacMullen | 2014-01-16 | 1 | -1/+0 |
| | | * | | Capability | Simon MacMullen | 2014-01-16 | 1 | -0/+1 |
| | | * | | Revivify branch from earlier commit. | Simon MacMullen | 2014-01-16 | 1 | -1/+1 |
| | | * | | Staunch the flow of "Discarding message..." log messages | Simon MacMullen | 2014-01-15 | 1 | -0/+19 |
| | | |/ | |||||
| * | | | Oops x 2 | Simon MacMullen | 2014-01-17 | 1 | -1/+1 |
| * | | | Oops | Simon MacMullen | 2014-01-17 | 1 | -3/+4 |
| * | | | Limit maximum message size. | Simon MacMullen | 2014-01-17 | 4 | -6/+24 |
| |/ / | |||||
| * | | Remove inanity. | Simon MacMullen | 2014-01-17 | 1 | -4/+1 |
| * | | Avoid "Absurdly large distribution output data buffer" death. | Simon MacMullen | 2014-01-16 | 2 | -38/+79 |
| |/ | |||||
| * | simplify even further | Matthias Radestock | 2014-01-10 | 1 | -4/+4 |
| * | simplify, remove redundant code | Matthias Radestock | 2014-01-10 | 1 | -7/+4 |
| * | tiny refactor: better function name | Matthias Radestock | 2014-01-09 | 1 | -6/+6 |
| * | cosmetic: whitespace | Matthias Radestock | 2014-01-08 | 1 | -54/+48 |
| * | Merge bug25936 | Simon MacMullen | 2014-01-08 | 1 | -1/+3 |
| |\ | |||||
| | * | 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 |
| * | | | consumers/1 returns a list of 4-tuples now. | Simon MacMullen | 2014-01-07 | 1 | -1/+1 |
| |/ / | |||||
| * | | 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 |
| * | | refactor: inline | Matthias Radestock | 2013-12-24 | 1 | -8/+6 |
| * | | various simplifying refactors | Matthias Radestock | 2013-12-23 | 1 | -93/+93 |
| * | | tiny refactors | Matthias Radestock | 2013-12-23 | 1 | -6/+8 |
| * | | cosmetic, largely whitespace | Matthias Radestock | 2013-12-23 | 1 | -10/+10 |
| * | | Merge bug25928 | Simon MacMullen | 2013-12-19 | 2 | -2/+5 |
| |\ \ | |/ | |||||
| | * | Keep the two handle_exception()s together. | Simon MacMullen | 2013-12-19 | 1 | -3/+3 |
| | * | Treat connection errors on write the same as on read. | Simon MacMullen | 2013-12-17 | 2 | -1/+4 |
| * | | Scarier warning | Simon MacMullen | 2013-12-19 | 1 | -10/+13 |
| |/ | |||||
| * | Merged bug25925 into stable | Emile Joubert | 2013-12-16 | 0 | -0/+0 |
| |\ | |||||
| * | | Strip extra parameter when installing service | Emile Joubert | 2013-12-13 | 1 | -2/+10 |
| |/ | |||||
