| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #2398 from rabbitmq/salvage-1 | Philip Kuryloski | 2020-07-27 | 1 | -16/+23 |
| |\ | |||||
| | * | Expose some message index related functions for salvage tool | Philip Kuryloski | 2020-07-02 | 1 | -16/+23 |
| * | | Switch to Mozilla Public License 2.0 (MPL 2.0) | dcorbacho | 2020-07-10 | 1 | -12/+3 |
| |/ | |||||
| * | Update copyright (year 2020) | Jean-Sébastien Pédron | 2020-03-10 | 1 | -1/+1 |
| * | gatherer:stop/1 now does the unlinking | Michael Klishin | 2020-02-19 | 1 | -2/+0 |
| * | (c) bump | Michael Klishin | 2019-12-29 | 1 | -1/+1 |
| * | force to flush segments when recovering a message with last non-CleanShutdown. | tomyouyou | 2019-09-07 | 1 | -9/+11 |
| * | call "add_to_journal" before "maybe_flush_pre_publish_cache" | tomyouyou | 2019-09-04 | 1 | -4/+4 |
| * | Update rabbit_queue_index.erl | tomyouyou | 2019-08-31 | 1 | -1/+1 |
| * | URL Cleanup | Spring Operator | 2019-03-20 | 1 | -1/+1 |
| * | Improve queue index migration | Michael Klishin | 2019-02-19 | 1 | -2/+6 |
| * | spelling: compared | Josh Soref | 2019-02-12 | 1 | -1/+1 |
| * | Move `-spec()` near their function | Jean-Sébastien Pédron | 2019-02-01 | 1 | -31/+47 |
| * | Fixed years in copyright | Samuel NELA | 2019-01-13 | 1 | -1/+1 |
| * | term_to_binary_compat:queue_name_to_binary/1 was superseded | Michael Klishin | 2017-07-04 | 1 | -1/+1 |
| * | Change directory name generation function for queue indexes and vhosts. | Daniil Fedotov | 2017-06-13 | 1 | -46/+65 |
| * | Merge branch 'stable' | Daniil Fedotov | 2017-06-12 | 1 | -1/+1 |
| |\ | |||||
| | * | OTP-20 compatibility workaround for queue directory names. | Daniil Fedotov | 2017-06-06 | 1 | -1/+1 |
| * | | Merge branch 'master' into rabbitmq-server-1146-full | Michael Klishin | 2017-05-08 | 1 | -11/+11 |
| |\ \ | |||||
| | * | | Replace dicts with maps for queue index segments | Daniil Fedotov | 2017-04-21 | 1 | -11/+11 |
| * | | | Typo | Diana Corbacho | 2017-04-24 | 1 | -2/+2 |
| * | | | Migrating to per-vhost supervisor message store. | Daniil Fedotov | 2017-04-12 | 1 | -1/+31 |
| * | | | Per-vhost supervision trees for queues and message stores. | Daniil Fedotov | 2017-04-12 | 1 | -16/+18 |
| |/ / | |||||
| * | | Merge branch 'stable' | Michael Klishin | 2017-04-02 | 1 | -1/+1 |
| |\ \ | |/ | |||||
| | * | (c) year | Michael Klishin | 2017-04-02 | 1 | -1/+1 |
| * | | Merge branch 'stable' | Michael Klishin | 2017-03-03 | 1 | -2/+11 |
| |\ \ | |/ | |||||
| | * | Doco | Michael Klishin | 2017-03-03 | 1 | -2/+11 |
| * | | Merge branch 'stable' | Michael Klishin | 2017-03-01 | 1 | -4/+22 |
| |\ \ | |/ | |||||
| | * | Doco | Michael Klishin | 2017-03-01 | 1 | -4/+22 |
| | * | Fixed various typos across code comments | Andrew Dryga | 2016-12-26 | 1 | -1/+1 |
| * | | Fixed various typos across code comments | Andrew Dryga | 2016-12-25 | 1 | -2/+2 |
| * | | fix typo | Gabriele Santomaggio | 2016-12-20 | 1 | -1/+1 |
| * | | Migrate queues in batches of 100 in parallel. Write recovery terms for migrat... | Daniil Fedotov | 2016-11-28 | 1 | -1/+5 |
| * | | New dir path for queue index data | Daniil Fedotov | 2016-11-14 | 1 | -5/+7 |
| * | | Fix test expectations, more renames, more logging | Michael Klishin | 2016-11-12 | 1 | -1/+1 |
| * | | Use a fixed size encoding fn for vhost directory names | Michael Klishin | 2016-11-11 | 1 | -1/+1 |
| * | | Naming and cosmetics | Michael Klishin | 2016-11-11 | 1 | -4/+4 |
| * | | Move queues to vhost storage on upgrade | Daniil Fedotov | 2016-10-20 | 1 | -0/+17 |
| * | | Queue index per vhost location | Daniil Fedotov | 2016-10-20 | 1 | -18/+16 |
| * | | wip: migrating to vhost base messge store | Daniil Fedotov | 2016-10-20 | 1 | -8/+8 |
| * | | Only use new non-builtin types in master | Jean-Sébastien Pédron | 2016-07-06 | 1 | -6/+6 |
| |/ | |||||
| * | Fix build on Erlang R16B03 by using macros for old builtin types | Jean-Sébastien Pédron | 2016-07-05 | 1 | -6/+6 |
| * | Use the new -spec format | Jean-Sébastien Pédron | 2016-06-28 | 1 | -39/+35 |
| * | Performance improvements on file_handle_cache | Diana Corbacho | 2016-06-07 | 1 | -8/+11 |
| * | Remove duplicate code in pre_publish and publish functions | Loïc Hoguin | 2016-01-20 | 1 | -32/+20 |
| * | Update (c) info | Michael Klishin | 2016-01-01 | 1 | -1/+1 |
| * | Merge branch 'stable' | Michael Klishin | 2015-10-02 | 1 | -1/+1 |
| |\ | |||||
| | * | closes the journal handle before erasing the queue index dir | Alvaro Videla | 2015-10-01 | 1 | -1/+1 |
| * | | Merge branch 'stable' | Michael Klishin | 2015-09-08 | 1 | -7/+28 |
| |\ \ | |/ | |||||
| | * | Merge pull request #300 from rabbitmq/rabbitmq-server-295rabbitmq_v3_5_5_rc1 | Michael Klishin | 2015-09-08 | 1 | -7/+28 |
| | |\ | |||||
