| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 | 6 | -56/+42 |
| * | Merge from default | Simon MacMullen | 2010-11-24 | 16 | -103/+535 |
| |\ | |||||
| | * | 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 | 1 | -1/+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 | 30 | -351/+639 |
| | |\ \ | |||||
| | * | | | 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 | 1 | -2/+11 |
| | * | | | 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 | 1 | -0/+71 |
| | * | | | 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 | 6 | -55/+248 |
| | * | | | rabbit_exchange_type_registry -> rabbit_registry | Simon MacMullen | 2010-11-05 | 8 | -33/+33 |
| * | | | | Merging bug 23335 into default | Matthew Sackman | 2010-11-23 | 1 | -28/+13 |
| |\ \ \ \ | |||||
| | * \ \ \ | merge with default | Rob Harrop | 2010-11-03 | 1 | -28/+13 |
| | |\ \ \ \ | |||||
| | | * | | | | Support for requeue=false removed. No longer storing messages along with ack ... | Rob Harrop | 2010-10-13 | 1 | -28/+13 |
| * | | | | | | It's rather crucial to call reduce_memory_use at the end of publish_delivered... | Matthew Sackman | 2010-11-23 | 1 | -8/+9 |
| * | | | | | | Merging default into bug22692 | Matthew Sackman | 2010-11-23 | 2 | -155/+340 |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | Minor refactorings, and a couple of fixes | Matthew Sackman | 2010-11-18 | 2 | -52/+54 |
| | * | | | | | | Merge with default | Rob Harrop | 2010-11-11 | 2 | -144/+327 |
| | |\ \ \ \ \ \ | |||||
| | | * | | | | | | Rename target_ram_msg_count to target_ram_item_count | Rob Harrop | 2010-11-11 | 2 | -113/+114 |
| | | * | | | | | | Removed stray references to target_ram_ack_count | Rob Harrop | 2010-11-11 | 1 | -2/+0 |
| | | * | | | | | | Reinstated the infinity check for chunk_size | Rob Harrop | 2010-11-11 | 1 | -1/+1 |
| | | * | | | | | | Added assertion in limit_ram_acks for is_persistent=false | Rob Harrop | 2010-11-11 | 1 | -2/+3 |
| | | * | | | | | | Merge with default | Rob Harrop | 2010-11-05 | 2 | -61/+244 |
| | | |\ \ \ \ \ \ | | | |_|_|/ / / | | |/| | | | | | |||||
| | | | * | | | | | Reworked ack shedding algorithm based on discussion with Matthew | Rob Harrop | 2010-11-05 | 1 | -54/+71 |
| | | | * | | | | | Reworked to test to be more predictable | Rob Harrop | 2010-11-05 | 1 | -4/+4 |
| | | | * | | | | | That was quite special | Rob Harrop | 2010-11-05 | 1 | -14/+0 |
| | | | * | | | | | Clarification of the comments in VQ | Rob Harrop | 2010-11-05 | 1 | -7/+8 |
| | | | * | | | | | a bit more clarification on the comments | Rob Harrop | 2010-11-05 | 1 | -6/+8 |
| | | | * | | | | | Cosmetic change and first draft of comment updates | Rob Harrop | 2010-11-05 | 1 | -1/+30 |
| | | | * | | | | | Purely cosmetic | Rob Harrop | 2010-11-04 | 1 | -1/+0 |
| | | | * | | | | | Added a test for the ram ack flushing. Tweaked the way RAM is shared between ... | Rob Harrop | 2010-11-04 | 2 | -6/+47 |
| | | | * | | | | | Removed stray TODO | Rob Harrop | 2010-11-04 | 1 | -1/+0 |
| | | | * | | | | | clean up | Rob Harrop | 2010-11-04 | 1 | -6/+9 |
