summaryrefslogtreecommitdiff
path: root/src/rabbit_channel.erl
Commit message (Expand)AuthorAgeFilesLines
* Merged default into amqp_0_9_1Emile Joubert2010-06-151-19/+24
|\
| * Merged default into amqp_0_9_1Simon MacMullen2010-06-081-19/+36
| |\
| | * Merge default into amqp_0_9_1.Simon MacMullen2010-05-281-28/+52
| | |\
| | | * Merge default into amqp_0_9_1.Simon MacMullen2010-05-101-60/+90
| | | |\
| | | | * Merge default into amqp_0_9_1. There was a conflict inMichael Bridgen2010-04-261-29/+20
| | | | |\
| | | | * \ Non-trivial merge of default into amqp_0_9_1. Queue exclusivity (bugMichael Bridgen2010-03-181-30/+77
| | | | |\ \
| | | | * | | Fix up things that dialyze complains aboutMichael Bridgen2010-02-151-1/+1
| | | | * | | Remove usused variables. That includes removing ReaderPid from the signature...Michael Bridgen2010-02-151-1/+1
| | | | * | | De-bitrot by merging default in. Passes rabbit_tests:all_tests() andMichael Bridgen2010-02-151-60/+90
| | | | |\ \ \
| | | | | * \ \ merge of default into amqp_0_9_1. Not quite working yet, but runs and passes ...David R. MacIver2010-01-221-1/+1
| | | | | |\ \ \
| | | | | | * | | Backed out changeset 71e93e17450cMatthias Radestock2009-12-181-1/+1
| | | | | * | | | Bug 21838: check equivalence on exchange.declareMichael Bridgen2009-12-021-1/+1
| | | | | * | | | Bug 21838: Don't check the type in a exchange.declare{passive=true},Michael Bridgen2009-12-021-3/+1
| | | | | * | | | Merge default in. This includes bug22020. There were someMichael Bridgen2009-11-241-55/+87
| | | | | |\ \ \ \ | | | | | | |/ / / | | | | | |/| | |
| | | | | | * | | Bug 21986: Implement synchronous basic.recoverMichael Bridgen2009-11-171-0/+8
| | | | | | * | | bug 21385: Make basic.get respect exclusivityMichael Bridgen2009-11-041-1/+5
| | | | | | * | | bug 21385: check exclusivity for queue.bind as well. Because I needMichael Bridgen2009-11-031-11/+14
| | | | | | * | | bug 21385: Move exclusive queue checks to rabbit_channel, and add themMichael Bridgen2009-11-031-23/+22
| | | | | | * | | - keep track of the owner in the amqqueue record. We need this so weMichael Bridgen2009-10-221-26/+46
| | | | | | * | | Merge from default. Resolved some conflicts due to bool->boolean inMichael Bridgen2009-10-051-12/+10
| | | | | | |\ \ \
| | | | | | | * \ \ merge default into amqp_0_9_1Tony Garnock-Jones2009-08-121-16/+11
| | | | | | | |\ \ \
| | | | | | | | * \ \ Merged default back into amqp_0_9_1Ben Hood2009-06-081-16/+11
| | | | | | | | |\ \ \
| | | | | | | | | * \ \ merge default into amqp_0_9_1Tony Garnock-Jones2009-06-031-33/+36
| | | | | | | | | |\ \ \
| | | | | | | | | * \ \ \ merge default into amqp_0_9_1Tony Garnock-Jones2009-04-241-23/+14
| | | | | | | | | |\ \ \ \
| | | | | | | | | | * \ \ \ merge default into amqp_0_9_1Tony Garnock-Jones2009-04-131-23/+14
| | | | | | | | | | |\ \ \ \
| | | | | | | | | | | * | | | Use symbolic constants now available.Tony Garnock-Jones2009-04-131-11/+4
| | | | | | | | | | | * | | | Implement recover-async, rather than recover, while we figure out how recover...Tony Garnock-Jones2009-04-131-5/+7
| | | | | | | | | | | * | | | Initial 0-9-1 port.Tony Garnock-Jones2009-04-131-7/+3
* | | | | | | | | | | | | | | Merged bug 21842.Simon MacMullen2010-06-141-12/+7
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | Clarify comment.Simon MacMullen2010-06-141-3/+3
| * | | | | | | | | | | | | | | Merging bug 18524 onto defaultMatthew Sackman2010-06-111-81/+140
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merged bug21846 into defaultEmile Joubert2010-06-111-8/+20
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | Remove unused variable.bug21846Simon MacMullen2010-06-081-1/+0
| | * | | | | | | | | | | | | | | | Prevent the same delivery tag being used more than once.Simon MacMullen2010-06-081-6/+2
| * | | | | | | | | | | | | | | | | fixed specsAlexandru Scvortov2010-06-091-2/+2
* | | | | | | | | | | | | | | | | | restart bug21842 off defaultbug21842Alexandru Scvortov2010-06-141-2/+2
| |_|/ / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Merging bug 22848 onto defaultMatthew Sackman2010-06-101-6/+18
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | Use precondition_failed for equivalence failure.bug22848Simon MacMullen2010-06-101-1/+1
| * | | | | | | | | | | | | | | | | Move exchange and queue equivalence semantics from amqp_0_9_1 to defaultSimon MacMullen2010-06-091-6/+18
| | |/ / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Use the error code as specified by 0-9-1.bug22771Simon MacMullen2010-06-091-2/+2
|/ / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | Permit binding of durable queues to transient exchangesbug21841Simon MacMullen2010-06-081-4/+0
| |/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | The previous 'simplification' went a little too far, and failed to spot than ...bug22821Matthew Sackman2010-06-071-6/+7
* | | | | | | | | | | | | | | cosmeticMatthew Sackman2010-06-071-4/+1
* | | | | | | | | | | | | | | simplify exclusive access checksMatthias Radestock2010-06-071-52/+23
* | | | | | | | | | | | | | | Don't do another dirty_read to get a queue we already have.Simon MacMullen2010-06-071-2/+14
* | | | | | | | | | | | | | | Merged in defaultSimon MacMullen2010-06-071-25/+90
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | refactoringbug21932Matthias Radestock2010-06-021-7/+5
| * | | | | | | | | | | | | | | Delay the issuing of channel.open_ok if under memory pressure. Also revert ch...Matthew Sackman2010-06-011-4/+15
| * | | | | | | | | | | | | | | Merging in from defaultMatthew Sackman2010-06-011-22/+78
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | cosmeticMatthias Radestock2010-05-261-2/+2