| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | If given Credit=0 then don't accidentally return Unblocked=true. | Simon MacMullen | 2014-02-03 | 1 | -1/+1 |
| * | cosmetic | Matthias Radestock | 2014-02-01 | 1 | -2/+1 |
| * | merge default into bug24297 | Matthias Radestock | 2014-01-22 | 1 | -1/+1 |
| |\ | |||||
| | * | refactor: make 'reject' arg order consistent with 'ack' et al | Matthias Radestock | 2014-01-22 | 3 | -5/+5 |
| * | | merge default into bug24297 | Matthias Radestock | 2014-01-22 | 1 | -9/+9 |
| |\ \ | |/ | |||||
| | * | refactor: genericise | Matthias Radestock | 2014-01-22 | 1 | -2/+2 |
| | * | brevity | Matthias Radestock | 2014-01-22 | 1 | -12/+12 |
| | * | cosmetic | Matthias Radestock | 2014-01-22 | 1 | -2/+2 |
| * | | merge default into bug24297 | Matthias Radestock | 2014-01-22 | 3 | -17/+16 |
| |\ \ | |/ | |||||
| | * | refactor: basic_consume/10 -> /9 | Matthias Radestock | 2014-01-22 | 5 | -35/+28 |
| * | | merge default into bug24297 | Matthias Radestock | 2014-01-22 | 12 | -204/+190 |
| |\ \ | |/ | |||||
| | * | inline | Matthias Radestock | 2014-01-22 | 1 | -11/+7 |
| | * | merge bug25962 into default | Matthias Radestock | 2014-01-21 | 9 | -66/+156 |
| | |\ | |||||
| | | * | cosmetic | Matthias Radestock | 2014-01-21 | 1 | -9/+5 |
| | | * | merge stable into default | Matthias Radestock | 2014-01-20 | 38 | -882/+1416 |
| | | |\ | |||||
| | | | * | Merge bug25654 | Simon MacMullen | 2014-01-20 | 0 | -0/+0 |
| | | | |\ | |||||
| | | | * | | Placate Matthias. | Simon MacMullen | 2014-01-20 | 1 | -5/+5 |
| | | | * | | Uh, give the second head a chance to match. | Simon MacMullen | 2014-01-20 | 1 | -1/+1 |
| | | | * | | Separate modules for authentication and authorisation | Simon MacMullen | 2014-01-17 | 1 | -8/+21 |
| | | | |/ | |||||
| | | | * | stable to default | Simon MacMullen | 2014-01-17 | 7 | -43/+118 |
| | | | |\ | |||||
| | | * | \ | 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 |
| | | |/ / | |||||
| | * | | | eliminate unused var warning | Matthias Radestock | 2014-01-15 | 1 | -1/+1 |
| | * | | | drop support for channel.flow{active=false} | Matthias Radestock | 2014-01-15 | 5 | -126/+25 |
| | | |/ | |/| | |||||
| * | | | Capability | Simon MacMullen | 2014-01-16 | 1 | -0/+1 |
| * | | | Update essay. | Simon MacMullen | 2014-01-15 | 1 | -9/+14 |
| * | | | We can't have drain=true and mode=auto so let's unify to a single mode: manua... | Simon MacMullen | 2014-01-15 | 2 | -26/+30 |
| * | | | Unify rabbit_limiter:credit/5 and rabbit_limiter:set_consumer_prefetch/4. | Simon MacMullen | 2014-01-15 | 2 | -34/+23 |
| * | | | Move credit args parsing into rabbit_queue_consumers, to reduce some nasty ar... | Simon MacMullen | 2014-01-15 | 4 | -36/+32 |
| * | | | Undo gratuitous rename. | Simon MacMullen | 2014-01-15 | 1 | -6/+6 |
| * | | | Treat prefetch=0 the same as basic.qos does - it means infinity not a broken ... | Simon MacMullen | 2014-01-14 | 1 | -0/+2 |
| * | | | Rearrange order of function args in ack/reject/requeue for consistency. | Simon MacMullen | 2014-01-14 | 4 | -23/+23 |
| * | | | Simplify / make it clearer that we always go through the invariant. | Simon MacMullen | 2014-01-14 | 1 | -20/+18 |
| * | | | Undo accidental unification | Simon MacMullen | 2014-01-13 | 1 | -5/+8 |
| * | | | Unbreak basic.reject, basic.nack and basic.recover. Fix up specs. | Simon MacMullen | 2014-01-13 | 5 | -31/+39 |
| * | | | Ignore prefetch in autoack mode. | Simon MacMullen | 2014-01-13 | 2 | -4/+6 |
| * | | | Merge in default. | Simon MacMullen | 2014-01-13 | 23 | -278/+488 |
| |\ \ \ | |/ / | |||||
