| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | added coverage tests | Alexandru Scvortov | 2010-07-14 | 1 | -0/+9 |
| | | |||||
| * | added a flag to set_permissions to control their scope | Alexandru Scvortov | 2010-07-14 | 3 | -22/+34 |
| | | | | | | | | | | | | | | | | | | | | | | set_permissions -check_user_named is the default and checks permissions only for user named permissions. I.e. server generated names are not checked. set_permissions -check_all_resources enables the check for server generated names. I had to shorten the argument names in the man page because otherwise the set_permissions line would have exceeded 80 characters. All parameters passed from rabbit_control to rabbit_access_control are binary(), hence why we're passing <<"check_user_name">> rather than 'check_user_named'. Rabbit_access_control:set_permissions now takes 6 parameters. There's also a 5 parameter version that sets the default value for Check and calls the other one. I've added it because I don't want the default value for Check in 10 different places. | ||||
| * | fixed compile errors; all tests pass | Alexandru Scvortov | 2010-07-13 | 1 | -1/+1 |
| | | |||||
| * | permission tags are now displayed | Alexandru Scvortov | 2010-07-13 | 3 | -12/+15 |
| | | |||||
| * | check_all == 'true' => permissions are checked for server-generated names as ↵ | Alexandru Scvortov | 2010-07-13 | 1 | -1/+1 |
| | | | | | well | ||||
| * | added necessary fields to records | Alexandru Scvortov | 2010-07-13 | 3 | -3/+20 |
| | | |||||
| * | Merged bug22877 into default | Emile Joubert | 2010-07-09 | 4 | -53/+117 |
| |\ | |||||
| | * | merged default into bug22877 | Alexandru Scvortov | 2010-07-09 | 49 | -539/+765 |
| | |\ | |||||
| | * | | deduplicate even the current node | Alexandru Scvortov | 2010-07-09 | 1 | -1/+2 |
| | | | | |||||
| | * | | added deduplication of cluster node list | Alexandru Scvortov | 2010-07-09 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | Deduplication happens for both cluster and force_cluster because clustering with the same node twice doesn't make sense in either case. | ||||
| | * | | improved docs | Alexandru Scvortov | 2010-07-09 | 1 | -0/+6 |
| | | | | |||||
| | * | | added test | Alexandru Scvortov | 2010-07-06 | 1 | -0/+8 |
| | | | | |||||
| | * | | all tests now pass | Alexandru Scvortov | 2010-07-06 | 1 | -6/+6 |
| | | | | |||||
| | * | | added links inside docs | Alexandru Scvortov | 2010-07-06 | 1 | -4/+4 |
| | | | | |||||
| | * | | updated docs and tests | Alexandru Scvortov | 2010-07-06 | 2 | -25/+25 |
| | | | | |||||
| | * | | changed cluster -f to force_cluster | Alexandru Scvortov | 2010-07-06 | 3 | -14/+35 |
| | | | | |||||
| | * | | updated man page | Alexandru Scvortov | 2010-07-05 | 1 | -2/+7 |
| | | | | |||||
| | * | | added -f switch to rabbitmqctl cluster | Alexandru Scvortov | 2010-07-05 | 3 | -44/+67 |
| | | | | |||||
| * | | | refactor: introduce rabbit_misc:protocol_error/1 | Matthias Radestock | 2010-07-09 | 2 | -5/+7 |
| | | | | | | | | | | | | | | | | so that the channel can get away with knowing a little bit less about error handling | ||||
| * | | | Merging bug 22935 into default | Matthew Sackman | 2010-07-08 | 2 | -19/+40 |
| |\ \ \ | |||||
| | * | | | amqp_error is a record. Duh. | Simon MacMullen | 2010-07-08 | 1 | -1/+1 |
| | | | | | |||||
| | * | | | Fix type of inner_fun, cosmetics. | Simon MacMullen | 2010-07-08 | 2 | -8/+11 |
| | | | | | |||||
| | * | | | Update inner_fun spec. | Simon MacMullen | 2010-07-08 | 1 | -1/+2 |
| | | | | | |||||
| | * | | | Make add and delete more symmetrical, tidy up a bit. | Simon MacMullen | 2010-07-08 | 1 | -13/+15 |
| | | | | | |||||
| | * | | | Update comment. | Simon MacMullen | 2010-07-08 | 1 | -2/+1 |
| | | | | | |||||
| | * | | | Wrap much less in try / catch | Simon MacMullen | 2010-07-08 | 2 | -16/+27 |
| | | | | | |||||
| | * | | | Unwrap amqp_error and rethrow | Simon MacMullen | 2010-07-07 | 1 | -1/+6 |
| | | | | | |||||
| * | | | | merge heads | Matthias Radestock | 2010-07-08 | 1 | -2/+1 |
| |\ \ \ \ | |_|_|/ |/| | | | |||||
| | * | | | remove incorrect comment | Matthias Radestock | 2010-07-07 | 1 | -2/+1 |
| | |/ / | | | | | | | | | | | | | | | | We actually never decode the properties on recovery (or later) since the broker doesn't need them after the initial stages of message processing. | ||||
| * | | | merged bug22950 into default | Alexandru Scvortov | 2010-07-07 | 3 | -20/+18 |
| |\ \ \ | |/ / |/| | | |||||
| | * | | Rename rabbit_reader_queue_collector to rabbit_queue_collector, and shorten ↵ | Simon MacMullen | 2010-07-07 | 3 | -20/+18 |
| |/ / | | | | | | | some function and variable names. | ||||
| * | | Correct some dict() to dict:dictionary() that were missed. | Matthew Sackman | 2010-07-07 | 2 | -2/+2 |
| | | | |||||
| * | | Merging bug 21954 onto default | Matthew Sackman | 2010-07-07 | 48 | -491/+722 |
| |\ \ | |||||
| | * | | Whoops, forgot to export it | Matthew Sackman | 2010-07-07 | 1 | -1/+1 |
| | | | | |||||
| | * | | Bump use_specs to R13B04 or later | Matthew Sackman | 2010-07-07 | 1 | -2/+2 |
| | | | | |||||
| | * | | Introduced and used ok_or_error2(A,B). Also verified everything seems happy ↵ | Matthew Sackman | 2010-07-07 | 12 | -26/+17 |
| | | | | | | | | | | | | | under R13B03 | ||||
| | * | | r2 -> r3. | Matthew Sackman | 2010-07-07 | 1 | -1/+1 |
| | | | | |||||
| | * | | merged default into bug21954 | Alexandru Scvortov | 2010-07-06 | 4 | -24/+21 |
| | |\ \ | |/ / |/| | | |||||
| * | | | Merged bug22938 into default. | Simon MacMullen | 2010-07-06 | 1 | -0/+1 |
| |\ \ \ | |||||
| | * | | | Ensure that after asking the writer to exit, we unlink from it. We're ↵ | Matthew Sackman | 2010-07-05 | 1 | -0/+1 |
| | | |/ | |/| | | | | | | | usually in the channel when we ask it to exit anyway, which has trap_exits on, so the selective receive is appropriate. In the erlang client we're in amqp_network_connection, which also has trap_exits on, so it's fine there too. However, the point is to ensure the *writer* isn't destroyed early by the channel exiting too quickly, not the other way around, and without turning on trap_exits in the writer. | ||||
| * | | | Merged bug22908 into default. | Simon MacMullen | 2010-07-06 | 2 | -3/+3 |
| |\ \ \ | |||||
| | * \ \ | Merged default into bug22908 | Simon MacMullen | 2010-07-05 | 11 | -128/+139 |
| | |\ \ \ | | |/ / | |||||
| | * | | | updated error code for re-declaring a queue differently | Alexandru Scvortov | 2010-06-29 | 1 | -1/+1 |
| | | | | | |||||
| | * | | | corrected error codes when re-declaring an exchange | Alexandru Scvortov | 2010-06-29 | 1 | -2/+2 |
| | | | | | |||||
| * | | | | make test_content_framing less dependent on codec internals | Matthias Radestock | 2010-07-06 | 1 | -21/+17 |
| | | | | | | | | | | | | | | | | | ...and invert assertion, for clarity | ||||
| * | | | | fix bugs in tests caught by dialyzer | Matthias Radestock | 2010-07-06 | 1 | -2/+2 |
| | |/ / |/| | | | | | | | | these didn't actually cause anything to break | ||||
| | | * | include cleanup | Alexandru Scvortov | 2010-07-06 | 2 | -3/+0 |
| | | | | |||||
| | | * | cleanup | Alexandru Scvortov | 2010-07-06 | 37 | -188/+315 |
| | | | | |||||
| | | * | removed line at top of rabbit_mnesia.erl | Alexandru Scvortov | 2010-07-06 | 1 | -1/+0 |
| | | | | |||||
| | | * | dialyzer doesn't support overloaded types | Alexandru Scvortov | 2010-07-06 | 2 | -6/+6 |
| | | | | |||||
