summaryrefslogtreecommitdiff
path: root/src/rabbit_prequeue.erl
Commit message (Expand)AuthorAgeFilesLines
* Switch to Mozilla Public License 2.0 (MPL 2.0)dcorbacho2020-07-101-12/+3
* Avoid using unfortunate terms in more placesMichael Klishin2020-06-261-2/+2
* Avoid using unfortunate terms in code comments and log messagesMichael Klishin2020-06-261-1/+1
* Update copyright (year 2020)Jean-Sébastien Pédron2020-03-101-1/+1
* URL CleanupSpring Operator2019-03-201-1/+1
* Fix many Dialyzer warningsLoïc Hoguin2019-02-051-0/+5
* 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-10/+15
* Fixed years in copyrightSamuel NELA2019-01-131-2/+1
* Use the new -spec formatJean-Sébastien Pédron2016-06-281-7/+3
* (c) yearMichael Klishin2015-05-241-1/+1
* Separate out different is_process_alive implementations depending on whether ...Simon MacMullen2014-10-101-2/+2
* OopsSimon MacMullen2014-10-091-1/+1
* Make rabbit_misc:is_process_alive() return false for nodes we are partitioned...Simon MacMullen2014-10-091-3/+4
* Restart exclusive queues correctly, update comment.Simon MacMullen2014-09-101-3/+3
* Further reduce distance to default (especially in slave), by getting the preq...Simon MacMullen2014-09-101-39/+25
* Reduce distance to default, especially WRT rabbit_amqqueue_process startup.Simon MacMullen2014-09-091-43/+6
* OopsSimon MacMullen2014-09-091-1/+1
* Rename slightly and improve comments.Simon MacMullen2014-09-091-9/+11
* Introduce the idea that queues can be absent for a reason. The traditional ab...Simon MacMullen2014-09-091-1/+4
* Try to be consistent.Simon MacMullen2014-09-091-0/+2
* SpecSimon MacMullen2014-09-081-1/+4
* CosmeticSimon MacMullen2014-08-201-2/+1
* Switch to making our restart decisions based on explicitly determining whethe...Simon MacMullen2014-08-201-85/+68
* This is perhaps more honest; if the queue was transient we will not recover a...Simon MacMullen2014-08-201-2/+1
* Log that we recovered. Also store updated pid in Mnesia!Simon MacMullen2014-08-191-6/+14
* Allow crashing queues to recover themselves.Simon MacMullen2014-08-191-1/+2
* Another copy of the master_in_recovery check. Not sure that's very elegant, b...Simon MacMullen2014-08-191-14/+38
* Roll slave startup into the new mechanism.Simon MacMullen2014-08-191-8/+34
* Various spec-ish fixes.Simon MacMullen2014-08-191-1/+1
* First step along the way to queue restarts. Create a "prequeue" module whose ...Simon MacMullen2014-08-191-0/+104