| Commit message (Expand) | Author | Age | Files | Lines |
| * | No need to convert to lists here | Michael Klishin | 2014-06-22 | 1 | -3/+2 |
| * | More consistent connection formatting per suggestion from Matthias | Michael Klishin | 2014-06-20 | 2 | -16/+26 |
| * | Re-format to 80 characters wide | Michael Klishin | 2014-06-19 | 2 | -12/+12 |
| * | Move user and vhost closer to connection info | Michael Klishin | 2014-06-19 | 2 | -8/+6 |
| * | Mention connection name, user, and vhost in connection error log messages | Michael Klishin | 2014-06-18 | 1 | -4/+14 |
| * | Mention connection pid in channel error messages | Michael Klishin | 2014-06-18 | 1 | -2/+3 |
| * | merge default into bug26148 | Michael Klishin | 2014-06-18 | 1 | -3/+11 |
| |\ |
|
| | * | Re-format based on feedback from Matthias | Michael Klishin | 2014-06-17 | 1 | -3/+4 |
| | * | backout d57075513277 (wrong branch) | Michael Klishin | 2014-06-17 | 2 | -9/+7 |
| | * | backout bd87cb0026c5 (wrong branch) | Michael Klishin | 2014-06-17 | 1 | -14/+7 |
| | * | Include username into trace message headers | Michael Klishin | 2014-06-17 | 2 | -13/+19 |
| | * | Include vhost into trace message headers | Michael Klishin | 2014-06-17 | 1 | -4/+7 |
| | * | Include vhost and username into channel error log messages | Michael Klishin | 2014-06-17 | 1 | -3/+9 |
| | * | Log connection name instead of pid for channel errors | Michael Klishin | 2014-06-17 | 1 | -3/+4 |
| * | | Hopefully clearer. | Simon MacMullen | 2014-06-18 | 1 | -5/+5 |
| * | | rabbitmq-plugins set. | Simon MacMullen | 2014-06-18 | 1 | -0/+22 |
| * | | Give sensible error messages when plugins are missing. | Simon MacMullen | 2014-06-18 | 2 | -40/+33 |
| * | | Merge bug26221 | Simon MacMullen | 2014-06-17 | 1 | -2/+5 |
| |\ \ |
|
| | * | | Simplify. | Simon MacMullen | 2014-06-17 | 1 | -13/+6 |
| | * | | Cover passive = false case | Michael Klishin | 2014-06-16 | 1 | -1/+6 |
| | * | | Don't stat() queue when it is declared with nowait = true | Michael Klishin | 2014-06-16 | 1 | -2/+7 |
| | |/ |
|
| * | | Oops | Michael Klishin | 2014-06-17 | 1 | -1/+1 |
| * | | Make mnesia:wait_for_tables timeout configurable | Michael Klishin | 2014-06-17 | 1 | -1/+2 |
| |/ |
|
| * | stable to default | Simon MacMullen | 2014-06-13 | 1 | -10/+10 |
| |\ |
|
| | * | Ensure the limit field is always a number so we can't miss the need to interp... | Simon MacMullen | 2014-06-13 | 1 | -10/+10 |
| * | | stable to default | Simon MacMullen | 2014-06-12 | 3 | -6/+31 |
| |\ \
| |/ |
|
| | * | Since a crash in handle_event is so disasterous, and since gen_event handlers... | Simon MacMullen | 2014-06-12 | 3 | -6/+31 |
| * | | stable to default | Simon MacMullen | 2014-06-11 | 21 | -268/+582 |
| |\ \
| |/
|/| |
|
| | * | Move these down (ish) from federation. | Simon MacMullen | 2014-06-11 | 2 | -2/+15 |
| | * | A few last clenaups | Simon MacMullen | 2014-06-11 | 2 | -15/+8 |
| | * | Show a warning if list fails to contact a node. | Simon MacMullen | 2014-06-11 | 1 | -6/+7 |
| | * | Report errors from the server (such as mismatched plugin files) correctly. | Simon MacMullen | 2014-06-11 | 1 | -1/+1 |
| | * | Oops. | Simon MacMullen | 2014-06-10 | 1 | -2/+2 |
| | * | Init the stats timer again on force_event_refresh, so that if stats have beco... | Simon MacMullen | 2014-06-10 | 3 | -3/+3 |
| | * | Add online flag. Get the running broker to read its own plugins file rather t... | Simon MacMullen | 2014-06-10 | 2 | -57/+86 |
| | * | Make sure all code for both added and removed plugins is loaded when we send ... | Simon MacMullen | 2014-06-10 | 1 | -1/+1 |
| | * | Tweak text one more time. | Simon MacMullen | 2014-06-10 | 1 | -2/+2 |
| | * | Add (deliberately) undocumented feature to just trigger the sync without upda... | Simon MacMullen | 2014-06-09 | 1 | -2/+9 |
| | * | Tweak text a bit more. | Simon MacMullen | 2014-06-09 | 1 | -4/+11 |
| | * | Support updating decorators correctly when plugins start and stop. | Simon MacMullen | 2014-06-09 | 4 | -11/+80 |
| | * | Merge in default | Simon MacMullen | 2014-06-09 | 4 | -66/+66 |
| | |\ |
|
| | | * | stable to default | Simon MacMullen | 2014-06-09 | 8 | -48/+93 |
| | | |\ |
|
| | | | * | stable to default | Simon MacMullen | 2014-06-09 | 1 | -2/+8 |
| | | | |\ |
|
| | | * | | | Ensure rabbit_exchange funnels all updates through a single function, like ra... | Simon MacMullen | 2014-06-09 | 2 | -34/+23 |
| | | * | | | Inline those since they're special purpose, and add a missed call to queue_de... | Simon MacMullen | 2014-06-09 | 1 | -8/+10 |
| | | * | | | Make decorators field in exchange and queue transient, i.e. we recalcualte it... | Simon MacMullen | 2014-06-09 | 3 | -25/+28 |
| | | | |/
| | |/| |
|
| | * | | | Move the code-unloading thing to rabbit_plugins, and remove the unpacked plug... | Simon MacMullen | 2014-06-06 | 2 | -12/+15 |
| | * | | | Remove a couple of buggy changes from default, make start_apps/1 and stop_app... | Simon MacMullen | 2014-06-06 | 1 | -34/+37 |
| | * | | | Rewrite the changes to rabbit_plugins_main/enable,disable. Now we just change... | Simon MacMullen | 2014-06-05 | 2 | -105/+69 |
| | * | | | Oops, we do need sync_notify - reinstate it. | Simon MacMullen | 2014-06-05 | 2 | -5/+21 |