summaryrefslogtreecommitdiff
path: root/src/rabbit_basic.erl
Commit message (Expand)AuthorAgeFilesLines
* Update copyright 2013bug25343Emile Joubert2013-01-231-1/+1
* check_expiry_size => check_expiryTim Watson2012-11-051-1/+1
* fix type specsTim Watson2012-11-051-1/+1
* refactor parse_expirationTim Watson2012-11-051-13/+12
* Merge default into bug19376Tim Watson2012-11-011-1/+22
|\
| * merge defaultFrancesco Mazzoli2012-09-141-1/+22
| |\
| | * a bit more informative errorFrancesco Mazzoli2012-09-081-1/+1
| | * check validity of the expiration in basic.publishFrancesco Mazzoli2012-09-081-1/+15
| |/
* | Rearrange args to put the big structure we're working with at the end; more O...Simon MacMullen2012-10-291-10/+10
* | Refactor a bitSimon MacMullen2012-10-291-17/+12
* | refactorTim Watson2012-10-291-15/+15
* | fix specTim Watson2012-10-251-1/+1
* | accumulate invalid headers carefully, considering even misconfigured x-invali...Tim Watson2012-10-251-1/+21
* | we do not 'append' to the listTim Watson2012-10-251-4/+4
* | move invalid headers into a special 'invalid headers table' headerTim Watson2012-10-251-4/+19
* | don't crash when appending table headers if the previous header wasn't an arrayTim Watson2012-10-241-2/+2
* | nuke 'immediate'bug23896Matthias Radestock2012-09-171-17/+15
|/
* Merge bug 24901Simon MacMullen2012-05-031-2/+1
|\
| * Reorder exception contentsbug24901Emile Joubert2012-04-231-2/+1
* | fix type signature for rabbit_basic:map_headers/2bug24833Francesco Mazzoli2012-04-231-1/+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