summaryrefslogtreecommitdiff
path: root/src/rabbit_reader.erl
Commit message (Expand)AuthorAgeFilesLines
* use the correct api written for this purpose.bug23839Matthew Sackman2011-02-171-3/+3
* Merging default to bug23839Matthew Sackman2011-02-161-6/+13
|\
| * Move capabilities to after the vhost consistentlyMatthew Sackman2011-02-151-2/+2
| * Pass client capabilities through to the channelMatthew Sackman2011-02-141-7/+14
* | Supply server capabilitesMatthew Sackman2011-02-141-12/+20
* | Make server_properties a /1Matthew Sackman2011-02-141-4/+5
|/
* merge bug23804 into default (ssl connections dying prior to R14)Alexandru Scvortov2011-02-071-3/+7
|\
| * Keep the same formate as ssl:connection_infobug23804Simon MacMullen2011-02-071-6/+6
| * Fix SSL connections in R13Bx.Simon MacMullen2011-02-071-7/+11
* | Remove intermediate variable.Simon MacMullen2011-02-071-3/+2
* | Merge bug 23061 into default (spurious heartbeat timeouts possible during con...Simon MacMullen2011-02-071-1/+5
|\ \ | |/ |/|
| * Ignore heartbeat timeouts in closed state.bug23061John DeTreville2010-12-151-1/+5
* | Update documentation to include connection.secure stepsMatthew Sackman2011-02-031-1/+7
* | merging in from defaultVlad Alexandru Ionescu2011-01-271-1/+1
|\ \
| * \ default merged into bug23154 (ipv6)bug23154Marek Majkowski2011-01-201-1/+1
| |\ \
| | * \ Merge in defaultSimon MacMullen2011-01-171-82/+78
| | |\ \
| | * | | Format IPv4-mapped IPv6 addresses as IPv4, put brackets round IPv6 addresses ...Simon MacMullen2011-01-051-1/+1
| | | |/ | | |/|
* | | | fixing type specs; other cosmeticVlad Alexandru Ionescu2011-01-201-2/+2
* | | | merging in from defaultVlad Alexandru Ionescu2011-01-191-2/+2
|\ \ \ \ | |/ / / |/| | |
| * | | adding supervision support for direct connection channelsVlad Alexandru Ionescu2011-01-191-2/+2
| | |/ | |/|
* | | Update .erl and .hrl license boilerplatesMatthew Sackman2011-01-191-26/+11
|/ /
* | Merging bug23661 into defaultMatthew Sackman2011-01-131-2/+0
|\ \
| * | ensure connections terminate when channel-related processes exit abnormallybug23661Matthias Radestock2011-01-091-2/+0
* | | Eliminate unnecessary put/2, and cosmeticbug23643Matthew Sackman2011-01-121-5/+4
* | | typoMatthew Sackman2011-01-121-1/+1
* | | merge default into bug23643Matthias Radestock2011-01-121-12/+22
|\ \ \ | |/ / |/| |
| * | Optimise the heartbeat to death. Honk. And some cosmetics tooMatthew Sackman2011-01-111-10/+3
| * | bug23578 merged into default (ssl info)Marek Majkowski2011-01-101-0/+17
| |\ \
| | * \ Merge in defaultbug23578Simon MacMullen2011-01-051-0/+17
| | |\ \ | | | |/ | | |/|
| | | * SSL protocol / algorithm information.Simon MacMullen2010-12-071-0/+17
| * | | Merge from defaultSimon MacMullen2010-12-201-12/+12
| |\ \ \ | | |/ /
| * | | Merge from defaultSimon MacMullen2010-12-141-2/+2
| |\ \ \
| | * \ \ Merge from bug23467 (and hence default)Simon MacMullen2010-11-241-25/+16
| | |\ \ \
| | * | | | Rather impressionistic sketch of how pluggable auth backends might start out.Simon MacMullen2010-11-191-2/+2
* | | | | | refactor: extract function to handle frame and pass to channelMatthias Radestock2011-01-061-23/+24
* | | | | | cosmeticMatthias Radestock2011-01-061-7/+7
* | | | | | add specs and move frame analysis from reader to command assemblerMatthias Radestock2011-01-031-21/+3
* | | | | | renamingMatthias Radestock2011-01-031-13/+13
* | | | | | replace rabbit_framing_channel with tiny state machineMatthias Radestock2011-01-011-52/+58
| |_|_|/ / |/| | | |
* | | | | Merged from defaultSimon MacMullen2010-12-141-12/+12
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Mereg default into bug23566.Simon MacMullen2010-12-131-21/+86
| |\ \ \ \
| * | | | | Add method name into the error tuple.Simon MacMullen2010-12-021-1/+1
| * | | | | SimplifySimon MacMullen2010-12-021-12/+4
| * | | | | Only look for AMQP errors in exits.Simon MacMullen2010-12-021-11/+18
| * | | | | Catch all types of exceptions, preserve the stack trace in the event that we ...Simon MacMullen2010-12-021-2/+3
| | |_|_|/ | |/| | |
* | | | | Make refused and protocol_error cases more symmetrical.Simon MacMullen2010-12-141-2/+3
| |/ / / |/| | |
* | | | Merge from default.bug23467Simon MacMullen2010-12-131-21/+86
|\ \ \ \
| * | | | Demonstrate protocol_error.Simon MacMullen2010-12-061-1/+1
| * | | | Better diagnostics when authentication fails.Simon MacMullen2010-12-061-2/+3
| * | | | Remove should_offer/1.Simon MacMullen2010-11-301-9/+9
| | |_|/ | |/| |