| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Move the various files from rabbit-ha to rabbit-server as the ha work can't e... | Matthew Sackman | 2010-12-16 | 8 | -0/+2383 |
| * | inline | Matthew Sackman | 2010-12-14 | 1 | -3/+2 |
| * | Merging default into bug23554 | Matthew Sackman | 2010-12-14 | 25 | -161/+664 |
| |\ | |||||
| | * | Simplify code surrounding the return from BQ:ack | Matthew Sackman | 2010-12-14 | 2 | -29/+29 |
| | * | improve consistency of API | Matthew Sackman | 2010-12-13 | 3 | -15/+12 |
| | * | The arg to duplicate_node_check is always a string, and control:diags require... | Matthew Sackman | 2010-12-13 | 1 | -4/+5 |
| | * | cosmetics | Matthew Sackman | 2010-12-13 | 1 | -7/+7 |
| | * | Merging heads | Matthew Sackman | 2010-12-13 | 1 | -1/+1 |
| | |\ | |||||
| | | * | Do not, ever, use lists:concat. It does not do what you think | Matthew Sackman | 2010-12-13 | 1 | -1/+1 |
| | * | | Merged bug23506 into default | Emile Joubert | 2010-12-13 | 28 | -196/+669 |
| | |\ \ | |||||
| | | * \ | Merged heads | Emile Joubert | 2010-12-13 | 1 | -1/+1 |
| | | |\ \ | | | |/ | |||||
| | | * | | Merged bug23467 into default | Emile Joubert | 2010-12-13 | 19 | -104/+582 |
| | | |\ \ | |||||
| | | | * \ | Merge from default. | Simon MacMullen | 2010-12-13 | 19 | -104/+582 |
| | | | |\ \ | |||||
| | | | | * | | Demonstrate protocol_error. | Simon MacMullen | 2010-12-06 | 2 | -3/+8 |
| | | | | * | | Better diagnostics when authentication fails. | Simon MacMullen | 2010-12-06 | 3 | -14/+23 |
| | | | | * | | Remove should_offer/1. | Simon MacMullen | 2010-11-30 | 7 | -57/+42 |
| | | | | * | | Merge from default | Simon MacMullen | 2010-11-24 | 19 | -104/+583 |
| | | | | |\ \ | |||||
| | | | | | * | | Tiny simplifying refactor. | Simon MacMullen | 2010-11-24 | 1 | -2/+1 |
| | | | | | * | | Be consistent about refused return | Simon MacMullen | 2010-11-19 | 1 | -2/+2 |
| | | | | | * | | Merged default into bug23467 | Simon MacMullen | 2010-11-19 | 14 | -212/+337 |
| | | | | | |\ \ | |||||
| | | | | | * | | | Remove untrue statement | Simon MacMullen | 2010-11-19 | 1 | -1/+1 |
| | | | | | * | | | Don't open a security hole if server is misconfigured. | Simon MacMullen | 2010-11-16 | 1 | -3/+14 |
| | | | | | * | | | Specs. | Simon MacMullen | 2010-11-16 | 2 | -2/+9 |
| | | | | | * | | | Fix default config | Simon MacMullen | 2010-11-16 | 1 | -2/+1 |
| | | | | | * | | | After reading RFC5802 I'm not convinced this approach can be salvaged (in a s... | Simon MacMullen | 2010-11-16 | 1 | -38/+15 |
| | | | | | * | | | Merged from default | Simon MacMullen | 2010-11-16 | 37 | -395/+724 |
| | | | | | |\ \ \ | |||||
| | | | | | * | | | | Remove the beginning of the per-mechanism options thing, in the interest of g... | Simon MacMullen | 2010-11-15 | 1 | -8/+1 |
| | | | | | * | | | | Beginning of a config mechanism. | Simon MacMullen | 2010-11-10 | 2 | -3/+14 |
| | | | | | * | | | | Fix that... | Simon MacMullen | 2010-11-10 | 1 | -1/+4 |
| | | | | | * | | | | Reinstate user_pass_login/2, the Erlang client depends on it. | Simon MacMullen | 2010-11-10 | 1 | -1/+14 |
| | | | | | * | | | | Strip out the plugin-disabling mechanism | Simon MacMullen | 2010-11-10 | 2 | -30/+0 |
| | | | | | * | | | | Spec fixes | Simon MacMullen | 2010-11-10 | 2 | -2/+3 |
| | | | | | * | | | | Mostly working EXTERNAL implementation | Simon MacMullen | 2010-11-10 | 7 | -27/+62 |
| | | | | | * | | | | Don't allow a client to select a mechanism we decided not to offer. | Simon MacMullen | 2010-11-10 | 2 | -19/+23 |
| | | | | | * | | | | Document auth_mechanism info item | Simon MacMullen | 2010-11-10 | 2 | -0/+75 |
| | | | | | * | | | | Add auth_mechanism info key | Simon MacMullen | 2010-11-10 | 1 | -1/+5 |
| | | | | | * | | | | Document a bit more | Simon MacMullen | 2010-11-09 | 1 | -1/+9 |
| | | | | | * | | | | Get the name right | Simon MacMullen | 2010-11-09 | 1 | -1/+1 |
| | | | | | * | | | | Add our slightly flaky demo challenge-response mechanism, and update APIs etc... | Simon MacMullen | 2010-11-09 | 3 | -48/+158 |
| | | | | | * | | | | Add a mechanism to remove plugins from the registry. The intent being that pe... | Simon MacMullen | 2010-11-08 | 2 | -0/+31 |
| | | | | | * | | | | Move existing PLAIN and AMQPLAIN auth mechanisms into plugins. | Simon MacMullen | 2010-11-05 | 7 | -55/+283 |
| | | | | | * | | | | rabbit_exchange_type_registry -> rabbit_registry | Simon MacMullen | 2010-11-05 | 8 | -33/+33 |
| | * | | | | | | | | Forgot this depended on 23467, so we can mention EXTERNAL. | Simon MacMullen | 2010-12-08 | 1 | -1/+1 |
| | * | | | | | | | | rabbitmqctl clear_password <username> | Simon MacMullen | 2010-12-08 | 3 | -1/+28 |
| * | | | | | | | | | Extend state conversion function | Matthew Sackman | 2010-12-13 | 1 | -16/+24 |
| * | | | | | | | | | Merging default into bug 23554 | Matthew Sackman | 2010-12-13 | 11 | -63/+136 |
| |\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ |/| | | | | | | | | |||||
| | * | | | | | | | | Alter the result of BQ:requeue so that it also returns the guids of the reque... | Matthew Sackman | 2010-12-12 | 4 | -5/+8 |
| | * | | | | | | | | Merging default into bug23554 | Matthew Sackman | 2010-12-10 | 11 | -58/+128 |
| | |\ \ \ \ \ \ \ \ | |||||
| | | * \ \ \ \ \ \ \ | Merging in from default | Matthew Sackman | 2010-12-09 | 16 | -83/+89 |
| | | |\ \ \ \ \ \ \ \ | |||||
| | | * | | | | | | | | | Contract will be process is already trapping exits | Matthew Sackman | 2010-12-09 | 1 | -1/+0 |
