summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | | | * | | | | | | | 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-0213-201/+229
| | | | |\ \ \ \ \ \ \ \
| | | | | * | | | | | | | 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 bug22885bug22885Simon 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-2211-27/+85
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge default into amqp_0_9_1Simon MacMullen2010-06-2211-143/+164
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merged bug21835 into amqp_0_9_1Emile Joubert2010-06-160-0/+0
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | | | | | | Send unexpected_frame if we get the wrong frame type or mismatched class ids.bug21835Simon MacMullen2010-06-151-11/+20
| | | |/ / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | | Fix >80 columnsbug22867Simon MacMullen2010-06-221-2/+4
| * | | | | | | | | | | | | | | | | | Revert exchange auto-delete removal, and tidy up a couple of whitespace diffs...Simon MacMullen2010-06-165-20/+32
| | |/ / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Merged default into amqp_0_9_1Emile Joubert2010-06-1510-132/+144
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merged default into amqp_0_9_1Simon MacMullen2010-06-0812-143/+195
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge default into amqp_0_9_1.Simon MacMullen2010-05-2812-164/+232
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merging bug 22695 into amq_0_9_1Matthew Sackman2010-05-120-0/+0
| | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | * | | | | | | | | | | | | | | | | | Correct formattingbug22695Matthew Sackman2010-05-121-21/+25
| | | | * | | | | | | | | | | | | | | | | | Don't recover exclusive queues if the owner pid has gone away.Simon MacMullen2010-05-112-63/+36
| | | | |/ / / / / / / / / / / / / / / / /
| | | | * | | | | | | | | | | | | | | | | Merge default into amqp_0_9_1.Simon MacMullen2010-05-1012-311/+389
| | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge a182153c2578 into amqp_0_9_1Simon MacMullen2010-05-1012-308/+388
| | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge up to a8da11d231ff from default to amqp_0_9_1. This causesSimon MacMullen2010-05-1022-237/+225
| | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge default into amqp_0_9_1 (for the sake of bug22619)David Wragg2010-04-2812-324/+380
| | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge default into amqp_0_9_1. There was a conflict inMichael Bridgen2010-04-2617-174/+250
| | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge default into amqp_0_9_1Tony Garnock-Jones2010-04-0612-321/+377
| | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \