summaryrefslogtreecommitdiff
path: root/src/rabbit_channel.erl
Commit message (Expand)AuthorAgeFilesLines
* Merge default to get json filename changesbug14647Michael Bridgen2010-08-011-8/+7
|\
| * Merge default into bug22889.bug22889Simon MacMullen2010-07-301-7/+5
| |\
| | * consistently return {ok, Pid} from start_{link} functionsbug23032Matthias Radestock2010-07-291-6/+4
| * | Merge default into bug22889Simon MacMullen2010-07-091-14/+25
| |\ \
| * | | Don't change the signature of ensure_content_decoded.Simon MacMullen2010-07-091-1/+2
| * | | Store protocol with encoded properties, use it to transcode if needed.Simon MacMullen2010-07-091-2/+1
| * | | Merge default into bug22889Simon MacMullen2010-07-051-2/+3
| |\ \ \
| | * | | cosmeticMatthias Radestock2010-07-021-3/+2
| | * | | Remove remaining hard coding of rabbit_framing_amqp_0_9_1 from the codec.Simon MacMullen2010-07-021-1/+3
| | * | | Merge default into bug22889, and remove another hard coded protocol use.Simon MacMullen2010-07-021-2/+2
| | |\ \ \
| | * | | | Remove the rabbit_framing shim, pass around a module name and use that.Simon MacMullen2010-07-021-1/+1
| | * | | | Merge default into bug22889Simon MacMullen2010-07-021-70/+52
| | |\ \ \ \
| | * | | | | Don't specify a value for cluster_id and known_hosts, they already have a def...Simon MacMullen2010-06-241-1/+1
| | * | | | | Codegen up two different versions of rabbit_framing and provide a dispatcher ...Simon MacMullen2010-06-241-3/+3
| | * | | | | Use the new merged JSON for codegen, stripping out redirect and trace frame s...Simon MacMullen2010-06-231-3/+3
* | | | | | | merge default into bug14647Matthias Radestock2010-07-281-1/+1
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | issue correct error for basic.ack with unknown delivery tagbug23028Matthias Radestock2010-07-281-1/+1
| | |_|_|_|/ | |/| | | |
* | | | | | implement basic.rejectMatthias Radestock2010-07-271-0/+11
|/ / / / /
* | | | | refactor: introduce rabbit_misc:protocol_error/1Matthias Radestock2010-07-091-3/+1
* | | | | Merging bug 22935 into defaultMatthew Sackman2010-07-081-1/+1
|\ \ \ \ \
| * | | | | Rename rabbit_reader_queue_collector to rabbit_queue_collector, and shorten s...bug22950Simon MacMullen2010-07-071-1/+1
* | | | | | amqp_error is a record. Duh.bug22935Simon MacMullen2010-07-081-1/+1
* | | | | | Fix type of inner_fun, cosmetics.Simon MacMullen2010-07-081-3/+2
* | | | | | Update comment.Simon MacMullen2010-07-081-2/+1
* | | | | | Wrap much less in try / catchSimon MacMullen2010-07-081-2/+5
* | | | | | Unwrap amqp_error and rethrowSimon MacMullen2010-07-071-1/+6
|/ / / / /
* | | | | cleanupAlexandru Scvortov2010-07-061-3/+5
* | | | | moved common types rabbit_types; move net types to rabbit_networkingAlexandru Scvortov2010-07-061-8/+8
* | | | | moved export_types to inside ifdefsAlexandru Scvortov2010-07-051-2/+2
* | | | | merge default into bug21954Alexandru Scvortov2010-07-051-10/+15
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | better typesAlexandru Scvortov2010-07-021-1/+1
| * | | | moved most hard-coded types from rabbit_framingAlexandru Scvortov2010-07-021-3/+2
| * | | | redistributed all types from rabbit_framing_spec.hrl and rabbit.hrlAlexandru Scvortov2010-07-021-2/+5
| * | | | partially moved types out of rabbit.hrlAlexandru Scvortov2010-07-011-10/+13
* | | | | cosmeticMatthias Radestock2010-07-021-6/+3
* | | | | This is the default anyway.Simon MacMullen2010-07-021-1/+1
| |_|_|/ |/| | |
* | | | Remove stat_all/0, remove queue name from stat.Simon MacMullen2010-07-011-2/+2
| |_|/ |/| |
* | | move queue equivalence and exclusivity checks into amqqueue modulebug22924Matthias Radestock2010-07-011-29/+15
* | | cosmeticMatthias Radestock2010-07-011-1/+1
* | | recurse with the correct valueMatthias Radestock2010-07-011-1/+1
* | | cosmeticMatthias Radestock2010-07-011-7/+7
|/ /
* | Refactoring and cosmeticsbug21830Matthew Sackman2010-06-301-38/+32
* | CosmeticMatthew Sackman2010-06-291-7/+5
* | Make tests pass again and correct placement of permission checkMatthew Sackman2010-06-291-5/+5
* | Rework queue declaration to avoid a race condition that could result in incor...Matthew Sackman2010-06-291-38/+51
* | Avoid unnecessary mnesia lookup and significantly simplify queue declaration ...bug21872Matthew Sackman2010-06-251-33/+24
|/
* Merged bug21845 into defaultEmile Joubert2010-06-231-8/+2
|\
| * Rebalance blank linesbug21845Simon MacMullen2010-06-181-1/+1
| * Permit basic.recover on a transactional channel.Simon MacMullen2010-06-181-8/+2
* | Merged bug22864 into defaultEmile Joubert2010-06-221-7/+5
|\ \ | |/ |/|