summaryrefslogtreecommitdiff
path: root/src/rabbit_basic.erl
Commit message (Expand)AuthorAgeFilesLines
* Dialyzer fixstream-queuekjnilsson2020-09-301-1/+2
* Stream Queuekjnilsson2020-09-301-1/+1
* Quorum Queue Peek commandkjnilsson2020-09-221-1/+33
* Switch to Mozilla Public License 2.0 (MPL 2.0)dcorbacho2020-07-101-12/+3
* Update copyright (year 2020)Jean-Sébastien Pédron2020-03-101-1/+1
* (c) bumpMichael Klishin2019-12-291-1/+1
* make garbage collector threshold configurableANycz2019-12-111-1/+7
* URL CleanupSpring Operator2019-03-201-1/+1
* Fix a spec that caused two warningsLoïc Hoguin2019-02-121-3/+2
* Move `-spec()` near their functionJean-Sébastien Pédron2019-02-011-45/+58
* Fixed years in copyrightSamuel NELA2019-01-131-1/+1
* Add x-redelivery-count header to quorum messagesDiana Corbacho2018-11-291-0/+10
* Move modules which don't belong to rabbitmq-common hereJean-Sébastien Pédron2017-06-261-0/+302
* Move modules to rabbitmq-commonJean-Sébastien Pédron2015-10-201-326/+0
* (c) yearMichael Klishin2015-05-241-1/+1
* Track and expose the AMQP Timestamp property of the first (usually oldest) me...Alex Thomas2015-04-101-2/+7
* Refactoring, x-death.counter => x-death.countMichael Klishin2015-03-261-1/+20
* Flow control for messages going from channel to slave via GM. Reshuffle the f...Simon MacMullen2015-01-121-1/+1
* Rename function, and GC for large messages on the way out, too.Simon 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 2014Simon 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 2013Emile 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'Matthias Radestock2012-09-171-17/+15
|/
* Merge bug 24901Simon MacMullen2012-05-031-2/+1
|\
| * Reorder exception contentsEmile Joubert2012-04-231-2/+1
* | fix type signature for rabbit_basic:map_headers/2Francesco 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