| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | | | | | * | | | 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 | |
| | | * | | | | | | | | | | Predictions of parameter explosions are high | Matthew Sackman | 2010-12-09 | 1 | -3/+3 | |
| | | * | | | | | | | | | | Turns out the memory_monitor and fhc callback registration is idempotent, and... | Matthew Sackman | 2010-12-09 | 1 | -4/+0 | |
| | | * | | | | | | | | | | Permit queue processes to be initialised with existing state. This raises the... | Matthew Sackman | 2010-12-09 | 1 | -0/+24 | |
| | | * | | | | | | | | | | Increase the probability that the above works | Matthew Sackman | 2010-12-09 | 1 | -1/+13 | |
| | | * | | | | | | | | | | Allow gen_server2s to change their callback modules dynamically. That was easy. | Matthew Sackman | 2010-12-09 | 1 | -0/+4 | |
| | | * | | | | | | | | | | On other node death, don't delete queues which still have some extra pids. | Matthew Sackman | 2010-12-08 | 1 | -2/+4 | |
| | | * | | | | | | | | | | Add a TODO | Matthew Sackman | 2010-12-08 | 1 | -0/+2 | |
| | | * | | | | | | | | | | Provide a means for plugins to add extra tables which are looked after by rab... | Matthew Sackman | 2010-12-08 | 1 | -2/+14 | |
| | | * | | | | | | | | | | Merge default into bug 23554 | Matthew Sackman | 2010-12-06 | 9 | -54/+73 | |
| | | |\ \ \ \ \ \ \ \ \ \ | ||||||
| | | | * \ \ \ \ \ \ \ \ \ | Merge default into bug 23554 (epic debitrot) | Matthew Sackman | 2010-12-06 | 17 | -420/+851 | |
| | | | |\ \ \ \ \ \ \ \ \ \ | ||||||
| | | | * | | | | | | | | | | | Exposing the publishing chpid right through to the BQ (and tidying up tests/t... | Matthew Sackman | 2010-11-30 | 7 | -40/+45 | |
| | | | * | | | | | | | | | | | Make the tests work again. Also mirror_pids => extra_pids on the basis that i... | Matthew Sackman | 2010-11-29 | 5 | -10/+14 | |
| | | | * | | | | | | | | | | | Lesser of many evils... | Matthew Sackman | 2010-11-29 | 4 | -9/+13 | |
| | | | * | | | | | | | | | | | Present the whole amqqueue record to the BQ (remove duplicated IsDurable flag... | Matthew Sackman | 2010-11-29 | 5 | -11/+9 | |
| | | | * | | | | | | | | | | | Present the whole amqqueue record to the BQ | Matthew Sackman | 2010-11-29 | 3 | -5/+5 | |
| | | | * | | | | | | | | | | | Added mechanism to dynamically choose the backing queue module. Ideally, this... | Matthew Sackman | 2010-11-29 | 1 | -2/+8 | |
| * | | | | | | | | | | | | | | Essential cosmetic | Matthew Sackman | 2010-12-13 | 1 | -1/+1 | |
| | |_|_|_|_|_|/ / / / / / / |/| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | Merged bug23591 into default | Emile Joubert | 2010-12-13 | 3 | -2/+3 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / / / / |/| | | | | | | | | | | | | ||||||
