| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | cosmetic | Matthias Radestock | 2014-02-10 | 1 | -6/+4 |
| * | rename misleading variables | Matthias Radestock | 2014-02-06 | 1 | -7/+7 |
| * | simplifying refactor | Matthias Radestock | 2014-02-06 | 1 | -17/+14 |
| * | Use dirty opts to find durable queues during startup (and optimise) | Tim Watson | 2014-02-05 | 1 | -4/+3 |
| * | Simplify durable queue recovery and avoid a dict lookup on the results | Tim Watson | 2014-02-05 | 1 | -12/+6 |
| * | Perform (and wait for) queue recovery in parallel | Tim Watson | 2014-01-30 | 1 | -4/+15 |
| * | merge default into bug25853 | Matthias Radestock | 2014-01-24 | 1 | -19/+34 |
| |\ | |||||
| | * | merge default into bug25853 | Tim Watson | 2014-01-24 | 1 | -19/+34 |
| | |\ | |||||
| | | * | merge default into bug25853 | Tim Watson | 2014-01-22 | 7 | -161/+71 |
| | | |\ | |||||
| | | * | | Optimise queue index initialisation | Tim Watson | 2014-01-20 | 1 | -19/+34 |
| * | | | | merge bug25827 into default | Matthias Radestock | 2014-01-24 | 9 | -110/+231 |
| |\ \ \ \ | |||||
| | * | | | | turns out we needed recursive=true after all | Matthias Radestock | 2014-01-24 | 1 | -6/+8 |
| | * | | | | Ignore clean.dot read/delete errors during upgrades | Tim Watson | 2014-01-24 | 1 | -14/+4 |
| | * | | | | Improve recovery terms upgrade handling | Tim Watson | 2014-01-23 | 1 | -6/+17 |
| | * | | | | Refactor rabbit_recovery_terms startup | Tim Watson | 2014-01-23 | 3 | -14/+16 |
| | * | | | | Refactor (recovery-terms restart strategy) | Tim Watson | 2014-01-23 | 2 | -6/+3 |
| | * | | | | API consistency, clarity and cosmetics: | Matthias Radestock | 2014-01-23 | 2 | -26/+30 |
| | * | | | | cosmetic | Matthias Radestock | 2014-01-16 | 1 | -2/+1 |
| | * | | | | Fix the BQ interface comments pertaining to recovery data | Tim Watson | 2014-01-16 | 1 | -4/+2 |
| | * | | | | Fix type spec and modify backing_queue_qc to call init correctly | Tim Watson | 2014-01-16 | 2 | -2/+2 |
| | * | | | | cosmetic | Matthias Radestock | 2014-01-15 | 2 | -3/+2 |
| | * | | | | merge default into bug25827 | Tim Watson | 2014-01-15 | 9 | -107/+226 |
| | |\ \ \ \ | |||||
| | | * | | | | Refactor - simplify BQ/QI interface & reduce the distance to default | Tim Watson | 2014-01-15 | 6 | -33/+39 |
| | | * | | | | Cosmetic (ish) | Tim Watson | 2014-01-14 | 2 | -10/+1 |
| | | * | | | | Refactor: reduce the distance to default | Tim Watson | 2014-01-14 | 3 | -20/+13 |
| | | * | | | | Cosmetic (ish) | Tim Watson | 2014-01-14 | 2 | -2/+2 |
| | | * | | | | Refactor / maintain a clean interface to the backing queue | Tim Watson | 2014-01-14 | 5 | -82/+70 |
| | | * | | | | Refactor to avoid O(N*2) lookups during queue recovery | Tim Watson | 2014-01-13 | 5 | -81/+80 |
| | | * | | | | cosmetic | Matthias Radestock | 2014-01-13 | 3 | -44/+20 |
| | | * | | | | merge default into bug25827 | Matthias Radestock | 2014-01-13 | 23 | -249/+453 |
| | | |\ \ \ \ | |||||
| | | * | | | | | Stop using the full path to the queue directory as the recovery key | Tim Watson | 2014-01-10 | 2 | -8/+4 |
| | | * | | | | | Oops - relocating the recovery file broke our lookup function | Tim Watson | 2014-01-09 | 1 | -2/+2 |
| | | * | | | | | Improve the backing queue API module documentation | Tim Watson | 2014-01-09 | 1 | -2/+5 |
| | | * | | | | | Avoid unnecessary cosmetic changes (reduce the distance to default) | Tim Watson | 2014-01-09 | 1 | -4/+3 |
| | | * | | | | | We don’t need to ensure the mnesia_dir is present here | Tim Watson | 2014-01-09 | 1 | -1/+0 |
| | | * | | | | | Store the recovery terms directly beneath RABBITMQ_MNESIA_DIR | Tim Watson | 2014-01-09 | 1 | -1/+1 |
| | | * | | | | | Cosmetic (ish) | Tim Watson | 2014-01-09 | 1 | -22/+16 |
| | | * | | | | | Make sure we're storing the queue dir name not the old clean file name | Tim Watson | 2014-01-09 | 1 | -1/+1 |
| | | * | | | | | Merge default into bug25827 | Tim Watson | 2014-01-09 | 10 | -635/+810 |
| | | |\ \ \ \ \ | |||||
| | | * | | | | | | Better handling of file system directories during shutdown/recovery | Tim Watson | 2014-01-09 | 2 | -21/+22 |
| | | * | | | | | | Scrub un-used code and introduce a lookup-by-recovery-key API | Tim Watson | 2013-12-31 | 4 | -22/+23 |
| | | * | | | | | | Trap exits and ensure we close the table on shutdown | Tim Watson | 2013-12-20 | 1 | -1/+3 |
| | | * | | | | | | push down recovery index handling into qi recovery | Tim Watson | 2013-12-19 | 2 | -1/+1 |
| | | * | | | | | | Tidy of specs and further re-working of tests | Tim Watson | 2013-12-19 | 5 | -12/+12 |
| | | * | | | | | | Adjust vq tests to the changed API | Tim Watson | 2013-12-19 | 1 | -8/+10 |
| | | * | | | | | | Rework/Refactor to handle recovery terms up-front | Tim Watson | 2013-12-19 | 10 | -71/+105 |
| | | * | | | | | | Rename the module too | Tim Watson | 2013-12-18 | 1 | -1/+1 |
| | | * | | | | | | Refactor: rabbit_recovery_indexes => rabbit_recovery_terms | Tim Watson | 2013-12-18 | 1 | -0/+0 |
| | | * | | | | | | Ensure old clean.dot files are removed during recovery | Tim Watson | 2013-12-17 | 1 | -2/+9 |
| | | * | | | | | | Rename the recovery index file | Tim Watson | 2013-12-17 | 1 | -3/+2 |
