summaryrefslogtreecommitdiff
path: root/src/rabbit_amqqueue.erl
Commit message (Expand)AuthorAgeFilesLines
* Update copyright for 2014bug25940Simon MacMullen2014-03-171-1/+1
* Strip out support for x-prefetch.Simon MacMullen2014-03-041-2/+1
* Management information on per-consumer prefetchSimon MacMullen2014-03-041-6/+9
* Change the semantics of the basic.qos global flag to switch between per-consu...Simon MacMullen2014-03-041-5/+8
* Merge in defaultSimon MacMullen2014-02-181-35/+37
|\
| * oopsMatthias Radestock2014-02-101-1/+1
| * merge default into bug25853Matthias Radestock2014-02-101-14/+15
| |\
| | * Merge in defaultSimon MacMullen2014-02-101-9/+9
| | |\
| | | * bail on coding bugbug26002Matthias Radestock2014-02-061-7/+7
| | | * Use gs2:mcall/1 in r_amqqueue:force_event_refresh/1Tim Watson2014-01-281-2/+2
| | * | Include a reference in forced event refreshes.Simon MacMullen2014-02-101-6/+7
| | |/
| * | simplifying refactorMatthias Radestock2014-02-061-17/+14
| * | Use dirty opts to find durable queues during startup (and optimise)Tim Watson2014-02-051-4/+3
| * | Simplify durable queue recovery and avoid a dict lookup on the resultsTim Watson2014-02-051-12/+6
| * | Perform (and wait for) queue recovery in parallelTim Watson2014-01-301-4/+15
| |/
* | Manage AckTag -> Ctag mapping in rabbit_queue_consumers, leave the channel ou...Simon MacMullen2014-02-031-11/+8
* | Merge defaultSimon MacMullen2014-02-031-9/+13
|\ \ | |/ |/|
| * merge default into bug24297Matthias Radestock2014-01-221-1/+1
| |\
| * \ merge default into bug24297Matthias Radestock2014-01-221-8/+4
| |\ \
| * | | Move credit args parsing into rabbit_queue_consumers, to reduce some nasty ar...Simon MacMullen2014-01-151-12/+11
| * | | Rearrange order of function args in ack/reject/requeue for consistency.Simon MacMullen2014-01-141-9/+9
| * | | Unbreak basic.reject, basic.nack and basic.recover. Fix up specs.Simon MacMullen2014-01-131-8/+11
| * | | Add initial support for x-prefetch consumer arg (basically auto-credit). It's...Simon MacMullen2014-01-081-3/+3
* | | | merge bug25827 into defaultMatthias Radestock2014-01-241-6/+12
|\ \ \ \
| * | | | Refactor: reduce the distance to defaultTim Watson2014-01-141-4/+2
| * | | | Cosmetic (ish)Tim Watson2014-01-141-1/+1
| * | | | Refactor / maintain a clean interface to the backing queueTim Watson2014-01-141-4/+9
| * | | | Refactor to avoid O(N*2) lookups during queue recoveryTim Watson2014-01-131-19/+9
| * | | | Scrub un-used code and introduce a lookup-by-recovery-key APITim Watson2013-12-311-1/+2
| * | | | Tidy of specs and further re-working of testsTim Watson2013-12-191-1/+1
| * | | | Rework/Refactor to handle recovery terms up-frontTim Watson2013-12-191-6/+18
| |/ / /
* | | | merge bug24408 into defaultMatthias Radestock2014-01-231-27/+8
|\ \ \ \
| * | | | Don't think that needs simplifying, but the comment is now not relevant any m...Simon MacMullen2014-01-221-7/+0
| * | | | Fix basic.return stats, and fix various problems found by dialyzer.Simon MacMullen2014-01-221-4/+3
| * | | | Quick-and-dirty version of pipelined mandatory publishingSimon MacMullen2014-01-211-16/+5
* | | | | refactor: make 'reject' arg order consistent with 'ack' et alMatthias Radestock2014-01-221-2/+2
* | | | | refactor: genericiseMatthias Radestock2014-01-221-2/+2
| |_|_|/ |/| | |
* | | | refactor: basic_consume/10 -> /9Matthias Radestock2014-01-221-9/+7
| |_|/ |/| |
* | | merge bug25962 into defaultMatthias Radestock2014-01-211-4/+3
|\ \ \ | |/ /
| * | Fix type errorSimon MacMullen2014-01-171-3/+3
* | | drop support for channel.flow{active=false}Matthias Radestock2014-01-151-4/+1
| |/ |/|
* | Fix typeSimon MacMullen2013-12-121-1/+2
|/
* Eliminate list_tx variants since async_dirty is ignored in a tx.Simon MacMullen2013-10-291-9/+11
* Use mnesia:async_dirty/1 to reduce copypasta.Simon MacMullen2013-10-281-4/+8
* Merged bug25749 into defaultEmile Joubert2013-09-131-2/+2
|\
| * merge stable into defaultMatthias Radestock2013-09-111-2/+2
| |\
| | * Introduce a new return code for this case, since {new, Q} is going to mess up...Simon MacMullen2013-09-091-2/+2
* | | Merge in defaultSimon MacMullen2013-09-051-5/+15
|\ \ \ | |/ /
| * | Merge in bug25725.Simon MacMullen2013-08-221-5/+15
| |\ \
| | * \ Merge defaultSimon MacMullen2013-08-161-9/+20
| | |\ \ | | | |/ | | |/|