summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | | | | * | | | | | | | Use --allow-overwriteSimon MacMullen2010-07-051-2/+2
| | | | | * | | | | | | | Update protocol formatSimon MacMullen2010-07-051-1/+1
| | | | | * | | | | | | | cosmeticMatthias Radestock2010-07-021-3/+2
| | | | | * | | | | | | | Correct spec; correct dependencies.Simon MacMullen2010-07-022-3/+3
| | | | | * | | | | | | | Merged headsSimon MacMullen2010-07-021-1/+1
| | | | | |\ \ \ \ \ \ \ \
| | | | | | * | | | | | | | cosmeticMatthias Radestock2010-07-021-1/+1
| | | | | * | | | | | | | | Get codegen to build Protocol:version().Simon MacMullen2010-07-023-15/+16
| | | | | * | | | | | | | | Remove remaining hard coding of rabbit_framing_amqp_0_9_1 from the codec.Simon MacMullen2010-07-026-24/+28
| | | | | |/ / / / / / / /
| | | | | * | | | | | | | oopsMatthias Radestock2010-07-021-7/+7
| | | | | * | | | | | | | cosmeticMatthias Radestock2010-07-021-31/+24
| | | | | * | | | | | | | Send the right connection.start in 0-8. Amusingly, this doesn't matter for th...Simon MacMullen2010-07-021-1/+1
| | | | | * | | | | | | | merge default into bug22889Matthias Radestock2010-07-021-4/+5
| | | | | |\ \ \ \ \ \ \ \
| | | | | * | | | | | | | | cosmetic: more sensible place for protocol in info itemsMatthias Radestock2010-07-022-9/+9
| | | | | * | | | | | | | | tweak: don't need protocol_name typeMatthias Radestock2010-07-021-2/+1
| | | | | * | | | | | | | | merge default into bug22889Matthias Radestock2010-07-021-6/+1
| | | | | |\ \ \ \ \ \ \ \ \
| | | | | * | | | | | | | | | Update the names of our JSON files, don't use the 0-8 extensions file.Simon MacMullen2010-07-021-2/+2
| | | | | * | | | | | | | | | Merge default into bug22889, and remove another hard coded protocol use.Simon MacMullen2010-07-024-31/+23
| | | | | |\ \ \ \ \ \ \ \ \ \
| | | | | * | | | | | | | | | | Oops, missed one.Simon MacMullen2010-07-021-3/+2
| | | | | * | | | | | | | | | | Remove an instance of hard-coding.Simon MacMullen2010-07-021-5/+5
| | | | | * | | | | | | | | | | This clause can indeed go.Simon MacMullen2010-07-021-6/+0
| | | | | * | | | | | | | | | | Remove the rabbit_framing shim, pass around a module name and use that.Simon MacMullen2010-07-0210-131/+36
| | | | | * | | | | | | | | | | Merge default into bug22889Simon MacMullen2010-07-029-95/+109
| | | | | |\ \ \ \ \ \ \ \ \ \ \
| | | | | * | | | | | | | | | | | Protocol is negotiated first.Simon MacMullen2010-07-011-2/+2
| | | | | * | | | | | | | | | | | Refactor connection negotiation a bit.Simon MacMullen2010-07-011-19/+15
| | | | | * | | | | | | | | | | | Protocol is not actually very interesting; take it out of the default list of...Simon MacMullen2010-07-012-3/+2
| | | | | * | | | | | | | | | | | Show protocol in rabbitmqctl list_connections. I *think* this is interesting ...Simon MacMullen2010-06-253-3/+10
| | | | | * | | | | | | | | | | | Multi-protocol broker. Let joy be unconfined.Simon MacMullen2010-06-252-35/+47
| | | | | * | | | | | | | | | | | Merged default into bug22885Simon MacMullen2010-06-253-13/+93
| | | | | |\ \ \ \ \ \ \ \ \ \ \ \
| | | | | * | | | | | | | | | | | | Replace some stuff I stripped out that's used by the Erlang client.Simon MacMullen2010-06-252-1/+11
| | | | | * | | | | | | | | | | | | Don't specify a value for cluster_id and known_hosts, they already have a def...Simon MacMullen2010-06-242-2/+2
| | | | | * | | | | | | | | | | | | This is used, by the Erlang client.Simon MacMullen2010-06-241-2/+2
| | | | | * | | | | | | | | | | | | Remove a * that crept in.Simon MacMullen2010-06-241-1/+1
| | | | | * | | | | | | | | | | | | Codegen up two different versions of rabbit_framing and provide a dispatcher ...Simon MacMullen2010-06-2410-63/+150
| | | | | * | | | | | | | | | | | | Don't pull protocol version from the JSON.Simon MacMullen2010-06-244-10/+7
| | | | | * | | | | | | | | | | | | Rename protocol constant.Simon MacMullen2010-06-243-7/+7
| | | | | * | | | | | | | | | | | | This is clearly driving me insane. channel.tune-ok does not exist, even in 0-9.Simon MacMullen2010-06-241-3/+3
| | | | | * | | | | | | | | | | | | Add protocol to reader and writer state, and pass it around in enough places ...Simon MacMullen2010-06-245-93/+120
| | | | | * | | | | | | | | | | | | Handle 0-8 channel.tune-ok.Simon MacMullen2010-06-241-1/+8
| | | | | * | | | | | | | | | | | | Fix up connection.close/ok and basic consume. I think we're now talking real ...Simon MacMullen2010-06-233-3/+28
| | | | | * | | | | | | | | | | | | Use the new merged JSON for codegen, stripping out redirect and trace frame s...Simon MacMullen2010-06-233-46/+10
| | | | | | | | | | | | | | | * | | Fix compilation on R14A.Simon MacMullen2010-07-051-1/+1
| | | | | | | | | | | | | | | * | | Merging bug 22867 onto amqp0_9_1Matthew Sackman2010-06-225-21/+35
| | | | | | | | | | | | | | | |\ \ \
| | | | | | | | | | | | | | | | * | | Fix >80 columnsSimon MacMullen2010-06-221-2/+4
| | | | | | | | | | | | | | | | * | | Revert exchange auto-delete removal, and tidy up a couple of whitespace diffs...Simon MacMullen2010-06-165-20/+32
| | | | | | | | | | | | | | | * | | | Merge default into amqp_0_9_1Simon MacMullen2010-06-2210-16/+65
| | | | | | | | | | | | | | | |\ \ \ \
| | | | | | | | | | | | | | | * \ \ \ \ Merged bug21835 into amqp_0_9_1Emile Joubert2010-06-161-11/+20
| | | | | | | | | | | | | | | |\ \ \ \ \ | | | | | | | | | | | | | | | | |_|/ / / | | | | | | | | | | | | | | | |/| | | |
| | | | | | | | | | | | | | | | * | | | Send unexpected_frame if we get the wrong frame type or mismatched class ids.Simon MacMullen2010-06-151-11/+20
| | | | | | | | | | | | | | | |/ / / /
| | | | | | | | | | | | | | | * | | | Merged default into amqp_0_9_1Emile Joubert2010-06-1523-226/+306
| | | | | | | | | | | | | | | |\ \ \ \
| | | | | | | | | | | | | | | * \ \ \ \ Merged default into amqp_0_9_1Simon MacMullen2010-06-0825-169/+346
| | | | | | | | | | | | | | | |\ \ \ \ \
| | | | | | | | | | | | | | | * \ \ \ \ \ Merge default into amqp_0_9_1.Simon MacMullen2010-05-2820-248/+439
| | | | | | | | | | | | | | | |\ \ \ \ \ \