summaryrefslogtreecommitdiff
path: root/src/rabbit_basic.erl
Commit message (Expand)AuthorAgeFilesLines
* tweak 'publish' funs to make their relationship more obviousMatthias Radestock2011-09-061-38/+36
* change tx semantics to 'batching'Matthias Radestock2011-07-041-1/+2
* tx gone from everywhereMatthias Radestock2011-06-241-18/+14
* Inline exchange/1, multihead publish/7Simon MacMullen2011-05-231-17/+9
* Rename and move things a bitSimon MacMullen2011-05-231-15/+14
* Abstract the typesSimon MacMullen2011-05-231-6/+7
* Actually use the exchange we have. Not very scientifically measured, but this...Simon MacMullen2011-05-231-4/+4
* Fold publish and republish together.Simon MacMullen2011-05-201-43/+38
* Optimise looking up trace exchange and message construction.Simon MacMullen2011-05-201-3/+27
* merge default into bug23914Matthias Radestock2011-03-041-12/+12
|\
| * cosmetic - comment indentationMatthias Radestock2011-03-041-1/+1
| * cosmeticMatthias Radestock2011-03-041-17/+17
* | #basic_message.guid -> idMatthias Radestock2011-03-041-6/+6
|/
* Dialyzer typoEmile Joubert2011-02-241-1/+1
* Revert re-arrangement of upgrade stepsEmile Joubert2011-02-221-2/+2
* Sender-specified destinations updatesEmile Joubert2011-02-221-15/+16
* Sender-specified distribution updatesEmile Joubert2011-02-151-15/+26
* Sender-selected distribution updatesEmile Joubert2011-02-141-1/+1
* Only clear encoded content when necessaryEmile Joubert2011-02-091-6/+6
* Sender-selected destinations - qa feedbackEmile Joubert2011-02-091-25/+13
* Merged default into bug23483Emile Joubert2011-02-071-18/+51
|\
| * Refactored sender-supplied routing keysEmile Joubert2011-02-021-18/+51
* | Update .erl and .hrl license boilerplatesMatthew Sackman2011-01-191-26/+11
|/
* merge default into bug20284Matthias Radestock2010-10-051-15/+11
|\
| * cosmeticMatthias Radestock2010-10-051-15/+11
* | cosmetics and minor refactoringMatthias Radestock2010-10-051-2/+2
* | remove rabbit_basic:delivery/4 since it's not used by anythingAlexandru Scvortov2010-09-031-8/+3
* | move msg_seq_no from #basic_message{} to #delivery{}Alexandru Scvortov2010-08-171-2/+9
* | typo + reformattingAlexandru Scvortov2010-08-131-1/+1
* | partial acks for persistent messagesAlexandru Scvortov2010-08-131-8/+2
* | only transient messages are immediately ack'd (so far)Alexandru Scvortov2010-08-131-3/+9
|/
* no protocol in rabbit_binary_parser:ensure_content_decodedMatthias Radestock2010-08-071-3/+2
* updated specsAlexandru Scvortov2010-08-031-6/+4
* Merging bug 23022 onto defaultMatthew Sackman2010-08-021-3/+9
|\
| * Merge default into bug22889Simon MacMullen2010-07-091-17/+34
| |\
| * | Don't change the signature of ensure_content_decoded.Simon MacMullen2010-07-091-2/+3
| * | Fix idiocySimon MacMullen2010-07-091-1/+1
| * | Store protocol with encoded properties, use it to transcode if needed.Simon MacMullen2010-07-091-3/+3
| * | Remove remaining hard coding of rabbit_framing_amqp_0_9_1 from the codec.Simon MacMullen2010-07-021-2/+3
| * | Remove the rabbit_framing shim, pass around a module name and use that.Simon MacMullen2010-07-021-2/+2
| * | This is used, by the Erlang client.Simon MacMullen2010-06-241-2/+2
| * | Codegen up two different versions of rabbit_framing and provide a dispatcher ...Simon MacMullen2010-06-241-2/+6
* | | added connection_exit() and channel_exit() to relevant function specsbug23022Alexandru Scvortov2010-07-301-3/+5
| |/ |/|
* | cleanupAlexandru Scvortov2010-07-061-18/+31
* | {error, A} -> rabbit_types:error(A)Alexandru Scvortov2010-07-061-2/+2
* | moved all rabbit.hrl types to rabbit_types.erlAlexandru Scvortov2010-07-061-1/+1
* | moved common types rabbit_types; move net types to rabbit_networkingAlexandru Scvortov2010-07-061-8/+8
* | better typesAlexandru Scvortov2010-07-021-4/+4
* | moved most hard-coded types from rabbit_framingAlexandru Scvortov2010-07-021-7/+6
* | redistributed all types from rabbit_framing_spec.hrl and rabbit.hrlAlexandru Scvortov2010-07-021-6/+8