summaryrefslogtreecommitdiff
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-2115-54/+63
|\
| * Bump specs requirements to R14AMatthew Sackman2010-07-211-2/+2
| * flesh out backing_queue APIMatthias Radestock2010-07-214-2/+13
| * bug22917 merged into default.Marek Majkowski2010-07-201-16/+6
| |\
| | * default merged into bug22917Marek Majkowski2010-07-2018-42/+75
| | |\ | | |/ | |/|
| * | 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-194-17/+18
| * | | 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
| | | | * Adjust the CONFIG_FILE default with the macports prefixDavid Wragg2010-07-131-16/+6
| | | |/ | | |/|
* | | | 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
|/ / /
* | | Merged headsEmile Joubert2010-07-142-0/+9
|\ \ \
| * | | Changelog updates for release 1.8.1Emile Joubert2010-07-142-0/+9
| * | | Added tag rabbitmq_v1_8_1 for changeset 5d9e3ff32dcbEmile Joubert2010-07-140-0/+0
* | | | Merge bug22875 into defaultSimon MacMullen2010-07-142-5/+12
|\ \ \ \ | |/ / / |/| | |
| * | | >80 lines fix.Simon MacMullen2010-07-141-1/+2
| * | | added insightful commentAlexandru Scvortov2010-07-141-1/+1
| * | | updated man pageAlexandru Scvortov2010-07-131-4/+6
| * | | empty permissions are not printed as "" anymoreAlexandru Scvortov2010-07-131-2/+0
| * | | "" is changed to "^$" when checking permissionsAlexandru Scvortov2010-07-131-9/+9