summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Allow the complete test suite to run.Simon MacMullen2010-07-221-3/+10
* Unit test, and fix a bug found by the test.Simon MacMullen2010-07-223-7/+162
* 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-2112-34/+52
|\
| * flesh out backing_queue APIMatthias Radestock2010-07-213-2/+12
| * Merging bug 22677 onto defaultMatthew Sackman2010-07-206-15/+11
| |\
| | * applied qa notes; refactoringAlexandru Scvortov2010-07-195-17/+11
| | * slight optimisationAlexandru Scvortov2010-07-091-2/+2
| | * finished transition from regexp to reAlexandru Scvortov2010-07-092-5/+4
| | * replaced regexp with reAlexandru Scvortov2010-07-095-10/+16
| * | flesh out APIs somewhatMatthias Radestock2010-07-192-2/+13
| * | tweak to assist testingMatthias Radestock2010-07-191-1/+1
| * | 'sync' -> 'idle_timeout'Matthias Radestock2010-07-193-15/+16
| * | Merged bug22140 into default.Simon MacMullen2010-07-161-1/+1
| |\ \
| | * | replaced call bad:bad/0 with a call to exit/1Alexandru Scvortov2010-07-131-1/+1
* | | | 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-214-52/+99
* | | | 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-194-45/+48
* | | | 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-193-20/+119
* | | | 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-161-1/+1
* | | | Get queues to emit events for statistics.Simon MacMullen2010-07-163-4/+78
|/ / /
* | | >80 lines fix.Simon MacMullen2010-07-141-1/+2
* | | added insightful commentAlexandru Scvortov2010-07-141-1/+1
* | | empty permissions are not printed as "" anymoreAlexandru Scvortov2010-07-131-2/+0
* | | "" is changed to "^$" when checking permissionsAlexandru Scvortov2010-07-131-9/+9
* | | empty strings are displayed as ""Alexandru Scvortov2010-07-131-0/+2
* | | corrected regexpAlexandru Scvortov2010-07-131-1/+1
* | | simplifying refactorMatthias Radestock2010-07-131-9/+8
* | | "" is transformed to "$^" in rabbitmqctl set_permissionsAlexandru Scvortov2010-07-121-1/+6
|/ /
* | Merged bug22877 into defaultEmile Joubert2010-07-093-50/+90
|\ \
| * \ merged default into bug22877Alexandru Scvortov2010-07-0944-345/+673
| |\ \ | | |/
| * | deduplicate even the current nodeAlexandru Scvortov2010-07-091-1/+2
| * | added deduplication of cluster node listAlexandru Scvortov2010-07-091-1/+1
| * | added testAlexandru Scvortov2010-07-061-0/+8