| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Change the new version format from: | Simon MacMullen | 2011-01-26 | 1 | -3/+5 |
| * | Merged in default | Simon MacMullen | 2011-01-26 | 5 | -72/+225 |
| |\ | |||||
| | * | Cosmetic. | Simon MacMullen | 2011-01-12 | 2 | -21/+16 |
| | * | Break the bad news rather than just timing out wait_for_tables as we traditio... | Simon MacMullen | 2011-01-12 | 1 | -2/+10 |
| | * | Don't display a cluster-related message on a single node. | Simon MacMullen | 2011-01-12 | 1 | -3/+8 |
| | * | And fix again. | Simon MacMullen | 2011-01-12 | 1 | -5/+5 |
| | * | Detect old-style versions properly. | Simon MacMullen | 2011-01-12 | 1 | -3/+9 |
| | * | Remove pointless differences from default. | Simon MacMullen | 2011-01-12 | 1 | -4/+1 |
| | * | rabbit_mnesia:all_clustered_nodes/0 does not return disc nodes only. Duh. But... | Simon MacMullen | 2011-01-12 | 2 | -34/+70 |
| | * | Revert this to the old version that we want. | Simon MacMullen | 2011-01-11 | 1 | -2/+2 |
| | * | Minimise difference with default. | Simon MacMullen | 2011-01-11 | 1 | -33/+28 |
| | * | Merge default | Simon MacMullen | 2011-01-11 | 10 | -320/+434 |
| | |\ | |||||
| | * | | Remove test upgrades | Simon MacMullen | 2011-01-11 | 1 | -26/+0 |
| | * | | Note that we've upgraded here | Simon MacMullen | 2011-01-11 | 1 | -0/+1 |
| | * | | Store the version as an orddict keyed on different scopes, and thus don't ass... | Simon MacMullen | 2011-01-11 | 1 | -35/+63 |
| | * | | Break the cluster *after* taking the backup. | Simon MacMullen | 2011-01-11 | 3 | -19/+17 |
| | * | | One DAG per scope. | Simon MacMullen | 2011-01-11 | 3 | -42/+48 |
| | * | | Holy %$*! it works. Still needs tidying up somewhat... | Simon MacMullen | 2011-01-11 | 3 | -98/+82 |
| | * | | Move the upgrade tests earlier in the boot process. This doesn't work either,... | Simon MacMullen | 2011-01-10 | 2 | -76/+84 |
| | * | | Merge from default | Simon MacMullen | 2011-01-07 | 4 | -56/+168 |
| | |\ \ | |||||
| | | * | | Cosmetic | Simon MacMullen | 2011-01-07 | 2 | -12/+17 |
| | | * | | Refactor a bit, reinstate ensure_version_ok check. | Simon MacMullen | 2011-01-07 | 1 | -41/+45 |
| | | * | | Ironically our dummy upgrades now need to be upgraded. | Simon MacMullen | 2011-01-07 | 1 | -13/+14 |
| | | * | | Merge from default | Simon MacMullen | 2011-01-06 | 4 | -56/+158 |
| | | |\ \ | |||||
| | | | * | | Decide the node to do mnesia upgrades based on which was the last disc node t... | Simon MacMullen | 2011-01-06 | 2 | -42/+91 |
| | | | * | | Check our version matches the remote version. | Simon MacMullen | 2011-01-04 | 1 | -4/+2 |
| | | | * | | Fix spec | Simon MacMullen | 2011-01-04 | 2 | -5/+7 |
| | | | * | | Revert arbitrary difference from default. | Simon MacMullen | 2011-01-04 | 1 | -6/+6 |
| | | | * | | Make disc node reclustering work, various cleanups. | Simon MacMullen | 2011-01-04 | 2 | -65/+53 |
| | | | * | | These two cases are the same. | Simon MacMullen | 2011-01-04 | 1 | -13/+6 |
| | | | * | | Sketch of how clustered upgrades might work. | Simon MacMullen | 2011-01-04 | 4 | -48/+120 |
| * | | | | | Merge bug23602 into default. | Simon MacMullen | 2011-01-26 | 1 | -5/+30 |
| |\ \ \ \ \ | |||||
| | * | | | | | Rework code so that it's even more efficient, handles errors properly and als... | Matthew Sackman | 2011-01-24 | 1 | -14/+33 |
| | * | | | | | Merging default into bug23602 | Matthew Sackman | 2011-01-24 | 1 | -8/+14 |
| | |\ \ \ \ \ | |||||
| | | * | | | | | Don't use re where it can be easily avoided in the plain auth mech | Matthew Sackman | 2010-12-14 | 1 | -8/+14 |
| * | | | | | | | Merged bug23740 into default | Simon MacMullen | 2011-01-25 | 1 | -0/+2 |
| |\ \ \ \ \ \ \ | |||||
| | * | | | | | | | Cope with the new style port-only listener type (but limited to IPv4 when sta... | Simon MacMullen | 2011-01-25 | 1 | -0/+2 |
| * | | | | | | | | On pre_hibernate, report the real ram duration, not infinity. The assumption ... | Matthew Sackman | 2011-01-25 | 1 | -4/+4 |
| |/ / / / / / / | |||||
| * | | | | | | | bug23154 (ipv6) merged into default | Marek Majkowski | 2011-01-24 | 4 | -77/+98 |
| |\ \ \ \ \ \ \ | |/ / / / / / | |||||
| | * | | | | | | Merge 23534 into default. | Simon MacMullen | 2011-01-24 | 89 | -4601/+4101 |
| | |\ \ \ \ \ \ | |||||
| | | * | | | | | | fix typos | Matthias Radestock | 2011-01-23 | 1 | -7/+6 |
| | | * | | | | | | dependently type acktag producing functions | Matthias Radestock | 2011-01-23 | 1 | -3/+3 |
| | | * | | | | | | Merge bug23201 to default | Simon MacMullen | 2011-01-21 | 1 | -33/+45 |
| | | |\ \ \ \ \ \ | |||||
| | | | * | | | | | | Rename the info item for consistency. | Simon MacMullen | 2011-01-21 | 1 | -2/+2 |
| | | | * | | | | | | fold cases | Alexandru Scvortov | 2011-01-21 | 1 | -10/+4 |
| | | | * | | | | | | merge from default | Alexandru Scvortov | 2011-01-21 | 1 | -34/+52 |
| | | | |\ \ \ \ \ \ | |||||
| | | | | * | | | | | | rename variables for consistency | Alexandru Scvortov | 2011-01-21 | 1 | -9/+9 |
| | | | | * | | | | | | Correct unused variable name. | Simon MacMullen | 2011-01-21 | 1 | -1/+1 |
| | | | | * | | | | | | comprehensions are more concise | Alexandru Scvortov | 2011-01-19 | 1 | -6/+4 |
| | | | | * | | | | | | swap tuple elements for readability; inline a function | Alexandru Scvortov | 2011-01-19 | 1 | -18/+18 |
