summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* These are binariesbug26169Simon MacMullen2014-06-241-2/+2
|
* Cosmetic.Simon MacMullen2014-06-202-11/+12
|
* Include channel into trace messagesMichael Klishin2014-06-192-10/+17
|
* Include connection name into trace message headersMichael Klishin2014-06-172-11/+17
|
* Include username into trace message headersMichael Klishin2014-06-172-13/+19
|
* Include vhost into trace message headersMichael Klishin2014-06-171-4/+7
|
* Update docs post bug 24926.Simon MacMullen2014-06-161-1/+1
|
* stable to defaultSimon MacMullen2014-06-131-10/+10
|\
| * Merge bug26241Simon MacMullen2014-06-130-0/+0
| |\
| * | Ensure the limit field is always a number so we can't miss the need to ↵bug26241Simon MacMullen2014-06-131-10/+10
| |/ | | | | | | interpret it. Yes, this means we won't update mem_relative if the size of the machine's physical memory changes at run time. I can live with that.
* | stable to defaultSimon MacMullen2014-06-123-6/+31
|\ \ | |/
| * Merge bug26236 againSimon MacMullen2014-06-120-0/+0
| |\
| * | Since a crash in handle_event is so disasterous, and since gen_event ↵bug26236Simon MacMullen2014-06-123-6/+31
| | | | | | | | | | | | handlers are not very supervisable, let's wrap everything in a try/catch. Prinitng to stdout is not great but we just failed to log properly - better to give some indication than none.
* | | stable to defaultSimon MacMullen2014-06-1127-299/+655
|\ \ \ | |_|/ |/| |
| * | stable to defaultSimon MacMullen2014-06-1127-299/+655
| |\ \
| | * \ Merge bug 24926Simon MacMullen2014-06-1117-175/+487
| | |\ \
| | | * | Move these down (ish) from federation.bug24926Simon MacMullen2014-06-112-2/+15
| | | | |
| | | * | A few last clenaupsSimon MacMullen2014-06-112-15/+8
| | | | |
| | | * | Show a warning if list fails to contact a node.Simon MacMullen2014-06-111-6/+7
| | | | |
| | | * | Report errors from the server (such as mismatched plugin files) correctly.Simon MacMullen2014-06-111-1/+1
| | | | |
| | | * | Oops.Simon MacMullen2014-06-101-2/+2
| | | | |
| | | * | Init the stats timer again on force_event_refresh, so that if stats have ↵Simon MacMullen2014-06-103-3/+3
| | | | | | | | | | | | | | | | | | | | become enabled we do the right thing.
| | | * | Add online flag. Get the running broker to read its own plugins file rather ↵Simon MacMullen2014-06-103-63/+108
| | | | | | | | | | | | | | | | | | | | than tell it which plugins to run. This necessitates various bug fixes to rabbit_plugins.
| | | * | Make sure all code for both added and removed plugins is loaded when we send ↵Simon MacMullen2014-06-101-1/+1
| | | | | | | | | | | | | | | | | | | | the notify event.
| | | * | Tweak text one more time.Simon MacMullen2014-06-101-2/+2
| | | | |
| | | * | Add (deliberately) undocumented feature to just trigger the sync without ↵Simon MacMullen2014-06-091-2/+9
| | | | | | | | | | | | | | | | | | | | updating the config file.
| | | * | Tweak text a bit more.Simon MacMullen2014-06-091-4/+11
| | | | |
| | | * | Support updating decorators correctly when plugins start and stop.Simon MacMullen2014-06-094-11/+80
| | | | |
| | | * | Merge in defaultSimon MacMullen2014-06-0912-78/+98
| | | |\ \ | | | |/ / | | |/| |
| | * | | stable to defaultSimon MacMullen2014-06-0911-61/+100
| | |\ \ \
| | | * \ \ stable to defaultSimon MacMullen2014-06-0911-61/+100
| | | |\ \ \
| | | | * \ \ stable to defaultSimon MacMullen2014-06-0911-61/+100
| | | | |\ \ \
| | | | | * \ \ stable to defaultSimon MacMullen2014-06-091-2/+8
| | | | | |\ \ \
| | | | | * \ \ \ stable to defaultSimon MacMullen2014-06-092-0/+9
| | | | | |\ \ \ \
| | * | | | \ \ \ \ Merge bug26230Simon MacMullen2014-06-095-6/+6
| | |\ \ \ \ \ \ \ \ | | | |/ / / / / / /
| | * | | | | | | | Ensure rabbit_exchange funnels all updates through a single function, like ↵bug26230Simon MacMullen2014-06-092-34/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | rabbit_amqqueue already does. Ensure that decorators is set to 'undefined' in the durable record so any inadvertent read without setting it will cause an immediate explosion not a subtle bug. And remove report_missing_decorators(), there is no longer any sane context in which it does anything useful.
| | * | | | | | | | Inline those since they're special purpose, and add a missed call to ↵Simon MacMullen2014-06-091-8/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | queue_decorator:set/1 (which won't matter until we do another policy-invalidating upgrade, but better to catch it now...)
| | * | | | | | | | Make decorators field in exchange and queue transient, i.e. we recalcualte ↵Simon MacMullen2014-06-094-31/+45
| | | |_|_|_|/ / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | it on recovery in case plugins have changed. Also document a bit more clearly what the lifecycle is of the different fields in these records since that area is becoming confusing.
| | | | | | | * | Move the code-unloading thing to rabbit_plugins, and remove the unpacked ↵Simon MacMullen2014-06-062-12/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | plugin after doing it, so that it actually allows us to reload modified plugins.
| | | | | | | * | Documentation.Simon MacMullen2014-06-061-5/+18
| | | | | | | | |
| | | | | | | * | Remove a couple of buggy changes from default, make start_apps/1 and ↵Simon MacMullen2014-06-061-34/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | stop_apps/1 more symmetrical in use.
| | | | | | | * | Rewrite the changes to rabbit_plugins_main/enable,disable. Now we just ↵Simon MacMullen2014-06-052-105/+69
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | change the plugins file exactly as we do on default, then contact the server and say "I want you to be running this". This has cut out quite a lot of code, and I am pretty sure fixed some bugs.
| | | | | | | * | Oops, we do need sync_notify - reinstate it.Simon MacMullen2014-06-052-5/+21
| | | | | | | | |
| | | | | | | * | Remove sync_notify, it doesn't seem to be needed.Simon MacMullen2014-06-052-21/+5
| | | | | | | | |
| | | | | | | * | Merge in defaultSimon MacMullen2014-06-0510-124/+318
| | | | | | | |\ \ | | | | | | |/ / / | | | | | |/| | |
| | | | | | | * | Merge default into bug24926Tim Watson2014-04-1610-124/+318
| | | | | | | |\ \
| | | | | | | | * | Better RPC diagnostics when the node is downTim Watson2014-04-161-3/+5
| | | | | | | | | |
| | | | | | | | * | Merge default into bug24926Tim Watson2014-04-1141-278/+610
| | | | | | | | |\ \
| | | | | | | | * | | Cosmetic (consistency)Tim Watson2014-04-101-4/+4
| | | | | | | | | | |
| | | | | | | | * | | Fix management extension enable/disable handlingTim Watson2014-04-083-10/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When notifying about 'enabled' plugins, limit to explicitly given. When handling 'disabled' plugins, call the event handler(s) synchronously (while we still have loaded modules) prior to stopping and unloading any apps.