| Commit message (Expand) | Author | Age | Files | Lines |
* | fix spec | Matthias Radestock | 2012-03-22 | 1 | -1/+3 |
* | So we actually need to handle the case of starting from scratch separately, o...bug24810 | Simon MacMullen | 2012-03-21 | 1 | -0/+3 |
* | Look for cluster nodes in Mnesia's view of the world (in case we are a disc n... | Simon MacMullen | 2012-03-20 | 1 | -1/+4 |
* | Update copyright 2012bug24606 | Emile Joubert | 2012-02-02 | 1 | -1/+1 |
* | move file functions from misc to rabbit_file | Alexandru Scvortov | 2011-09-21 | 1 | -2/+2 |
* | one way to check whether rabbit is runningbug24377 | Matthias Radestock | 2011-08-25 | 1 | -7/+1 |
* | improve comments | Alexandru Scvortov | 2011-07-25 | 1 | -3/+3 |
* | use mnesia:system_config(use_dir) | Alexandru Scvortov | 2011-07-22 | 1 | -2/+10 |
* | enable disc-less nodes | Alexandru Scvortov | 2011-07-20 | 1 | -8/+2 |
* | cough | Matthew Sackman | 2011-03-23 | 1 | -2/+2 |
* | Abstract out continuation | Matthew Sackman | 2011-03-23 | 1 | -1/+1 |
* | Merge heads | Simon MacMullen | 2011-03-23 | 1 | -26/+29 |
|\ |
|
| * | Detect discnodeishness prior to suffering disclessness | Matthew Sackman | 2011-03-23 | 1 | -1/+3 |
| * | sort out how often and when we do the rabbit:prepare (set up log handlers), a... | Matthew Sackman | 2011-03-23 | 1 | -6/+4 |
| * | New decree is that you're not meant to match against ensure_stuff calls | Matthew Sackman | 2011-03-23 | 1 | -4/+6 |
| * | Renaming bits and pieces for consistency and checking a few more return value... | Matthew Sackman | 2011-03-22 | 1 | -19/+20 |
* | | Record all nodes, don't list them when we refuse to start. | Simon MacMullen | 2011-03-23 | 1 | -9/+6 |
|/ |
|
* | When upgrading a secondary node we call init_db twice: once early to force a ... | Simon MacMullen | 2011-03-21 | 1 | -1/+1 |
* | Don't try to determine whether a backup is needed before doing anything, take... | Simon MacMullen | 2011-03-21 | 1 | -40/+18 |
* | Oops. | Simon MacMullen | 2011-03-21 | 1 | -2/+2 |
* | maybe_remove_backup is safe when returning version_not_available since we wou... | Simon MacMullen | 2011-03-21 | 1 | -10/+9 |
* | Merge heads | Simon MacMullen | 2011-03-21 | 1 | -22/+18 |
|\ |
|
| * | Various QA tidyups, and stop exporting the backup / remove backup functions. | Simon MacMullen | 2011-03-21 | 1 | -22/+18 |
* | | Well I thought =~= was beautiful and appropriately approximate to == | Matthew Sackman | 2011-03-18 | 1 | -1/+1 |
|/ |
|
* | Take a single backup before any upgrade, remove it when we're all clear. | Simon MacMullen | 2011-03-18 | 1 | -37/+69 |
* | Merge heads | Simon MacMullen | 2011-03-18 | 1 | -19/+17 |
|\ |
|
| * | Can't call =~= with non-version args, thus shuffle things around a bit. End u... | Matthew Sackman | 2011-03-17 | 1 | -17/+16 |
| * | Improve symmetry: if we write the running_disc_nodes on rabbit shutdown, we s... | Matthew Sackman | 2011-03-17 | 1 | -2/+1 |
* | | Ensure mnesia is stopped for the local upgrade backup. | Simon MacMullen | 2011-03-18 | 1 | -2/+3 |
|/ |
|
* | renamings | Matthew Sackman | 2011-03-17 | 1 | -4/+4 |
* | incorporate qa feedback. The version.erl api is rather nice now: the version ... | Matthew Sackman | 2011-03-17 | 1 | -96/+20 |
* | english | Matthew Sackman | 2011-03-16 | 1 | -1/+1 |
* | Abstract and rewrite schema_version handling functions | Matthew Sackman | 2011-03-16 | 1 | -66/+30 |
* | Merging default into bug23425 | Matthew Sackman | 2011-03-16 | 1 | -40/+267 |
|\ |
|
| * | Use lists:append/1. | Simon MacMullen | 2011-03-08 | 1 | -1/+1 |
| * | Don't change the version file format | Simon MacMullen | 2011-03-08 | 1 | -31/+18 |
| * | Simpler is_new_version/1. | Simon MacMullen | 2011-03-07 | 1 | -4/+5 |
| * | Spec, rename functions. | Simon MacMullen | 2011-03-07 | 1 | -2/+2 |
| * | Variety of small QA-related tweaks. | Simon MacMullen | 2011-03-07 | 1 | -10/+10 |
| * | Explain the tuple here. | Simon MacMullen | 2011-03-07 | 1 | -0/+2 |
| * | Don't look at the cluster config, it is not trustworthy (for what we want). | Simon MacMullen | 2011-02-22 | 1 | -14/+19 |
| * | Make sure logging is working if we're about to actually do something. | Simon MacMullen | 2011-02-22 | 1 | -0/+2 |
| * | Merge in default | Simon MacMullen | 2011-02-22 | 1 | -1/+0 |
| |\ |
|
| * | | Retain ram-nodeness when upgrading. | Simon MacMullen | 2011-02-17 | 1 | -12/+13 |
| * | | Make the error messages more readable. | Simon MacMullen | 2011-02-17 | 1 | -10/+14 |
| * | | (Untested) Record the nodes that were up when we shut down. | Simon MacMullen | 2011-02-16 | 1 | -9/+37 |
| * | | Prose | Simon MacMullen | 2011-02-16 | 1 | -0/+41 |
| * | | Rename | Simon MacMullen | 2011-02-16 | 1 | -6/+6 |
| * | | Revert where rabbit:prepare happens. | Simon MacMullen | 2011-02-16 | 1 | -1/+0 |
| * | | inlining | Matthew Sackman | 2011-02-14 | 1 | -2/+1 |