summaryrefslogtreecommitdiff
path: root/src/rabbit_basic.erl
Commit message (Expand)AuthorAgeFilesLines
* Rename function, and GC for large messages on the way out, too.bug25850Simon MacMullen2014-10-061-4/+4
* Prevent the channel from holding a lot of binary garbage when accepting huge ...Simon MacMullen2014-10-061-1/+23
* Update copyright for 2014bug25940Simon MacMullen2014-03-171-1/+1
* s/confirmed/confirm/g, fix a test.Simon MacMullen2014-01-221-2/+2
* Fix basic.return stats, and fix various problems found by dialyzer.Simon MacMullen2014-01-221-2/+1
* Substantially improve both performance and correctness: 1) really don't treat...Simon MacMullen2014-01-221-7/+7
* Quick-and-dirty version of pipelined mandatory publishingSimon MacMullen2014-01-211-2/+2
* OopsSimon MacMullen2014-01-171-3/+4
* Limit maximum message size.Simon MacMullen2014-01-171-1/+5
* s/VMware/GoPivotal/gSimon MacMullen2013-07-011-2/+2
* 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