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-218-36/+286
| | | | |\ \
| | | | | * | 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
* | | | | | | 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-025-14/+58
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | SpellingSimon MacMullen2010-07-221-1/+1
| * | | | | | cleared up manpageAlexandru Scvortov2010-07-161-1/+5
| * | | | | | renamed variables; alligned codeAlexandru Scvortov2010-07-151-5/+5
| * | | | | | merge bug22875 into bug22964Alexandru Scvortov2010-07-145-14/+54
| |\ \ \ \ \ \
| | * | | | | | scope is not set via the -s flagAlexandru Scvortov2010-07-145-33/+32
| | * | | | | | added coverage testsAlexandru Scvortov2010-07-141-0/+9
| | * | | | | | added a flag to set_permissions to control their scopeAlexandru Scvortov2010-07-143-22/+34
| | * | | | | | fixed compile errors; all tests passAlexandru Scvortov2010-07-131-1/+1
| | * | | | | | permission tags are now displayedAlexandru Scvortov2010-07-133-12/+15
| | * | | | | | check_all == 'true' => permissions are checked for server-generated names as ...Alexandru Scvortov2010-07-131-1/+1
| | * | | | | | added necessary fields to recordsAlexandru Scvortov2010-07-133-3/+20
* | | | | | | | 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...bug23040Michael Bridgen2010-08-021-2/+7
| * | | | | | | | Work around broken py-amqplib handshakingSimon MacMullen2010-08-021-0/+4
* | | | | | | | | merge headsMatthias Radestock2010-08-0219-289/+349
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / | | | | | | | | / | |_|_|_|_|_|_|/ |/| | | | | | |
| * | | | | | | cosmeticMatthias Radestock2010-08-021-2/+1
| * | | | | | | Merge bug14647Michael Bridgen2010-08-023-1/+31
| |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ Merge default to get json filename changesbug14647Michael Bridgen2010-08-0124-358/+510
| | |\ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | |
| * | | | | | | | merge bug22886 into defaultMatthias Radestock2010-07-301-18/+15
| |\ \ \ \ \ \ \ \