summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Don't reinvent orddict:update_counter/3.Simon MacMullen2014-02-041-14/+6
* Manage AckTag -> Ctag mapping in rabbit_queue_consumers, leave the channel ou...Simon MacMullen2014-02-034-59/+71
* Merge defaultSimon MacMullen2014-02-036-88/+142
|\
| * If given Credit=0 then don't accidentally return Unblocked=true.Simon MacMullen2014-02-031-1/+1
| * cosmeticMatthias Radestock2014-02-011-2/+1
| * merge default into bug24297Matthias Radestock2014-01-221-1/+1
| |\
| * \ merge default into bug24297Matthias Radestock2014-01-221-9/+9
| |\ \
| * \ \ merge default into bug24297Matthias Radestock2014-01-223-17/+16
| |\ \ \
| * \ \ \ merge default into bug24297Matthias Radestock2014-01-2212-204/+190
| |\ \ \ \
| * | | | | CapabilitySimon MacMullen2014-01-161-0/+1
| * | | | | Update essay.Simon MacMullen2014-01-151-9/+14
| * | | | | We can't have drain=true and mode=auto so let's unify to a single mode: manua...Simon MacMullen2014-01-152-26/+30
| * | | | | Unify rabbit_limiter:credit/5 and rabbit_limiter:set_consumer_prefetch/4.Simon MacMullen2014-01-152-34/+23
| * | | | | Move credit args parsing into rabbit_queue_consumers, to reduce some nasty ar...Simon MacMullen2014-01-154-36/+32
| * | | | | Undo gratuitous rename.Simon MacMullen2014-01-151-6/+6
| * | | | | Treat prefetch=0 the same as basic.qos does - it means infinity not a broken ...Simon MacMullen2014-01-141-0/+2
| * | | | | Rearrange order of function args in ack/reject/requeue for consistency.Simon MacMullen2014-01-144-23/+23
| * | | | | Simplify / make it clearer that we always go through the invariant.Simon MacMullen2014-01-141-20/+18
| * | | | | Undo accidental unificationSimon MacMullen2014-01-131-5/+8
| * | | | | Unbreak basic.reject, basic.nack and basic.recover. Fix up specs.Simon MacMullen2014-01-135-31/+39
| * | | | | Ignore prefetch in autoack mode.Simon MacMullen2014-01-132-4/+6
| * | | | | Merge in default.Simon MacMullen2014-01-1323-278/+488
| |\ \ \ \ \
| * | | | | | Upon unblocking, unblock, and run message queue.Simon MacMullen2014-01-093-18/+27
| * | | | | | More consistent namingSimon MacMullen2014-01-092-5/+5
| * | | | | | Fix various bugs that prevented this form working at all. Also change the "Ot...Simon MacMullen2014-01-092-26/+30
| * | | | | | Merge in default.Simon MacMullen2014-01-095-38/+63
| |\ \ \ \ \ \
| | * | | | | | Add initial support for x-prefetch consumer arg (basically auto-credit). It's...Simon MacMullen2014-01-085-38/+63
* | | | | | | | Merge bug 25991Simon MacMullen2014-02-033-43/+53
|\ \ \ \ \ \ \ \
| * | | | | | | | Take account of arguments in rabbit_topic_trie_binding.Simon MacMullen2014-02-033-43/+53
|/ / / / / / / /
* | | | | | | | merge bug24408 into defaultMatthias Radestock2014-02-0319-421/+485
|\ \ \ \ \ \ \ \
| * | | | | | | | oopsMatthias Radestock2014-02-031-1/+1
| * | | | | | | | merge bug25817 into defaultMatthias Radestock2014-02-0241-1307/+1737
| |\ \ \ \ \ \ \ \
| | * | | | | | | | shut up dialyzerMatthias Radestock2014-02-022-1/+6
| | * | | | | | | | merge bug25888 into defaultMatthias Radestock2014-01-306-102/+139
| | |\ \ \ \ \ \ \ \
| | | * | | | | | | | inlineMatthias Radestock2014-01-301-14/+11
| | | * | | | | | | | Consistent ordering, and only take account of publishes when deciding whether...Simon MacMullen2014-01-301-21/+18
| | | * | | | | | | | cosmeticMatthias Radestock2014-01-292-24/+20
| | | * | | | | | | | Based on some testing, we can reduce this somewhat.Simon MacMullen2014-01-291-1/+1
| | | * | | | | | | | The existing value can be 'undefined'.Simon MacMullen2014-01-271-1/+2
| | | * | | | | | | | Try to get the weighting factor right.Simon MacMullen2014-01-273-12/+19
| | | * | | | | | | | Rates on exponential moving average.Simon MacMullen2014-01-271-67/+61
| | | * | | | | | | | oopsSimon MacMullen2014-01-271-4/+4
| | | * | | | | | | | CosmeticSimon MacMullen2014-01-271-11/+10
| | | * | | | | | | | Unify the #rates record so we don't duplicate as much stuff.Simon MacMullen2014-01-271-79/+80
| | | * | | | | | | | Update rates every 1000 messages or at the ram duration timeout, whichever co...Simon MacMullen2014-01-241-39/+56
| | | * | | | | | | | Explicitly target an egress/ingress ratio.Simon MacMullen2014-01-241-5/+7
| | | * | | | | | | | Merge in defaultSimon MacMullen2014-01-244-11/+37
| | | |\ \ \ \ \ \ \ \
| | | | * | | | | | | | Don't prioritise 'reject', it could lead to observable reordering.Simon MacMullen2013-11-201-1/+0
| | | | * | | | | | | | Prioritise everything we used to before bug 24966.Simon MacMullen2013-11-151-16/+21
| | | | * | | | | | | | Add a BQ function for this.Simon MacMullen2013-11-154-7/+17