summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Reinstate this.Simon MacMullen2014-12-051-1/+1
|
* UpgradeSimon MacMullen2014-12-051-3/+36
|
* Don't leak on noack.Simon MacMullen2014-12-041-3/+4
|
* Fix dirty recovery.Simon MacMullen2014-12-031-1/+5
|
* Fix confirmsSimon MacMullen2014-12-033-39/+69
|
* Rename msg_on_disk to msg_in_store and fix up its semantics. We now don't ↵Simon MacMullen2014-12-031-27/+24
| | | | need to guard msg_store read and remove as we should just naturally not need to do them.
* Hacked-together implementation of persisting messages in the QI. Currently ↵Simon MacMullen2014-12-032-98/+181
| | | | does it for all messages, but in reality we'd only want to do this for small ones (and make it configurable). Confirms are probably broken, maybe some other things.
* stable to defaultSimon MacMullen2014-11-281-4/+14
|\
| * Merge bug26265Simon MacMullen2014-11-285-22/+71
| |\
| * | No need to load/unload the plugin around the plugin_provided_by_otp/1 checkJean-Sebastien Pedron2014-11-281-14/+3
| | | | | | | | | | | | While here, remove the unused PluginVsn variable.
| * | Remove "Plugins: adding to code path" log messageJean-Sebastien Pedron2014-11-281-2/+0
| | |
| * | Only check ERTS version to determine if we accept an external eldapJean-Sebastien Pedron2014-11-261-31/+3
| | |
| * | Add plugin paths to the beginning of the code pathJean-Sebastien Pedron2014-11-241-4/+55
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The goal is to make sure the right application is picked, in case the same one is available as both a RabbitMQ plugin and an external Erlang application. For instance, this could be the case with the Cowboy application: a version is available in the plugins, but the user could add an incompatible version to Erlang/OTP libdir or set ERL_LIBS to point to it. There's one exception currently: eldap. This application used to be available as a 3rd party one. But since Erlang R15B01, it's included in the standard library. We trust this version to have a stable API. Therefore, if the node runs on R15B01 or later and eldap version is 1.0+, we use this one. In all other cases, we don't trust it and prefer the RabbitMQ plugin.
* | | stable to defaultSimon MacMullen2014-11-281-15/+27
|\ \ \ | | |/ | |/|
| * | Merge bug 26081Simon MacMullen2014-11-280-0/+0
| |\ \
| * | | Rename this to indicate what it does, not the current circumstances in which ↵Simon MacMullen2014-11-281-2/+2
| | | | | | | | | | | | | | | | it is called.
| * | | Check cluster consistency before joining a clusterJean-Sebastien Pedron2014-11-271-15/+27
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before this change, the node would join the cluster and the consistency would be only checked during application restart (rabbitmqctl start_app). This could lead to crash during the join due to Erlang, Mnesia or RabbitMQ incompatibilities. Now, the join_cluster command reports the problem. Here's an example: $ rabbitmqctl join_cluster <remote_node> Clustering node <local_node> with <remote_node> ... Error: {inconsistent_cluster, "OTP version mismatch: local node is R16B03-1, remote node 17.3"}
* | | stable to defaultSimon MacMullen2014-11-262-0/+9
|\ \ \ | |/ /
| * | deb / RPM changelogsSimon MacMullen2014-11-262-0/+9
| | |
* | | stable to defaultSimon MacMullen2014-11-2617-187/+507
|\ \ \ | |/ / |/| |
| * | Merge bug26471Simon MacMullen2014-11-2616-178/+493
| |\ \
| | * | Removed tag rabbitmq_v3_4_2Simon MacMullen2014-11-260-0/+0
| | | |
| | * | Added tag rabbitmq_v3_4_2 for changeset d472925bb786Simon MacMullen2014-11-260-0/+0
| | | |
| | * | stable to defaultSimon MacMullen2014-11-251-0/+6
| | |\ \
| | * \ \ stable to defaultSimon MacMullen2014-11-251-7/+29
| | |\ \ \
| | * \ \ \ Merge heads of defaultJean-Sebastien Pedron2014-11-241-4/+4
| | |\ \ \ \
| | | * \ \ \ Merge bug26257 (again)Jean-Sebastien Pedron2014-11-244-7/+23
| | | |\ \ \ \
| | | * | | | | When reporting invalid cluster node names, keep configuration orderJean-Sebastien Pedron2014-11-241-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | While here, fix an unused variable warning.
| | * | | | | | stable to defaultSimon MacMullen2014-11-2416-178/+493
| | |\ \ \ \ \ \ | | | | |/ / / / | | | |/| | | / | | | |_|_|_|/ | | |/| | | |
| | | * | | | Merge bug26257Simon MacMullen2014-11-211-14/+34
| | | |\ \ \ \ | | | | |/ / /
| | | | * | | Detect other invalid 'cluster_nodes' valuesJean-Sebastien Pedron2014-11-211-7/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | In all cases, abort startup with an explanatory message.
| | | | * | | Remove support for the legacy 'cluster_nodes' valuesJean-Sébastien Pédron2014-11-201-13/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before this change, a list of nodes without the node type was accepted. In this case, the node type was guessed and a warning suggesting how to update the configuration was logged. Now, the node type is mandatory and the RabbitMQ server refuses to start if the node type is unspecified.
| | | * | | | stable to defaultSimon MacMullen2014-11-203-15/+13
| | | |\ \ \ \
| | | * \ \ \ \ stable to defaultSimon MacMullen2014-11-201-1/+13
| | | |\ \ \ \ \
| | | * \ \ \ \ \ stable to defaultSimon MacMullen2014-11-201-1/+7
| | | |\ \ \ \ \ \ | | | | |_|_|/ / / | | | |/| | | | |
| | | * | | | | | stable to defaultSimon MacMullen2014-11-191-0/+5
| | | |\ \ \ \ \ \
| | | * \ \ \ \ \ \ Merge bug26469Simon MacMullen2014-11-1411-96/+201
| | | |\ \ \ \ \ \ \
| | | | * | | | | | | Tweak the APIs again, so that authz plugins aren't expected to create a ↵Simon MacMullen2014-11-148-71/+120
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | #auth_user record in the first place, just whatever impl they want. Which necessitates seperate login functions for authz and authn, and if we're going to do that we might as well split the behaviours so that we have the possibility of making an authz-only plugin.
| | | | * | | | | | | Rename.Simon MacMullen2014-11-141-2/+2
| | | | | | | | | | |
| | | | * | | | | | | Fix tests.Simon MacMullen2014-11-141-4/+6
| | | | | | | | | | |
| | | | * | | | | | | Never pass the #user{} record into auth backends, they should only see their ↵Simon MacMullen2014-11-137-62/+87
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | own stuff. Get rid of authN_backend, it has little reason for existing. Flatten case of authZ_backend.
| | | | * | | | | | | Cosmetic.Simon MacMullen2014-11-131-31/+30
| | | | | | | | | | |
| | | | * | | | | | | Import changes from ↵Simon MacMullen2014-11-1310-66/+96
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://github.com/gotthardp/rabbitmq-server/tree/multi_authorization
| | | * | | | | | | | stable to defaultSimon MacMullen2014-11-144-68/+258
| | | |\ \ \ \ \ \ \ \ | | | | |/ / / / / / /
| | | | * | | | | | | Merge bug26457Simon MacMullen2014-11-131-2/+10
| | | | |\ \ \ \ \ \ \
| | | | | * | | | | | | R13B03 compatibility.Simon MacMullen2014-11-131-2/+10
| | | | | | | | | | | |
| | | | * | | | | | | | Remove a couple of TODOs, make the read buffer size configurable, and don't ↵Simon MacMullen2014-11-132-5/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | use the read buffer for the QI or msg store transform since they already read in decent sized chunks.
| | | | * | | | | | | | Small refactor suggested by Matthias.Simon MacMullen2014-11-131-20/+14
| | | | | | | | | | | |
| | | | * | | | | | | | Be a bit more systematic about reseting the read buffer.Simon MacMullen2014-11-131-21/+30
| | | | | | | | | | | |
| | | | * | | | | | | | If they ask to read more than the buffer size, do so.Simon MacMullen2014-11-131-2/+2
| | | | | | | | | | | |