summaryrefslogtreecommitdiff
path: root/src/rabbit_channel.erl
Commit message (Expand)AuthorAgeFilesLines
...
* Attempt at error checking the basic.consume.Simon MacMullen2014-03-201-22/+31
* Abstract the waiting into rabbit_amqqueue.Simon MacMullen2014-03-201-10/+5
* Rename variable (and catch a case I missed before).Simon MacMullen2014-03-201-8/+8
* OopsSimon MacMullen2014-03-191-1/+1
* First hack at recovering consumers.Simon MacMullen2014-03-191-60/+88
* Update copyright for 2014bug25940Simon MacMullen2014-03-171-1/+1
* Rename info itemsSimon MacMullen2014-03-061-3/+3
* Change the semantics of the basic.qos global flag to switch between per-consu...Simon MacMullen2014-03-041-10/+19
* Merge in defaultSimon MacMullen2014-02-101-10/+10
|\
| * Get rid of the impersonator tag, only let the magic user do it.Simon MacMullen2014-02-051-8/+7
| * cosmeticMatthias Radestock2014-02-031-3/+3
| * Merge bug24408 (again)Simon MacMullen2014-02-031-88/+21
| |\
| * | This optimisation only makes sense when the message is neither mandatory nor ...bug24408Simon MacMullen2014-02-031-0/+1
* | | Include a reference in forced event refreshes.Simon MacMullen2014-02-101-6/+7
| |/ |/|
* | Merge bug 25817Simon MacMullen2014-01-241-187/+138
|\ \
| * \ merge bug24408 into defaultMatthias Radestock2014-01-231-41/+60
| |\ \ | | |/
| | * some drive-by inliningMatthias Radestock2014-01-221-8/+3
| | * some inlining, cosmetics, and more explicit sequencingMatthias Radestock2014-01-221-22/+20
| | * s/confirmed/confirm/g, fix a test.Simon MacMullen2014-01-221-2/+2
| | * Remove some duplication.Simon MacMullen2014-01-221-7/+7
| | * Don't stomp on timeout when receiving mandatory notification.Simon MacMullen2014-01-221-2/+3
| | * Fix basic.return stats, and fix various problems found by dialyzer.Simon MacMullen2014-01-221-14/+4
| | * OopsSimon MacMullen2014-01-221-2/+0
| | * Substantially improve both performance and correctness: 1) really don't treat...Simon MacMullen2014-01-221-23/+29
| | * Get dtree use right: we want take_all/2 when we get a mandatory ack (since on...Simon MacMullen2014-01-211-7/+5
| | * Quick-and-dirty version of pipelined mandatory publishingSimon MacMullen2014-01-211-21/+54
| * | refactor: make 'reject' arg order consistent with 'ack' et alMatthias Radestock2014-01-221-1/+1
| * | refactor: basic_consume/10 -> /9Matthias Radestock2014-01-221-13/+1
| * | inlineMatthias Radestock2014-01-221-11/+7
| * | merge bug25962 into defaultMatthias Radestock2014-01-211-9/+14
| |\ \ | | |/
| | * cosmeticMatthias Radestock2014-01-211-9/+5
| | * stable to defaultSimon MacMullen2014-01-171-0/+9
| | |\
| | | * Oops x 2bug25965Simon MacMullen2014-01-171-1/+1
| | | * Limit maximum message size.Simon MacMullen2014-01-171-0/+9
| * | | eliminate unused var warningbug25962Matthias Radestock2014-01-151-1/+1
| * | | drop support for channel.flow{active=false}Matthias Radestock2014-01-151-60/+8
| |/ /
| * | tiny simplifying refactorMatthias Radestock2014-01-101-2/+2
| * | Revert changes to add proc_name via gen_server2, instead do it explicitly wit...bug25910Simon MacMullen2014-01-101-2/+2
| * | Merge in defaultSimon MacMullen2014-01-101-1/+2
| |\ \
| | * | Add queue_coordinator / queue_syncer / gm. Shift to getting gen_server2 to st...Simon MacMullen2013-12-101-2/+2
| | * | RenameSimon MacMullen2013-12-101-1/+1
| | * | A bit more abstraction, plus identities for heartbeater /Simon MacMullen2013-12-101-1/+1
| | * | Store some process identity in the process dictionary.Simon MacMullen2013-12-051-0/+1
| * | | Merge bug25817Simon MacMullen2014-01-101-54/+48
| |\ \ \
| | * \ \ merge stable into defaultMatthias Radestock2014-01-081-2/+18
| | |\ \ \ | | | |/ / | | | | / | | | |/ | | |/|
| | * | cosmetic: whitespaceMatthias Radestock2014-01-081-54/+48
* | | | WhitespaceSimon MacMullen2014-01-241-1/+1
* | | | passes vhost to interceptorAlvaro Videla2014-01-221-2/+3
|/ / /
* | | Cosmetic, inline.Simon MacMullen2014-01-101-8/+4
* | | fixes broken qpid testsAlvaro Videla2014-01-101-4/+7