summaryrefslogtreecommitdiff
path: root/src/rabbit_channel.erl
Commit message (Expand)AuthorAgeFilesLines
* Merging bug 21387 onto defaultMatthew Sackman2010-08-021-1/+1
|\
* \ Merge default into bug21387.Simon MacMullen2010-08-021-31/+145
|\ \ | |/ |/|
| * Cosmetics, add pid to CREATION_EVENT_KEYS, don't emit stats when stopping whe...Simon MacMullen2010-07-291-12/+11
| * Refactor: abstract some things into rabbit_event.Simon MacMullen2010-07-291-29/+22
| * Construct channel creation event as a comprehension.Simon MacMullen2010-07-291-29/+28
| * Typo.Simon MacMullen2010-07-281-1/+1
| * Clean up tests a bit, avoid the retry count and sleeping.Simon MacMullen2010-07-281-1/+7
| * Merge default into bug21387Simon MacMullen2010-07-281-14/+131
| |\
| | * cosmeticsMatthew Sackman2010-07-271-3/+0
| | * Rename these to avoid name clashes in the management plugin.Simon MacMullen2010-07-271-3/+3
| | * Oops, don't turn into a timer bomb.Simon MacMullen2010-07-261-1/+1
| | * Send a stats event as soon as you wake up.Simon MacMullen2010-07-261-0/+1
| | * Use apply_interval rather than apply_after, cosmetics.Simon MacMullen2010-07-261-8/+5
| | * Make statistics collection into an application parameter, switched off by def...Simon MacMullen2010-07-261-27/+42
| | * Tweak priorities a bit.Simon MacMullen2010-07-261-1/+1
| | * Revert to the prior, process dictionary-based way of storing statistics.Simon MacMullen2010-07-261-52/+38
| | * Unit test, and fix a bug found by the test.Simon MacMullen2010-07-221-5/+2
| | * Rewrite the channel stats again to use ets. Not sure if this is any faster, m...Simon MacMullen2010-07-211-36/+53
| | * CosmeticsSimon MacMullen2010-07-211-7/+5
| | * Increase priority of stats messages for channel and queue. Don't use gen_serv...Simon MacMullen2010-07-211-1/+1
| | * Store (channel, exchange) stats as well as (channel, exchange, queue) since w...Simon MacMullen2010-07-211-19/+34
| | * Store queue/exchange stats in the process dictionary since that's rather a lo...Simon MacMullen2010-07-211-60/+55
| | * Invoking os:timestamp and timer:now_diff all the time is too expensive, use t...Simon MacMullen2010-07-211-19/+36
| | * If a new QPid appears more than once in the list, only monitor it once.Simon MacMullen2010-07-211-1/+1
| | * Store (channel, queue, exchange) stats instead of (channel, exchange). Unify ...Simon MacMullen2010-07-211-34/+38
| | * Rename some variables.Simon MacMullen2010-07-201-11/+11
| | * Standardise on "stats" rather than "statistics" since we were getting rather ...Simon MacMullen2010-07-201-16/+16
| | * Store both channel-exchange stats and channel-queue stats in the same format.Simon MacMullen2010-07-201-13/+15
| | * The channel has a few statistics / state of its own too.Simon MacMullen2010-07-191-8/+11
| | * Use list comprehensions to build the stats proplists.Simon MacMullen2010-07-191-3/+3
| | * Switch to using proplists rather than records for events.Simon MacMullen2010-07-191-11/+10
| | * Make channel monitor queues for which it is gathering statistics, and remove ...Simon MacMullen2010-07-191-1/+10
| | * Emit events for connection and channel statistics and creation / deletion.Simon MacMullen2010-07-191-14/+79
* | | Merge default to get json filename changesbug14647Michael Bridgen2010-08-011-8/+7
|\ \ \
| * \ \ Merge default into bug22889.bug22889Simon MacMullen2010-07-301-7/+5
| |\ \ \
| | * | | consistently return {ok, Pid} from start_{link} functionsbug23032Matthias Radestock2010-07-291-6/+4
| | |/ /
| * | | Merge default into bug22889Simon MacMullen2010-07-091-14/+25
| |\ \ \ | | | |/ | | |/|
| * | | Don't change the signature of ensure_content_decoded.Simon MacMullen2010-07-091-1/+2
| * | | Store protocol with encoded properties, use it to transcode if needed.Simon MacMullen2010-07-091-2/+1
| * | | Merge default into bug22889Simon MacMullen2010-07-051-2/+3
| |\ \ \
| | * | | cosmeticMatthias Radestock2010-07-021-3/+2
| | * | | Remove remaining hard coding of rabbit_framing_amqp_0_9_1 from the codec.Simon MacMullen2010-07-021-1/+3
| | * | | Merge default into bug22889, and remove another hard coded protocol use.Simon MacMullen2010-07-021-2/+2
| | |\ \ \
| | * | | | Remove the rabbit_framing shim, pass around a module name and use that.Simon MacMullen2010-07-021-1/+1
| | * | | | Merge default into bug22889Simon MacMullen2010-07-021-70/+52
| | |\ \ \ \
| | * | | | | Don't specify a value for cluster_id and known_hosts, they already have a def...Simon MacMullen2010-06-241-1/+1
| | * | | | | Codegen up two different versions of rabbit_framing and provide a dispatcher ...Simon MacMullen2010-06-241-3/+3
| | * | | | | Use the new merged JSON for codegen, stripping out redirect and trace frame s...Simon MacMullen2010-06-231-3/+3
* | | | | | | merge default into bug14647Matthias Radestock2010-07-281-1/+1
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | issue correct error for basic.ack with unknown delivery tagbug23028Matthias Radestock2010-07-281-1/+1
| | |_|_|_|/ | |/| | | |