| Commit message (Expand) | Author | Age | Files | Lines |
* | Merging bug 21387 onto default | Matthew Sackman | 2010-08-02 | 1 | -1/+1 |
|\ |
|
* \ | Merge default into bug21387. | Simon MacMullen | 2010-08-02 | 1 | -31/+145 |
|\ \
| |/
|/| |
|
| * | Cosmetics, add pid to CREATION_EVENT_KEYS, don't emit stats when stopping whe... | Simon MacMullen | 2010-07-29 | 1 | -12/+11 |
| * | Refactor: abstract some things into rabbit_event. | Simon MacMullen | 2010-07-29 | 1 | -29/+22 |
| * | Construct channel creation event as a comprehension. | Simon MacMullen | 2010-07-29 | 1 | -29/+28 |
| * | Typo. | Simon MacMullen | 2010-07-28 | 1 | -1/+1 |
| * | Clean up tests a bit, avoid the retry count and sleeping. | Simon MacMullen | 2010-07-28 | 1 | -1/+7 |
| * | Merge default into bug21387 | Simon MacMullen | 2010-07-28 | 1 | -14/+131 |
| |\ |
|
| | * | cosmetics | Matthew Sackman | 2010-07-27 | 1 | -3/+0 |
| | * | Rename these to avoid name clashes in the management plugin. | Simon MacMullen | 2010-07-27 | 1 | -3/+3 |
| | * | Oops, don't turn into a timer bomb. | Simon MacMullen | 2010-07-26 | 1 | -1/+1 |
| | * | Send a stats event as soon as you wake up. | Simon MacMullen | 2010-07-26 | 1 | -0/+1 |
| | * | Use apply_interval rather than apply_after, cosmetics. | Simon MacMullen | 2010-07-26 | 1 | -8/+5 |
| | * | Make statistics collection into an application parameter, switched off by def... | Simon MacMullen | 2010-07-26 | 1 | -27/+42 |
| | * | Tweak priorities a bit. | Simon MacMullen | 2010-07-26 | 1 | -1/+1 |
| | * | Revert to the prior, process dictionary-based way of storing statistics. | Simon MacMullen | 2010-07-26 | 1 | -52/+38 |
| | * | Unit test, and fix a bug found by the test. | Simon MacMullen | 2010-07-22 | 1 | -5/+2 |
| | * | 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 | 1 | -7/+5 |
| | * | Increase priority of stats messages for channel and queue. Don't use gen_serv... | Simon MacMullen | 2010-07-21 | 1 | -1/+1 |
| | * | 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 | 1 | -19/+36 |
| | * | 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 | 1 | -16/+16 |
| | * | Store both channel-exchange stats and channel-queue stats in the same format. | Simon MacMullen | 2010-07-20 | 1 | -13/+15 |
| | * | 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 | 1 | -3/+3 |
| | * | Switch to using proplists rather than records for events. | Simon MacMullen | 2010-07-19 | 1 | -11/+10 |
| | * | Make channel monitor queues for which it is gathering statistics, and remove ... | Simon MacMullen | 2010-07-19 | 1 | -1/+10 |
| | * | Emit events for connection and channel statistics and creation / deletion. | Simon MacMullen | 2010-07-19 | 1 | -14/+79 |
* | | | Merge default to get json filename changesbug14647 | Michael Bridgen | 2010-08-01 | 1 | -8/+7 |
|\ \ \ |
|
| * \ \ | Merge default into bug22889.bug22889 | Simon MacMullen | 2010-07-30 | 1 | -7/+5 |
| |\ \ \ |
|
| | * | | | consistently return {ok, Pid} from start_{link} functionsbug23032 | Matthias Radestock | 2010-07-29 | 1 | -6/+4 |
| | |/ / |
|
| * | | | Merge default into bug22889 | Simon MacMullen | 2010-07-09 | 1 | -14/+25 |
| |\ \ \
| | | |/
| | |/| |
|
| * | | | Don't change the signature of ensure_content_decoded. | Simon MacMullen | 2010-07-09 | 1 | -1/+2 |
| * | | | Store protocol with encoded properties, use it to transcode if needed. | Simon MacMullen | 2010-07-09 | 1 | -2/+1 |
| * | | | Merge default into bug22889 | Simon MacMullen | 2010-07-05 | 1 | -2/+3 |
| |\ \ \ |
|
| | * | | | cosmetic | Matthias Radestock | 2010-07-02 | 1 | -3/+2 |
| | * | | | Remove remaining hard coding of rabbit_framing_amqp_0_9_1 from the codec. | Simon MacMullen | 2010-07-02 | 1 | -1/+3 |
| | * | | | Merge default into bug22889, and remove another hard coded protocol use. | Simon MacMullen | 2010-07-02 | 1 | -2/+2 |
| | |\ \ \ |
|
| | * | | | | Remove the rabbit_framing shim, pass around a module name and use that. | Simon MacMullen | 2010-07-02 | 1 | -1/+1 |
| | * | | | | Merge default into bug22889 | Simon MacMullen | 2010-07-02 | 1 | -70/+52 |
| | |\ \ \ \ |
|
| | * | | | | | Don't specify a value for cluster_id and known_hosts, they already have a def... | Simon MacMullen | 2010-06-24 | 1 | -1/+1 |
| | * | | | | | Codegen up two different versions of rabbit_framing and provide a dispatcher ... | Simon MacMullen | 2010-06-24 | 1 | -3/+3 |
| | * | | | | | Use the new merged JSON for codegen, stripping out redirect and trace frame s... | Simon MacMullen | 2010-06-23 | 1 | -3/+3 |
* | | | | | | | merge default into bug14647 | Matthias Radestock | 2010-07-28 | 1 | -1/+1 |
|\ \ \ \ \ \ \
| | |_|_|_|_|/
| |/| | | | | |
|
| * | | | | | | issue correct error for basic.ack with unknown delivery tagbug23028 | Matthias Radestock | 2010-07-28 | 1 | -1/+1 |
| | |_|_|_|/
| |/| | | | |
|