summaryrefslogtreecommitdiff
path: root/src/rabbit_basic.erl
Commit message (Expand)AuthorAgeFilesLines
* Reorder exception contentsbug24901Emile Joubert2012-04-231-2/+1
* Restore rabbit_basic:extract_headers/1Emile Joubert2012-04-101-1/+8
* Fix in map_headers.Francesco Mazzoli2012-04-031-3/+3
* map_headers instead of {extract, replace}_headers.Francesco Mazzoli2012-04-031-12/+8
* cosmeticMatthias Radestock2012-03-281-3/+3
* that function doesn't return errorsbug20337Alexandru Scvortov2012-02-281-2/+1
* Extract some header-munging functions into rabbit_basic (not sure that's the ...Simon MacMullen2012-02-271-2/+30
* add type for header_routesAlexandru Scvortov2012-02-241-0/+3
* merge default into bug20337Alexandru Scvortov2012-02-121-1/+2
|\
| * merge default into bug20337Alexandru Scvortov2012-02-061-1/+1
| |\
| * \ merge default into bug20337Alexandru Scvortov2012-01-241-3/+3
| |\ \
| * | | record routing keys and exchanges when dead-letteringAlexandru Scvortov2011-12-051-1/+2
* | | | Merged default.Francesco Mazzoli2012-02-071-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | Better comment for gen/0.Francesco Mazzoli2012-01-311-1/+1
| * | | Update comment for gen/0.Francesco Mazzoli2012-01-311-1/+1
| * | | Change naming in rabbit_guid, explicit guid passing in string/0 and binary/0.Francesco Mazzoli2012-01-171-1/+1
| * | | Split guid/0 in guid/0 and the faster fast_guid/0.Francesco Mazzoli2012-01-171-1/+1
| | |/ | |/|
* | | Update copyright 2012bug24606Emile Joubert2012-02-021-1/+1
|/ /
* | merge rabbit_router:deliver into rabbit_amqqueue:deliverbug24681Matthias Radestock2012-01-161-3/+3
|/
* 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
|/