summaryrefslogtreecommitdiff
path: root/src/rabbit_backing_queue.erl
Commit message (Expand)AuthorAgeFilesLines
* (c) bumpMichael Klishin2019-12-291-1/+1
* URL CleanupSpring Operator2019-03-201-1/+1
* Merge branch 'master' into fix-more-dialyzerMichael Klishin2019-02-121-1/+1
|\
| * spelling: predicateJosh Soref2019-02-121-1/+1
* | Fix another Dialyzer warningLoïc Hoguin2019-02-121-1/+1
|/
* Move `-spec()` near their functionJean-Sébastien Pédron2019-02-011-2/+2
* Make #amqqueue{} a private record + add a feature flagJean-Sébastien Pédron2019-02-011-0/+273
* Move modules to rabbitmq-commonJean-Sébastien Pédron2015-10-201-282/+0
* implements batch publishing for mirrored queuesAlvaro Videla2015-10-021-6/+7
* implements BQ:batch_publish and BQ:batch_publish_deliveredAlvaro Videla2015-09-291-0/+12
* Merge branch 'stable'Michael Klishin2015-06-231-1/+2
|\
| * adds missing callback to behaviour_infoAlvaro Videla2015-06-231-1/+2
* | Merge branch 'stable'Michael Klishin2015-06-231-2/+2
|\ \ | |/
| * adds missing callback to behaviour_infoAlvaro Videla2015-06-231-2/+2
| * (c) yearMichael Klishin2015-05-241-1/+1
* | (c) yearMichael Klishin2015-05-241-1/+1
* | Add tests for head message timestamp queue statistic. Distinguish the former ...Alex Thomas2015-04-101-1/+1
* | Move head_msg_timestamp from backing_queue_status property to top-level queue...Alex Thomas2015-04-101-1/+1
|/
* Rename for consistency with other queue info items.Simon MacMullen2015-02-031-1/+1
* disk_read_count / disk_write_count info items for queues.Simon MacMullen2015-02-021-1/+2
* Flow control for messages going from channel to slave via GM. Reshuffle the f...Simon MacMullen2015-01-121-5/+7
* Also since we are here, fix old-Erlang behaviour_info/1 that got out of sync.Simon MacMullen2014-09-171-2/+2
* Pass the full queue to BQ:delete_crashed/1 since priority_queue will need it.Simon MacMullen2014-09-171-1/+1
* Introduce the idea that queues can be absent for a reason. The traditional ab...Simon MacMullen2014-09-091-0/+4
* Track ready and unacked bytes separately.Simon MacMullen2014-08-121-2/+3
* Merge in bug26307 and update.Simon MacMullen2014-07-291-5/+14
|\
| * Make some of the more interesting bits of the VQ backing_queue_status an offi...Simon MacMullen2014-07-291-5/+13
|/
* Update copyright for 2014Simon MacMullen2014-03-171-1/+1
* propagate BQ API changeMatthias Radestock2014-03-031-1/+4
* merge bug25888 into defaultMatthias Radestock2014-01-301-1/+6
|\
| * Add a BQ function for this.Simon MacMullen2013-11-151-1/+6
* | Fix the BQ interface comments pertaining to recovery dataTim Watson2014-01-161-4/+2
* | Refactor - simplify BQ/QI interface & reduce the distance to defaultTim Watson2014-01-151-1/+1
* | Cosmetic (ish)Tim Watson2014-01-141-1/+0
* | Cosmetic (ish)Tim Watson2014-01-141-1/+1
* | Refactor / maintain a clean interface to the backing queueTim Watson2014-01-141-1/+5
* | Refactor to avoid O(N*2) lookups during queue recoveryTim Watson2014-01-131-1/+1
* | Improve the backing queue API module documentationTim Watson2014-01-091-2/+5
* | Tidy of specs and further re-working of testsTim Watson2013-12-191-5/+6
* | Rework/Refactor to handle recovery terms up-frontTim Watson2013-12-191-2/+3
|/
* Refresh branch from stableEmile Joubert2013-07-311-8/+4
|\
| * Further refactoringEmile Joubert2013-07-021-8/+4
* | s/VMware/GoPivotal/gSimon MacMullen2013-07-011-2/+2
|/
* remove superfluous vqstate fieldMatthias Radestock2013-02-141-2/+0
* stable to defaultSimon MacMullen2013-01-241-1/+1
|\
| * Update copyright 2013Emile Joubert2013-01-231-1/+1
* | merge bug25409 into bug25394Matthias Radestock2013-01-191-1/+1
|\ \
| * \ merge default into bug25395Matthias Radestock2013-01-191-1/+1
| |\ \
| | * | pass 'unacked' flag to BQ:fold funMatthias Radestock2013-01-151-1/+1
* | | | add BQ:purge_acks/1Matthias Radestock2013-01-191-1/+5
|/ / /