| Commit message (Expand) | Author | Age | Files | Lines |
* | Bring back impersonator tag.bug26098 | Simon MacMullen | 2014-04-04 | 1 | -4/+8 |
* | Monitor consuming queue regardless of whether the consumer is CCN capable, on...bug26070 | Simon MacMullen | 2014-03-25 | 1 | -21/+17 |
* | Our other consumer arg has an x- on it. Also, let's validate. | Simon MacMullen | 2014-03-25 | 1 | -1/+1 |
* | Swap the default value for cancel-on-ha-failover. | Simon MacMullen | 2014-03-25 | 1 | -2/+2 |
* | Add a comment, and rename the thing to correspond more with words we use alre... | Simon MacMullen | 2014-03-21 | 1 | -4/+9 |
* | rabbit_amqqueue:basic_consume() will wait for recovery anyway, we don't need ... | Simon MacMullen | 2014-03-21 | 1 | -10/+7 |
* | Attempt at error checking the basic.consume. | Simon MacMullen | 2014-03-20 | 1 | -22/+31 |
* | Abstract the waiting into rabbit_amqqueue. | Simon MacMullen | 2014-03-20 | 1 | -10/+5 |
* | Rename variable (and catch a case I missed before). | Simon MacMullen | 2014-03-20 | 1 | -8/+8 |
* | Oops | Simon MacMullen | 2014-03-19 | 1 | -1/+1 |
* | First hack at recovering consumers. | Simon MacMullen | 2014-03-19 | 1 | -60/+88 |
* | Update copyright for 2014bug25940 | Simon MacMullen | 2014-03-17 | 1 | -1/+1 |
* | Rename info items | Simon MacMullen | 2014-03-06 | 1 | -3/+3 |
* | Change the semantics of the basic.qos global flag to switch between per-consu... | Simon MacMullen | 2014-03-04 | 1 | -10/+19 |
* | Merge in default | Simon MacMullen | 2014-02-10 | 1 | -10/+10 |
|\ |
|
| * | Get rid of the impersonator tag, only let the magic user do it. | Simon MacMullen | 2014-02-05 | 1 | -8/+7 |
| * | cosmetic | Matthias Radestock | 2014-02-03 | 1 | -3/+3 |
| * | Merge bug24408 (again) | Simon MacMullen | 2014-02-03 | 1 | -88/+21 |
| |\ |
|
| * | | This optimisation only makes sense when the message is neither mandatory nor ...bug24408 | Simon MacMullen | 2014-02-03 | 1 | -0/+1 |
* | | | Include a reference in forced event refreshes. | Simon MacMullen | 2014-02-10 | 1 | -6/+7 |
| |/
|/| |
|
* | | Merge bug 25817 | Simon MacMullen | 2014-01-24 | 1 | -187/+138 |
|\ \ |
|
| * \ | merge bug24408 into default | Matthias Radestock | 2014-01-23 | 1 | -41/+60 |
| |\ \
| | |/ |
|
| | * | some drive-by inlining | Matthias Radestock | 2014-01-22 | 1 | -8/+3 |
| | * | some inlining, cosmetics, and more explicit sequencing | Matthias Radestock | 2014-01-22 | 1 | -22/+20 |
| | * | s/confirmed/confirm/g, fix a test. | Simon MacMullen | 2014-01-22 | 1 | -2/+2 |
| | * | Remove some duplication. | Simon MacMullen | 2014-01-22 | 1 | -7/+7 |
| | * | Don't stomp on timeout when receiving mandatory notification. | Simon MacMullen | 2014-01-22 | 1 | -2/+3 |
| | * | Fix basic.return stats, and fix various problems found by dialyzer. | Simon MacMullen | 2014-01-22 | 1 | -14/+4 |
| | * | Oops | Simon MacMullen | 2014-01-22 | 1 | -2/+0 |
| | * | Substantially improve both performance and correctness: 1) really don't treat... | Simon MacMullen | 2014-01-22 | 1 | -23/+29 |
| | * | Get dtree use right: we want take_all/2 when we get a mandatory ack (since on... | Simon MacMullen | 2014-01-21 | 1 | -7/+5 |
| | * | Quick-and-dirty version of pipelined mandatory publishing | Simon MacMullen | 2014-01-21 | 1 | -21/+54 |
| * | | refactor: make 'reject' arg order consistent with 'ack' et al | Matthias Radestock | 2014-01-22 | 1 | -1/+1 |
| * | | refactor: basic_consume/10 -> /9 | Matthias Radestock | 2014-01-22 | 1 | -13/+1 |
| * | | inline | Matthias Radestock | 2014-01-22 | 1 | -11/+7 |
| * | | merge bug25962 into default | Matthias Radestock | 2014-01-21 | 1 | -9/+14 |
| |\ \
| | |/ |
|
| | * | cosmetic | Matthias Radestock | 2014-01-21 | 1 | -9/+5 |
| | * | stable to default | Simon MacMullen | 2014-01-17 | 1 | -0/+9 |
| | |\ |
|
| | | * | Oops x 2bug25965 | Simon MacMullen | 2014-01-17 | 1 | -1/+1 |
| | | * | Limit maximum message size. | Simon MacMullen | 2014-01-17 | 1 | -0/+9 |
| * | | | eliminate unused var warningbug25962 | Matthias Radestock | 2014-01-15 | 1 | -1/+1 |
| * | | | drop support for channel.flow{active=false} | Matthias Radestock | 2014-01-15 | 1 | -60/+8 |
| |/ / |
|
| * | | tiny simplifying refactor | Matthias Radestock | 2014-01-10 | 1 | -2/+2 |
| * | | Revert changes to add proc_name via gen_server2, instead do it explicitly wit...bug25910 | Simon MacMullen | 2014-01-10 | 1 | -2/+2 |
| * | | Merge in default | Simon MacMullen | 2014-01-10 | 1 | -1/+2 |
| |\ \ |
|
| | * | | Add queue_coordinator / queue_syncer / gm. Shift to getting gen_server2 to st... | Simon MacMullen | 2013-12-10 | 1 | -2/+2 |
| | * | | Rename | Simon MacMullen | 2013-12-10 | 1 | -1/+1 |
| | * | | A bit more abstraction, plus identities for heartbeater / | Simon MacMullen | 2013-12-10 | 1 | -1/+1 |
| | * | | Store some process identity in the process dictionary. | Simon MacMullen | 2013-12-05 | 1 | -0/+1 |
| * | | | Merge bug25817 | Simon MacMullen | 2014-01-10 | 1 | -54/+48 |
| |\ \ \ |
|