summaryrefslogtreecommitdiff
path: root/src/rabbit_recovery_terms.erl
Commit message (Expand)AuthorAgeFilesLines
* 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
* More type specsMichael Klishin2019-12-261-0/+4
* Handle potential dets:open_file/2 errors with up to 10 retriesMichael Klishin2019-12-261-13/+26
* Update rabbit_recovery_terms.erltomyouyou2019-12-261-3/+13
* URL CleanupSpring Operator2019-03-201-1/+1
* Fix errors reported by DialyzerJean-Sébastien Pédron2019-02-011-3/+9
* Move `-spec()` near their functionJean-Sébastien Pédron2019-02-011-6/+8
* Fixed years in copyrightSamuel NELA2019-01-131-1/+1
* Refactor vhost supervisor access functions.Daniil Fedotov2017-07-311-2/+2
* Wording, correct a type specMichael Klishin2017-07-071-2/+2
* Handle concurrent vhost creation and deletion betterMichael Klishin2017-07-011-17/+61
* Migrating to per-vhost supervisor message store.Daniil Fedotov2017-04-121-1/+11
* Per-vhost supervision trees for queues and message stores.Daniil Fedotov2017-04-121-39/+65
* (c) yearMichael Klishin2017-04-021-1/+1
* Use the new -spec formatJean-Sébastien Pédron2016-06-281-9/+5
* Update (c) infoMichael Klishin2016-01-011-1/+1
* (c) yearMichael Klishin2015-05-241-1/+1
* stable to defaultSimon MacMullen2014-08-131-2/+20
|\
| * Upgrades to the queue index and recovery terms format.Simon MacMullen2014-08-051-2/+20
* | BE more assertive.Simon MacMullen2014-08-131-3/+2
|/
* Update copyright for 2014Simon MacMullen2014-03-171-1/+1
* turns out we needed recursive=true after allMatthias Radestock2014-01-241-6/+8
* Ignore clean.dot read/delete errors during upgradesTim Watson2014-01-241-14/+4
* Improve recovery terms upgrade handlingTim Watson2014-01-231-6/+17
* Refactor rabbit_recovery_terms startupTim Watson2014-01-231-8/+6
* Refactor (recovery-terms restart strategy)Tim Watson2014-01-231-5/+2
* API consistency, clarity and cosmetics:Matthias Radestock2014-01-231-25/+28
* Refactor / maintain a clean interface to the backing queueTim Watson2014-01-141-39/+28
* Refactor to avoid O(N*2) lookups during queue recoveryTim Watson2014-01-131-28/+35
* cosmeticMatthias Radestock2014-01-131-35/+15
* Stop using the full path to the queue directory as the recovery keyTim Watson2014-01-101-4/+1
* Oops - relocating the recovery file broke our lookup functionTim Watson2014-01-091-2/+2
* We don’t need to ensure the mnesia_dir is present hereTim Watson2014-01-091-1/+0
* Store the recovery terms directly beneath RABBITMQ_MNESIA_DIRTim Watson2014-01-091-1/+1
* Cosmetic (ish)Tim Watson2014-01-091-22/+16
* Make sure we're storing the queue dir name not the old clean file nameTim Watson2014-01-091-1/+1
* Better handling of file system directories during shutdown/recoveryTim Watson2014-01-091-0/+1
* Scrub un-used code and introduce a lookup-by-recovery-key APITim Watson2013-12-311-18/+21
* Trap exits and ensure we close the table on shutdownTim Watson2013-12-201-1/+3
* Rework/Refactor to handle recovery terms up-frontTim Watson2013-12-191-18/+25
* Rename the module tooTim Watson2013-12-181-1/+1
* Refactor: rabbit_recovery_indexes => rabbit_recovery_termsTim Watson2013-12-181-0/+141