summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | 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-212-9/+6
| * | | | | Merged default into bug21387Simon MacMullen2010-07-2115-54/+63
| |\ \ \ \ \
| * | | | | | Increase priority of stats messages for channel and queue. Don't use gen_serv...Simon MacMullen2010-07-213-6/+3
| * | | | | | 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-215-53/+100
| * | | | | | 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-203-24/+24
| * | | | | | Store both channel-exchange stats and channel-queue stats in the same format.Simon MacMullen2010-07-201-13/+15
| * | | | | | Missed out arguments in binding_created.Simon MacMullen2010-07-191-1/+2
| * | | | | | Lifecycle events for queues, exchanges and bindings.Simon MacMullen2010-07-192-3/+23
| * | | | | | 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-193-43/+25
| * | | | | | Switch to using proplists rather than records for events.Simon MacMullen2010-07-195-66/+49
| * | | | | | Make channel monitor queues for which it is gathering statistics, and remove ...Simon MacMullen2010-07-191-1/+10
| * | | | | | That's not needed.Simon MacMullen2010-07-191-2/+0
| * | | | | | Emit events for connection and channel statistics and creation / deletion.Simon MacMullen2010-07-194-20/+138
| * | | | | | cosmeticsSimon MacMullen2010-07-161-7/+7
| * | | | | | Use timer:now_diff, don't double-wrap.Simon MacMullen2010-07-161-16/+14
| * | | | | | q_pid -> qpidSimon MacMullen2010-07-162-2/+2
| * | | | | | Get queues to emit events for statistics.Simon MacMullen2010-07-164-4/+82
* | | | | | | Merging bug 23022 onto defaultMatthew Sackman2010-08-028-39/+74
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | added connection_exit() and channel_exit() to relevant function specsAlexandru Scvortov2010-07-308-39/+74
| | | | | | * moved option parser to rabbit_miscAlexandru Scvortov2010-08-033-46/+45
| | | | | | * added option parser testsAlexandru Scvortov2010-08-032-1/+35
| | | | | | * updated tests to use the new rabbit_control:action/5Alexandru Scvortov2010-08-031-22/+36
| | | | | | * updated docsAlexandru Scvortov2010-08-031-3/+0
| | | | | | * treat no-arguments-given as a special case; refactored opt parserAlexandru Scvortov2010-08-032-14/+16
| | | | | | * homemade opt parserAlexandru Scvortov2010-08-021-76/+100
| | | | | | * merged default into bug22964Alexandru Scvortov2010-08-0252-521/+6627
| | | | | | |\ | |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Merge 0-8 protocol header fix (bug23040)Michael Bridgen2010-08-021-1/+10
|\ \ \ \ \ \ \
| * | | | | | | The crazy protocol header is the 0-8 spec's fault; adjust comment to not impu...Michael Bridgen2010-08-021-2/+7
| * | | | | | | Work around broken py-amqplib handshakingSimon MacMullen2010-08-021-0/+4
* | | | | | | | merge headsMatthias Radestock2010-08-021-56/+60
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| / / / / / / | |/ / / / / /
| * | | | | | merge bug23034 into defaultAlexandru Scvortov2010-07-301-56/+60
| |\ \ \ \ \ \
| | * | | | | | tweaks to heartbeaterMatthias Radestock2010-07-301-56/+60
| |/ / / / / /
* | | | | | | cosmeticMatthias Radestock2010-08-021-2/+1
* | | | | | | Merge bug14647Michael Bridgen2010-08-023-1/+31
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge default to get json filename changesMichael Bridgen2010-08-0124-358/+510
| |\ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
* | | | | | | | merge bug22886 into defaultMatthias Radestock2010-07-301-18/+15
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ merge default into bug22886Matthias Radestock2010-07-3052-499/+6634
| |\ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
* | | | | | | | | Merge amqp_0_9_1 into defaultSimon MacMullen2010-07-300-0/+0
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge default into amqp_0_9_1Simon MacMullen2010-07-3038-198/+6197
| |\ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
* | | | | | | | | | merge bug22889 into defaultMatthias Radestock2010-07-3016-248/+286
|\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge default into bug22889.Simon MacMullen2010-07-3038-198/+6197
| |\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | |
* | | | | | | | | | | Merging bug 23032 onto defaultMatthew Sackman2010-07-306-36/+32
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / |/| | | | | | | | | |
| * | | | | | | | | | consistently return {ok, Pid} from start_{link} functionsMatthias Radestock2010-07-296-36/+32
|/ / / / / / / / / /