| Commit message (Expand) | Author | Age | Files | Lines |
* | Renamebug25884 | Simon MacMullen | 2014-08-12 | 1 | -1/+1 |
* | Max-bytes argument / policy. | Simon MacMullen | 2014-08-12 | 1 | -1/+2 |
* | Promote down slave to master if the master gets forgotten.bug26254 | Simon MacMullen | 2014-06-19 | 1 | -14/+23 |
* | Maintain down_slave_nodes so we might have a clue where to look to recover from. | Simon MacMullen | 2014-06-19 | 1 | -7/+23 |
* | Move these down (ish) from federation.bug24926 | Simon MacMullen | 2014-06-11 | 1 | -1/+9 |
* | Support updating decorators correctly when plugins start and stop. | Simon MacMullen | 2014-06-09 | 1 | -4/+15 |
* | Ensure rabbit_exchange funnels all updates through a single function, like ra...bug26230 | Simon MacMullen | 2014-06-09 | 1 | -1/+1 |
* | Make decorators field in exchange and queue transient, i.e. we recalcualte it... | Simon MacMullen | 2014-06-09 | 1 | -14/+17 |
* | Remove rabbit_amqqueue:force_event_refresh/1 synchronybug26127 | Simon MacMullen | 2014-04-17 | 1 | -21/+3 |
* | Allow specification of the node to use for the queue, all else being equal.bug26082 | Simon MacMullen | 2014-03-27 | 1 | -2/+14 |
* | Oops | Simon MacMullen | 2014-03-25 | 1 | -1/+1 |
* | Our other consumer arg has an x- on it. Also, let's validate. | Simon MacMullen | 2014-03-25 | 1 | -1/+5 |
* | rabbit_amqqueue:basic_consume() will wait for recovery anyway, we don't need ... | Simon MacMullen | 2014-03-21 | 1 | -12/+1 |
* | Abstract the waiting into rabbit_amqqueue. | Simon MacMullen | 2014-03-20 | 1 | -1/+12 |
* | Update copyright for 2014bug25940 | Simon MacMullen | 2014-03-17 | 1 | -1/+1 |
* | Strip out support for x-prefetch. | Simon MacMullen | 2014-03-04 | 1 | -2/+1 |
* | Management information on per-consumer prefetch | Simon MacMullen | 2014-03-04 | 1 | -6/+9 |
* | Change the semantics of the basic.qos global flag to switch between per-consu... | Simon MacMullen | 2014-03-04 | 1 | -5/+8 |
* | Merge in default | Simon MacMullen | 2014-02-18 | 1 | -35/+37 |
|\ |
|
| * | oops | Matthias Radestock | 2014-02-10 | 1 | -1/+1 |
| * | merge default into bug25853 | Matthias Radestock | 2014-02-10 | 1 | -14/+15 |
| |\ |
|
| | * | Merge in default | Simon MacMullen | 2014-02-10 | 1 | -9/+9 |
| | |\ |
|
| | | * | bail on coding bugbug26002 | Matthias Radestock | 2014-02-06 | 1 | -7/+7 |
| | | * | Use gs2:mcall/1 in r_amqqueue:force_event_refresh/1 | Tim Watson | 2014-01-28 | 1 | -2/+2 |
| | * | | Include a reference in forced event refreshes. | Simon MacMullen | 2014-02-10 | 1 | -6/+7 |
| | |/ |
|
| * | | simplifying refactor | Matthias Radestock | 2014-02-06 | 1 | -17/+14 |
| * | | Use dirty opts to find durable queues during startup (and optimise) | Tim Watson | 2014-02-05 | 1 | -4/+3 |
| * | | Simplify durable queue recovery and avoid a dict lookup on the results | Tim Watson | 2014-02-05 | 1 | -12/+6 |
| * | | Perform (and wait for) queue recovery in parallel | Tim Watson | 2014-01-30 | 1 | -4/+15 |
| |/ |
|
* | | Manage AckTag -> Ctag mapping in rabbit_queue_consumers, leave the channel ou... | Simon MacMullen | 2014-02-03 | 1 | -11/+8 |
* | | Merge default | Simon MacMullen | 2014-02-03 | 1 | -9/+13 |
|\ \
| |/
|/| |
|
| * | merge default into bug24297 | Matthias Radestock | 2014-01-22 | 1 | -1/+1 |
| |\ |
|
| * \ | merge default into bug24297 | Matthias Radestock | 2014-01-22 | 1 | -8/+4 |
| |\ \ |
|
| * | | | Move credit args parsing into rabbit_queue_consumers, to reduce some nasty ar... | Simon MacMullen | 2014-01-15 | 1 | -12/+11 |
| * | | | Rearrange order of function args in ack/reject/requeue for consistency. | Simon MacMullen | 2014-01-14 | 1 | -9/+9 |
| * | | | Unbreak basic.reject, basic.nack and basic.recover. Fix up specs. | Simon MacMullen | 2014-01-13 | 1 | -8/+11 |
| * | | | Add initial support for x-prefetch consumer arg (basically auto-credit). It's... | Simon MacMullen | 2014-01-08 | 1 | -3/+3 |
* | | | | merge bug25827 into default | Matthias Radestock | 2014-01-24 | 1 | -6/+12 |
|\ \ \ \ |
|
| * | | | | Refactor: reduce the distance to default | Tim Watson | 2014-01-14 | 1 | -4/+2 |
| * | | | | Cosmetic (ish) | Tim Watson | 2014-01-14 | 1 | -1/+1 |
| * | | | | Refactor / maintain a clean interface to the backing queue | Tim Watson | 2014-01-14 | 1 | -4/+9 |
| * | | | | Refactor to avoid O(N*2) lookups during queue recovery | Tim Watson | 2014-01-13 | 1 | -19/+9 |
| * | | | | Scrub un-used code and introduce a lookup-by-recovery-key API | Tim Watson | 2013-12-31 | 1 | -1/+2 |
| * | | | | Tidy of specs and further re-working of tests | Tim Watson | 2013-12-19 | 1 | -1/+1 |
| * | | | | Rework/Refactor to handle recovery terms up-front | Tim Watson | 2013-12-19 | 1 | -6/+18 |
| |/ / / |
|
* | | | | merge bug24408 into default | Matthias Radestock | 2014-01-23 | 1 | -27/+8 |
|\ \ \ \ |
|
| * | | | | Don't think that needs simplifying, but the comment is now not relevant any m... | Simon MacMullen | 2014-01-22 | 1 | -7/+0 |
| * | | | | Fix basic.return stats, and fix various problems found by dialyzer. | Simon MacMullen | 2014-01-22 | 1 | -4/+3 |
| * | | | | Quick-and-dirty version of pipelined mandatory publishing | Simon MacMullen | 2014-01-21 | 1 | -16/+5 |
* | | | | | refactor: make 'reject' arg order consistent with 'ack' et al | Matthias Radestock | 2014-01-22 | 1 | -2/+2 |