Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cosmetic: make callback function def order match usagebug25495 | Matthias Radestock | 2013-03-17 | 2 | -11/+11 |
* | get rid of superfluous serial() arg to {XT,XD}:policy_changed | Matthias Radestock | 2013-03-17 | 8 | -17/+20 |
* | merge bug25488 into default | Matthias Radestock | 2013-03-15 | 5 | -20/+67 |
|\ | |||||
| * | correct a spec error discovered by R16B dialyzer | Matthias Radestock | 2013-03-15 | 1 | -1/+1 |
| * | Merged stable into default | Emile Joubert | 2013-03-14 | 1 | -3/+4 |
| |\ | |||||
| | * | Merged bug25490 into stable | Emile Joubert | 2013-03-14 | 1 | -3/+4 |
| | |\ | |||||
| | | * | Cache the result of the external commandbug25490 | Simon MacMullen | 2013-03-14 | 1 | -3/+4 |
| | |/ | |||||
| | * | Added tag rabbitmq_v3_0_4 for changeset 2e15f381d3a8 | Simon MacMullen | 2013-03-12 | 0 | -0/+0 |
| | * | Added tag rabbitmq_v3_0_3 for changeset a97b4179e26frabbitmq_v3_0_4 | Simon MacMullen | 2013-03-06 | 0 | -0/+0 |
| * | | cosmetic | Matthias Radestock | 2013-03-13 | 1 | -2/+1 |
| * | | merge bug19375 into default | Matthias Radestock | 2013-03-13 | 2 | -14/+61 |
| |\ \ | |||||
| | * | | Check queue length using correct version of backing queue statebug19375 | Emile Joubert | 2013-03-01 | 1 | -2/+2 |
| | * | | Enforce queue limit with requeue | Emile Joubert | 2013-02-21 | 1 | -29/+37 |
| | * | | Merged default into bug19375 | Emile Joubert | 2013-02-21 | 146 | -957/+1208 |
| | |\ \ | |||||
| | * | | | tiny refactor | Matthias Radestock | 2013-01-09 | 1 | -16/+15 |
| | * | | | merge default into bug19375 | Matthias Radestock | 2013-01-09 | 2 | -4/+44 |
| | |\ \ \ | |||||
| | | * \ \ | Merged default into bug19375 | Emile Joubert | 2013-01-09 | 2 | -5/+45 |
| | | |\ \ \ | |||||
| | | | * | | | Add queue max length equivalence condition | Emile Joubert | 2013-01-09 | 1 | -1/+2 |
| | | | * | | | Update dead-lettering due to queue length limit | Emile Joubert | 2013-01-09 | 1 | -4/+18 |
| | | | * | | | Merged default into bug19375 | Emile Joubert | 2013-01-08 | 1 | -68/+65 |
| | | | |\ \ \ | |||||
| | | | * | | | | cosmetic | Matthias Radestock | 2013-01-04 | 1 | -2/+1 |
| | | | * | | | | merge default into bug19375 | Matthias Radestock | 2013-01-04 | 2 | -5/+32 |
| | | | |\ \ \ \ | |||||
| | | | | * | | | | refactor: disentangle head dropping and publishing | Matthias Radestock | 2013-01-04 | 1 | -17/+12 |
| | | | | * | | | | Ignore queue depth for maxlen | Emile Joubert | 2013-01-04 | 2 | -19/+12 |
| | | | | * | | | | Rename depth to length | Emile Joubert | 2013-01-04 | 2 | -13/+13 |
| | | | | * | | | | Remove confirm_all | Emile Joubert | 2013-01-04 | 4 | -35/+4 |
| | | | | * | | | | Merged default into bug19375 | Emile Joubert | 2013-01-04 | 5 | -13/+85 |
| | | | | |\ \ \ \ | |||||
| | | | | | * | | | | Inline | Emile Joubert | 2012-12-18 | 1 | -2/+1 |
| | | | | | * | | | | Maxdepth argument checking | Emile Joubert | 2012-12-18 | 1 | -2/+3 |
| | | | | | * | | | | Confirms for HA | Emile Joubert | 2012-12-18 | 4 | -18/+44 |
| | | | | | * | | | | Remove unused variables | Emile Joubert | 2012-12-17 | 1 | -7/+6 |
| | | | | | * | | | | Dead-letter persistent messages differently | Emile Joubert | 2012-12-17 | 1 | -5/+2 |
| | | | | | * | | | | Whitespace | Emile Joubert | 2012-12-17 | 1 | -3/+3 |
| | | | | | * | | | | Ensure TTL conditionally | Emile Joubert | 2012-12-17 | 1 | -4/+8 |
| | | | | | * | | | | Shortcut | Emile Joubert | 2012-12-14 | 1 | -13/+6 |
| | | | | | * | | | | Maxdepth checking with confirms and DLX | Emile Joubert | 2012-12-14 | 1 | -10/+33 |
| | | | | | * | | | | Better maxdepth checking | Emile Joubert | 2012-12-14 | 1 | -21/+16 |
| | | | | | * | | | | Limit queue depth | Emile Joubert | 2012-12-12 | 2 | -5/+43 |
* | | | | | | | | | | move spec expansion to right placebug25488 | Matthias Radestock | 2013-03-15 | 1 | -3/+4 |
* | | | | | | | | | | Push protocol errors closer to the edge. | Simon MacMullen | 2013-03-15 | 5 | -20/+18 |
* | | | | | | | | | | Move the check inside the tx - this means we only lookup the exchange once an... | Simon MacMullen | 2013-03-14 | 2 | -15/+30 |
* | | | | | | | | | | Take advantage of the new mechanism to validate x-match. | Simon MacMullen | 2013-03-13 | 1 | -18/+20 |
* | | | | | | | | | | rabbit_exchange_type:validate_binding/2. | Simon MacMullen | 2013-03-13 | 8 | -10/+29 |
|/ / / / / / / / / | |||||
* | | | | | | | | | don't leave garbage behind in policy validation test | Matthias Radestock | 2013-03-12 | 1 | -0/+1 |
* | | | | | | | | | Oops. This was part of an (early, wrong) attempt at bug 25474 which got commi... | Simon MacMullen | 2013-03-12 | 1 | -4/+3 |
* | | | | | | | | | Merge bug 25384 | Simon MacMullen | 2013-03-11 | 10 | -9/+303 |
|\ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ | Merge bug25271 | Simon MacMullen | 2013-03-11 | 7 | -5/+253 |
| |\ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | adds missing patchbug25271 | Alvaro Videla | 2013-02-27 | 1 | -0/+5 |
| | * | | | | | | | | | removes sed invocations in favor of patch | Alvaro Videla | 2013-02-27 | 1 | -6/+1 |
| | * | | | | | | | | | reorders sed calls | Alvaro Videla | 2013-02-27 | 1 | -3/+3 |