| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| | * | | | | | Rewrite the channel stats again to use ets. Not sure if this is any faster, m... | Simon MacMullen | 2010-07-21 | 1 | -36/+53 |
| | * | | | | | Cosmetics | Simon MacMullen | 2010-07-21 | 2 | -9/+6 |
| | * | | | | | Merged default into bug21387 | Simon MacMullen | 2010-07-21 | 15 | -54/+63 |
| | |\ \ \ \ \ |
|
| | * | | | | | | Increase priority of stats messages for channel and queue. Don't use gen_serv... | Simon MacMullen | 2010-07-21 | 3 | -6/+3 |
| | * | | | | | | Store (channel, exchange) stats as well as (channel, exchange, queue) since w... | Simon MacMullen | 2010-07-21 | 1 | -19/+34 |
| | * | | | | | | Store queue/exchange stats in the process dictionary since that's rather a lo... | Simon MacMullen | 2010-07-21 | 1 | -60/+55 |
| | * | | | | | | Invoking os:timestamp and timer:now_diff all the time is too expensive, use t... | Simon MacMullen | 2010-07-21 | 5 | -53/+100 |
| | * | | | | | | If a new QPid appears more than once in the list, only monitor it once. | Simon MacMullen | 2010-07-21 | 1 | -1/+1 |
| | * | | | | | | Store (channel, queue, exchange) stats instead of (channel, exchange). Unify ... | Simon MacMullen | 2010-07-21 | 1 | -34/+38 |
| | * | | | | | | Rename some variables. | Simon MacMullen | 2010-07-20 | 1 | -11/+11 |
| | * | | | | | | Standardise on "stats" rather than "statistics" since we were getting rather ... | Simon MacMullen | 2010-07-20 | 3 | -24/+24 |
| | * | | | | | | Store both channel-exchange stats and channel-queue stats in the same format. | Simon MacMullen | 2010-07-20 | 1 | -13/+15 |
| | * | | | | | | Missed out arguments in binding_created. | Simon MacMullen | 2010-07-19 | 1 | -1/+2 |
| | * | | | | | | Lifecycle events for queues, exchanges and bindings. | Simon MacMullen | 2010-07-19 | 2 | -3/+23 |
| | * | | | | | | The channel has a few statistics / state of its own too. | Simon MacMullen | 2010-07-19 | 1 | -8/+11 |
| | * | | | | | | Use list comprehensions to build the stats proplists. | Simon MacMullen | 2010-07-19 | 3 | -43/+25 |
| | * | | | | | | Switch to using proplists rather than records for events. | Simon MacMullen | 2010-07-19 | 5 | -66/+49 |
| | * | | | | | | Make channel monitor queues for which it is gathering statistics, and remove ... | Simon MacMullen | 2010-07-19 | 1 | -1/+10 |
| | * | | | | | | That's not needed. | Simon MacMullen | 2010-07-19 | 1 | -2/+0 |
| | * | | | | | | Emit events for connection and channel statistics and creation / deletion. | Simon MacMullen | 2010-07-19 | 4 | -20/+138 |
| | * | | | | | | cosmetics | Simon MacMullen | 2010-07-16 | 1 | -7/+7 |
| | * | | | | | | Use timer:now_diff, don't double-wrap. | Simon MacMullen | 2010-07-16 | 1 | -16/+14 |
| | * | | | | | | q_pid -> qpid | Simon MacMullen | 2010-07-16 | 2 | -2/+2 |
| | * | | | | | | Get queues to emit events for statistics. | Simon MacMullen | 2010-07-16 | 4 | -4/+82 |
| * | | | | | | | Merging bug 23022 onto default | Matthew Sackman | 2010-08-02 | 8 | -39/+74 |
| |\ \ \ \ \ \ \
| |_|_|_|_|/ /
|/| | | | | | |
|
| | * | | | | | | added connection_exit() and channel_exit() to relevant function specs | Alexandru Scvortov | 2010-07-30 | 8 | -39/+74 |
| | | | | | | * | moved option parser to rabbit_misc | Alexandru Scvortov | 2010-08-03 | 3 | -46/+45 |
| | | | | | | * | added option parser tests | Alexandru Scvortov | 2010-08-03 | 2 | -1/+35 |
| | | | | | | * | updated tests to use the new rabbit_control:action/5 | Alexandru Scvortov | 2010-08-03 | 1 | -22/+36 |
| | | | | | | * | updated docs | Alexandru Scvortov | 2010-08-03 | 1 | -3/+0 |
| | | | | | | * | treat no-arguments-given as a special case; refactored opt parser | Alexandru Scvortov | 2010-08-03 | 2 | -14/+16 |
| | | | | | | * | homemade opt parser | Alexandru Scvortov | 2010-08-02 | 1 | -76/+100 |
| | | | | | | * | merged default into bug22964 | Alexandru Scvortov | 2010-08-02 | 52 | -521/+6627 |
| | | | | | | |\
| |_|_|_|_|_|/
|/| | | | | | |
|
| * | | | | | | | Merge 0-8 protocol header fix (bug23040) | Michael Bridgen | 2010-08-02 | 1 | -1/+10 |
| |\ \ \ \ \ \ \ |
|
| | * | | | | | | | The crazy protocol header is the 0-8 spec's fault; adjust comment to not impu... | Michael Bridgen | 2010-08-02 | 1 | -2/+7 |
| | * | | | | | | | Work around broken py-amqplib handshaking | Simon MacMullen | 2010-08-02 | 1 | -0/+4 |
| * | | | | | | | | merge heads | Matthias Radestock | 2010-08-02 | 1 | -56/+60 |
| |\ \ \ \ \ \ \ \
| |/ / / / / / /
|/| / / / / / /
| |/ / / / / / |
|
| | * | | | | | | merge bug23034 into default | Alexandru Scvortov | 2010-07-30 | 1 | -56/+60 |
| | |\ \ \ \ \ \ |
|
| | | * | | | | | | tweaks to heartbeater | Matthias Radestock | 2010-07-30 | 1 | -56/+60 |
| | |/ / / / / / |
|
| * | | | | | | | cosmetic | Matthias Radestock | 2010-08-02 | 1 | -2/+1 |
| * | | | | | | | Merge bug14647 | Michael Bridgen | 2010-08-02 | 3 | -1/+31 |
| |\ \ \ \ \ \ \ |
|
| | * \ \ \ \ \ \ | Merge default to get json filename changes | Michael Bridgen | 2010-08-01 | 24 | -358/+510 |
| | |\ \ \ \ \ \ \
| |/ / / / / / /
|/| | | | | | | |
|
| * | | | | | | | | merge bug22886 into default | Matthias Radestock | 2010-07-30 | 1 | -18/+15 |
| |\ \ \ \ \ \ \ \ |
|
| | * \ \ \ \ \ \ \ | merge default into bug22886 | Matthias Radestock | 2010-07-30 | 52 | -499/+6634 |
| | |\ \ \ \ \ \ \ \
| |/ / / / / / / /
|/| | | | | | | | |
|
| * | | | | | | | | | Merge amqp_0_9_1 into default | Simon MacMullen | 2010-07-30 | 0 | -0/+0 |
| |\ \ \ \ \ \ \ \ \ |
|
| | * \ \ \ \ \ \ \ \ | Merge default into amqp_0_9_1 | Simon MacMullen | 2010-07-30 | 38 | -198/+6197 |
| | |\ \ \ \ \ \ \ \ \
| |/ / / / / / / / /
|/| | | | | | | | | |
|
| * | | | | | | | | | | merge bug22889 into default | Matthias Radestock | 2010-07-30 | 16 | -248/+286 |
| |\ \ \ \ \ \ \ \ \ \ |
|
| | * \ \ \ \ \ \ \ \ \ | Merge default into bug22889. | Simon MacMullen | 2010-07-30 | 38 | -198/+6197 |
| | |\ \ \ \ \ \ \ \ \ \
| |/ / / / / / / / / /
|/| | | | | | | | | | |
|
| * | | | | | | | | | | | Merging bug 23032 onto default | Matthew Sackman | 2010-07-30 | 6 | -36/+32 |
| |\ \ \ \ \ \ \ \ \ \ \
| |_|_|_|_|/ / / / / /
|/| | | | | | | | | | |
|
| | * | | | | | | | | | | consistently return {ok, Pid} from start_{link} functions | Matthias Radestock | 2010-07-29 | 6 | -36/+32 |
| |/ / / / / / / / / / |
|