summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* better names for the prefetch related part of the limiter APIMatthias Radestock2013-03-202-47/+50
* always hold a valid limiter in queue's channel recordsMatthias Radestock2013-03-205-41/+48
* some documentationMatthias Radestock2013-03-192-1/+93
* niggles--Matthias Radestock2013-03-192-17/+17
* correctness++Matthias Radestock2013-03-191-2/+1
* limiter API revision - part 2/2 - queue-side APIMatthias Radestock2013-03-195-108/+123
* limiter API revision, part 1/2 - channel-side APIMatthias Radestock2013-03-195-161/+139
* cosmetic: make callback function def order match usageMatthias Radestock2013-03-172-11/+11
* get rid of superfluous serial() arg to {XT,XD}:policy_changedMatthias Radestock2013-03-178-17/+20
* merge bug25488 into defaultMatthias Radestock2013-03-155-20/+67
|\
| * correct a spec error discovered by R16B dialyzerMatthias Radestock2013-03-151-1/+1
| * Merged stable into defaultEmile Joubert2013-03-141-3/+4
| |\
| | * Cache the result of the external commandSimon MacMullen2013-03-141-3/+4
| * | cosmeticMatthias Radestock2013-03-131-2/+1
| * | merge bug19375 into defaultMatthias Radestock2013-03-132-14/+61
| |\ \
| | * | Check queue length using correct version of backing queue stateEmile Joubert2013-03-011-2/+2
| | * | Enforce queue limit with requeueEmile Joubert2013-02-211-29/+37
| | * | Merged default into bug19375Emile Joubert2013-02-21123-918/+1171
| | |\ \
| | * | | tiny refactorMatthias Radestock2013-01-091-16/+15
| | * | | merge default into bug19375Matthias Radestock2013-01-092-4/+44
| | |\ \ \
| | | * \ \ Merged default into bug19375Emile Joubert2013-01-092-5/+45
| | | |\ \ \
| | | | * | | Add queue max length equivalence conditionEmile Joubert2013-01-091-1/+2
| | | | * | | Update dead-lettering due to queue length limitEmile Joubert2013-01-091-4/+18
| | | | * | | Merged default into bug19375Emile Joubert2013-01-081-68/+65
| | | | |\ \ \
| | | | * | | | cosmeticMatthias Radestock2013-01-041-2/+1
| | | | * | | | merge default into bug19375Matthias Radestock2013-01-042-5/+32
| | | | |\ \ \ \
| | | | | * | | | refactor: disentangle head dropping and publishingMatthias Radestock2013-01-041-17/+12
| | | | | * | | | Ignore queue depth for maxlenEmile Joubert2013-01-042-19/+12
| | | | | * | | | Rename depth to lengthEmile Joubert2013-01-042-13/+13
| | | | | * | | | Remove confirm_allEmile Joubert2013-01-044-35/+4
| | | | | * | | | Merged default into bug19375Emile Joubert2013-01-045-13/+85
| | | | | |\ \ \ \
| | | | | | * | | | InlineEmile Joubert2012-12-181-2/+1
| | | | | | * | | | Maxdepth argument checkingEmile Joubert2012-12-181-2/+3
| | | | | | * | | | Confirms for HAEmile Joubert2012-12-184-18/+44
| | | | | | * | | | Remove unused variablesEmile Joubert2012-12-171-7/+6
| | | | | | * | | | Dead-letter persistent messages differentlyEmile Joubert2012-12-171-5/+2
| | | | | | * | | | WhitespaceEmile Joubert2012-12-171-3/+3
| | | | | | * | | | Ensure TTL conditionallyEmile Joubert2012-12-171-4/+8
| | | | | | * | | | ShortcutEmile Joubert2012-12-141-13/+6
| | | | | | * | | | Maxdepth checking with confirms and DLXEmile Joubert2012-12-141-10/+33
| | | | | | * | | | Better maxdepth checkingEmile Joubert2012-12-141-21/+16
| | | | | | * | | | Limit queue depthEmile Joubert2012-12-122-5/+43
* | | | | | | | | | move spec expansion to right placeMatthias Radestock2013-03-151-3/+4
* | | | | | | | | | Push protocol errors closer to the edge.Simon MacMullen2013-03-155-20/+18
* | | | | | | | | | Move the check inside the tx - this means we only lookup the exchange once an...Simon MacMullen2013-03-142-15/+30
* | | | | | | | | | Take advantage of the new mechanism to validate x-match.Simon MacMullen2013-03-131-18/+20
* | | | | | | | | | rabbit_exchange_type:validate_binding/2.Simon MacMullen2013-03-138-10/+29
|/ / / / / / / / /
* | | | | | | | | don't leave garbage behind in policy validation testMatthias Radestock2013-03-121-0/+1
* | | | | | | | | Oops. This was part of an (early, wrong) attempt at bug 25474 which got commi...Simon MacMullen2013-03-121-4/+3
* | | | | | | | | Merge bug 25384Simon MacMullen2013-03-112-4/+49
|\ \ \ \ \ \ \ \ \