summaryrefslogtreecommitdiff
path: root/src/rabbit_channel.erl
Commit message (Expand)AuthorAgeFilesLines
* Reinstate trap_exit in channel.bug24033Simon MacMullen2011-04-071-0/+1
* removing trap_exit flag in rabbit_channelVlad Alexandru Ionescu2011-03-231-1/+0
* cosmeticbug23263Matthew Sackman2011-03-161-7/+7
* Say "ConnPid" everywhere.Simon MacMullen2011-03-161-32/+32
* Try to make this branch vertical space neutral. Sadly we can't do this by pla...Simon MacMullen2011-03-161-3/+2
* Use the correct connection pid for exclusivity (and error logging).Simon MacMullen2011-03-161-23/+25
* Transplant reader_pid vs connection_pid work from bug23350.Simon MacMullen2011-03-161-19/+20
* Merging default to bug21647, again.bug21647Matthew Sackman2011-03-101-14/+18
|\
| * change if to caseAlexandru Scvortov2011-03-091-3/+3
| * cosmeticAlexandru Scvortov2011-03-051-2/+1
| * nack messages when the first queue diesAlexandru Scvortov2011-03-051-16/+21
* | Merging default into bug21647Matthew Sackman2011-03-071-59/+107
|\ \ | |/ |/|
| * compromise renamingMatthew Sackman2011-03-041-7/+9
| * cosmetic and code movementMatthew Sackman2011-02-211-6/+4
| * renames and refactorsMatthew Sackman2011-02-211-13/+11
| * Merging default into bug21647Matthew Sackman2011-02-211-41/+65
| |\
| * | Fatal errorMatthew Sackman2011-02-181-1/+1
| * | Set up the monitor only when we see the basic.consume_ok coming back through ...Matthew Sackman2011-02-181-26/+48
| * | Make the consumer mapping store the queues, not the queuenamesMatthew Sackman2011-02-181-30/+17
| * | Merge default into bug21647Matthew Sackman2011-02-181-45/+71
| |\ \
| * | | Tidy up on DOWN and emit basic.cancelMatthew Sackman2011-02-171-14/+32
| * | | Maybe monitor queues on consume, maybe unmonitor on cancelMatthew Sackman2011-02-171-21/+44
* | | | cosmeticMatthias Radestock2011-03-041-7/+7
* | | | cosmeticMatthias Radestock2011-03-041-3/+3
* | | | Merging bug23483 to defaultMatthew Sackman2011-02-281-34/+24
|\ \ \ \
| * \ \ \ Merged default into bug23483Emile Joubert2011-02-211-34/+24
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | Sender-specified distribution updatesEmile Joubert2011-02-151-15/+21
| | * | | Sender-selected destinations - qa feedbackEmile Joubert2011-02-091-3/+3
| | * | | Merged default into bug23483Emile Joubert2011-02-071-17/+1
| | |\ \ \
| | | * | | Refactored sender-supplied routing keysEmile Joubert2011-02-021-17/+1
* | | | | | ...and untabify.Simon MacMullen2011-02-281-2/+2
* | | | | | Merge bug23580 (Add statistics for 'basic.return')Simon MacMullen2011-02-281-86/+139
|\ \ \ \ \ \ | |/ / / / /
| * | | | | merging bug23810 into defaultVlad Alexandru Ionescu2011-02-201-1/+1
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| | * | | | merge bug23859 into defaultMatthias Radestock2011-02-181-1/+1
| | |\ \ \ \
| | | * | | | Get rid of gen_server2?:call/2 sitesbug23859Matthew Sackman2011-02-171-1/+1
| | | | |_|/ | | | |/| |
| * | | | | Merging default into bug23810 (debitrot)Matthew Sackman2011-02-181-56/+84
| |\ \ \ \ \ | | |/ / / /
| | * | | | cosmeticbug23850Matthias Radestock2011-02-171-2/+2
| | * | | | cosmeticMatthias Radestock2011-02-171-14/+15
| | * | | | cosmeticMatthias Radestock2011-02-171-38/+39
| | * | | | merge default into bug23850Tim Fox2011-02-171-10/+12
| | |\ \ \ \ | | | |/ / /
| | | * | | Move capabilities to after the vhost consistentlyMatthew Sackman2011-02-151-6/+6
| | | * | | Pass client capabilities through to the channelMatthew Sackman2011-02-141-11/+14
| | | |/ /
| | * | | Improved performance by unrolling dict:update with nested funs, and replaced ...Tim Fox2011-02-171-17/+23
| | * | | Fixed cosmetics as per comment#6 on bugzillaTim Fox2011-02-161-14/+15
| | * | | make sure all unconfirmed msg structures use gb_sets rather than setsTim Fox2011-02-161-3/+3
| | * | | Applied Matthias recommendations from comment#2 of bugzilla with the exceptio...Tim Fox2011-02-161-40/+46
| | * | | optimised removal of confirms in queue deletion, by introducing a dict of qpi...Tim Fox2011-02-161-32/+44
| | |/ /
| * | | cosmeticMatthias Radestock2011-02-141-7/+5
| * | | Do rollback first so that reader will catch DOWN if rollback errorsMatthew Sackman2011-02-111-3/+1
| * | | correct commentMatthew Sackman2011-02-111-1/+1