summaryrefslogtreecommitdiff
path: root/src/rabbit_channel.erl
Commit message (Expand)AuthorAgeFilesLines
* Cosmetic: unwrap several lines. Remove some more binary_to_list/1.bug26148Simon MacMullen2014-06-241-10/+8
* More consistent connection formatting per suggestion from MatthiasMichael Klishin2014-06-201-4/+4
* Re-format to 80 characters wideMichael Klishin2014-06-191-5/+5
* Move user and vhost closer to connection infoMichael Klishin2014-06-191-5/+3
* Mention connection pid in channel error messagesMichael Klishin2014-06-181-2/+3
* merge default into bug26148Michael Klishin2014-06-181-3/+11
|\
| * Re-format based on feedback from MatthiasMichael Klishin2014-06-171-3/+4
| * backout d57075513277 (wrong branch)Michael Klishin2014-06-171-6/+4
| * Include username into trace message headersMichael Klishin2014-06-171-4/+6
| * Include vhost and username into channel error log messagesMichael Klishin2014-06-171-3/+9
| * Log connection name instead of pid for channel errorsMichael Klishin2014-06-171-3/+4
* | Simplify.bug26221Simon MacMullen2014-06-171-13/+6
* | Cover passive = false caseMichael Klishin2014-06-161-1/+6
* | Don't stat() queue when it is declared with nowait = trueMichael Klishin2014-06-161-2/+7
|/
* Init the stats timer again on force_event_refresh, so that if stats have beco...Simon MacMullen2014-06-101-1/+1
* Oh, the shame. Changeset 54ad947f3b9e happened after I'd been playing with Wr...Simon MacMullen2014-06-031-11/+5
* Notify about policy and parameter removal after the vhost is deleted, not dur...bug26176Simon MacMullen2014-05-151-5/+11
* Bring back impersonator tag.bug26098Simon MacMullen2014-04-041-4/+8
* Monitor consuming queue regardless of whether the consumer is CCN capable, on...bug26070Simon MacMullen2014-03-251-21/+17
* Our other consumer arg has an x- on it. Also, let's validate.Simon MacMullen2014-03-251-1/+1
* Swap the default value for cancel-on-ha-failover.Simon MacMullen2014-03-251-2/+2
* Add a comment, and rename the thing to correspond more with words we use alre...Simon MacMullen2014-03-211-4/+9
* rabbit_amqqueue:basic_consume() will wait for recovery anyway, we don't need ...Simon MacMullen2014-03-211-10/+7
* 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