summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge from default.bug23467Simon MacMullen2010-12-1319-104/+582
|\
| * Demonstrate protocol_error.Simon MacMullen2010-12-062-3/+8
| * Better diagnostics when authentication fails.Simon MacMullen2010-12-063-14/+23
| * Remove should_offer/1.Simon MacMullen2010-11-307-57/+42
| * Merge from defaultSimon MacMullen2010-11-2419-104/+583
| |\
| | * Tiny simplifying refactor.Simon MacMullen2010-11-241-2/+1
| | * Be consistent about refused returnSimon MacMullen2010-11-191-2/+2
| | * Merged default into bug23467Simon MacMullen2010-11-1914-212/+337
| | |\
| | * | Remove untrue statementSimon MacMullen2010-11-191-1/+1
| | * | Don't open a security hole if server is misconfigured.Simon MacMullen2010-11-161-3/+14
| | * | Specs.Simon MacMullen2010-11-162-2/+9
| | * | Fix default configSimon MacMullen2010-11-161-2/+1
| | * | After reading RFC5802 I'm not convinced this approach can be salvaged (in a s...Simon MacMullen2010-11-161-38/+15
| | * | Merged from defaultSimon MacMullen2010-11-1637-395/+724
| | |\ \
| | * | | Remove the beginning of the per-mechanism options thing, in the interest of g...Simon MacMullen2010-11-151-8/+1
| | * | | Beginning of a config mechanism.Simon MacMullen2010-11-102-3/+14
| | * | | Fix that...Simon MacMullen2010-11-101-1/+4
| | * | | Reinstate user_pass_login/2, the Erlang client depends on it.Simon MacMullen2010-11-101-1/+14
| | * | | Strip out the plugin-disabling mechanismSimon MacMullen2010-11-102-30/+0
| | * | | Spec fixesSimon MacMullen2010-11-102-2/+3
| | * | | Mostly working EXTERNAL implementationSimon MacMullen2010-11-107-27/+62
| | * | | Don't allow a client to select a mechanism we decided not to offer.Simon MacMullen2010-11-102-19/+23
| | * | | Document auth_mechanism info itemSimon MacMullen2010-11-102-0/+75
| | * | | Add auth_mechanism info keySimon MacMullen2010-11-101-1/+5
| | * | | Document a bit moreSimon MacMullen2010-11-091-1/+9
| | * | | Get the name rightSimon MacMullen2010-11-091-1/+1
| | * | | Add our slightly flaky demo challenge-response mechanism, and update APIs etc...Simon MacMullen2010-11-093-48/+158
| | * | | Add a mechanism to remove plugins from the registry. The intent being that pe...Simon MacMullen2010-11-082-0/+31
| | * | | Move existing PLAIN and AMQPLAIN auth mechanisms into plugins.Simon MacMullen2010-11-057-55/+283
| | * | | rabbit_exchange_type_registry -> rabbit_registrySimon MacMullen2010-11-058-33/+33
* | | | | Edited, changed default branch by mistake.John DeTreville2010-12-104-26/+14
* | | | | Made emit_stats a handle_info function, not info_cast.John DeTreville2010-12-104-14/+26
* | | | | cosmeticMatthias Radestock2010-12-101-8/+5
* | | | | Removing tabs. GRRRMatthew Sackman2010-12-101-4/+4
* | | | | Merge bug23511 into defaultDavid Wragg2010-12-104-7/+3
|\ \ \ \ \
| * | | | | Move HOSTNAME and NODENAME to rabbitmq-envbug23511Emile Joubert2010-11-194-7/+3
| * | | | | Remove OS-conditional and use hostname more conservativelyEmile Joubert2010-11-193-25/+6
| * | | | | Make scripts work on SolarisEmile Joubert2010-11-193-6/+25
| | |_|_|/ | |/| | |
* | | | | cosmetic: put methods in more sensible orderMatthias Radestock2010-12-091-56/+57
* | | | | cosmetic: avoid confusion between acks and pubacksMatthias Radestock2010-12-091-21/+21
* | | | | Correct wrong commentSimon MacMullen2010-12-091-1/+1
* | | | | cosmetic: move unpacking around in channel:deliverMarek Majkowski2010-12-081-7/+5
* | | | | cosmetic: get rid of channel:internal_deliverMarek Majkowski2010-12-081-14/+13
* | | | | cosmetic: Simplify channel:internal_deliver, notify is always trueMarek Majkowski2010-12-081-7/+4
* | | | | Get rid of -import() statments.Marek Majkowski2010-12-089-31/+0
* | | | | merge bug23482 into default (Detect already-running broker)Alexandru Scvortov2010-12-0811-1015/+193
|\ \ \ \ \
| * | | | | Rip out old persister as it no longer works given the arrival of pub acksMatthew Sackman2010-12-064-814/+0
| * | | | | Correction of specs.Matthew Sackman2010-12-061-2/+2
| * | | | | Minor correctionMatthew Sackman2010-12-061-2/+2
| * | | | | cosmeticMatthias Radestock2010-12-052-100/+96