| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Prevent a very difficult-to-trigger race. | Simon MacMullen | 2010-11-10 | 1 | -5/+4 |
| * | Fix use of file:open/2 | Simon MacMullen | 2010-11-10 | 1 | -1/+1 |
| * | Check both our version and the remote version. This is TRTTD I think, and has... | Simon MacMullen | 2010-11-09 | 1 | -0/+1 |
| * | Merged from default | Simon MacMullen | 2010-11-09 | 5 | -87/+369 |
| |\ | |||||
| | * | Refactor a bit, have the first cluster node fail if version is wrong | Simon MacMullen | 2010-11-08 | 1 | -43/+38 |
| | * | Check the schema version on disc as well as the integrity check when starting... | Simon MacMullen | 2010-11-05 | 1 | -15/+29 |
| | * | Keep the old behaviour when upgrading from 2.1.0 or earlier. | Simon MacMullen | 2010-11-04 | 2 | -21/+29 |
| | * | Check the version we want matches the one a remote node is running before joi... | Simon MacMullen | 2010-11-04 | 2 | -23/+49 |
| | * | Create the schema version file in the case where we acquire the schema via th... | Simon MacMullen | 2010-11-04 | 1 | -1/+2 |
| | * | Blow up if the upgrade does not leave us with a valid schema. Refactor severa... | Simon MacMullen | 2010-11-02 | 1 | -25/+31 |
| | * | Inlining to prevent running out of disk space by overly long source files | Matthew Sackman | 2010-11-02 | 1 | -4/+3 |
| | * | Same as before - avoid unnecessary functions for pattern match | Matthew Sackman | 2010-11-02 | 1 | -4/+4 |
| | * | Match the list: no need to use length | Matthew Sackman | 2010-11-02 | 1 | -4/+4 |
| | * | Merging default into bug22573 | Matthew Sackman | 2010-11-02 | 22 | -439/+571 |
| | |\ | |||||
| | * | | trivial | Matthew Sackman | 2010-10-27 | 1 | -3/+2 |
| | * | | Even more beautiful | Matthew Sackman | 2010-10-27 | 2 | -31/+27 |
| | * | | Remove hack | Simon MacMullen | 2010-10-26 | 1 | -7/+3 |
| | * | | Merge in default | Simon MacMullen | 2010-10-26 | 13 | -432/+413 |
| | |\ \ | |||||
| | * | | | Abstract graph construction | Matthew Sackman | 2010-10-26 | 3 | -83/+92 |
| | * | | | Specs. | Simon MacMullen | 2010-10-25 | 2 | -1/+20 |
| | * | | | Refactor and document upgrades_to_apply/2 | Simon MacMullen | 2010-10-25 | 1 | -5/+7 |
| | * | | | Rename variable | Simon MacMullen | 2010-10-25 | 1 | -2/+2 |
| | * | | | Fix copyright statements | Simon MacMullen | 2010-10-25 | 2 | -24/+5 |
| | * | | | Match more return values, and reindent | Simon MacMullen | 2010-10-25 | 2 | -22/+26 |
| | * | | | Undo 522af2a24c5e, wait_for_tables/0 in fact may not have been called | Simon MacMullen | 2010-10-25 | 1 | -0/+1 |
| | * | | | Various stylistic tweaks + cleanups | Simon MacMullen | 2010-10-25 | 2 | -25/+23 |
| | * | | | Rename module. | Simon MacMullen | 2010-10-25 | 1 | -1/+1 |
| | * | | | wait_for_tables has definitely been called by this point (in check_table_inte... | Simon MacMullen | 2010-10-22 | 1 | -1/+0 |
| | * | | | Merged from default | Simon MacMullen | 2010-10-22 | 17 | -362/+702 |
| | |\ \ \ | |||||
| | * | | | | Only attempt upgrade if we are *really* not clustered. | Simon MacMullen | 2010-10-22 | 1 | -4/+4 |
| | * | | | | Only attempt upgrade if we are not clustered. wait_for_tables() beforehand sh... | Simon MacMullen | 2010-10-22 | 1 | -1/+5 |
| | * | | | | mnesia:transform_table/3 appears to see table data before wait_for_tables, wh... | Simon MacMullen | 2010-10-19 | 2 | -1/+19 |
| | * | | | | Use mnesia:transform_table | Simon MacMullen | 2010-10-19 | 2 | -30/+12 |
| | * | | | | Add enough of a mechanism to allow us to update data in Mnesia but not the sc... | Simon MacMullen | 2010-10-18 | 3 | -20/+33 |
| | * | | | | Detect failed upgrades. | Simon MacMullen | 2010-10-18 | 1 | -7/+24 |
| | * | | | | Simplify the module attribute required, log a bit more. | Simon MacMullen | 2010-10-18 | 3 | -33/+34 |
| | * | | | | DAG for upgrade steps. | Simon MacMullen | 2010-10-15 | 4 | -15/+209 |
| * | | | | | Merged bug23299 (Erlang internode communication fails with user_sup undefined) | Simon MacMullen | 2010-11-05 | 1 | -0/+5 |
| |\ \ \ \ \ | |||||
| | * | | | | | non_neg_integer(), surely | Simon MacMullen | 2010-11-05 | 1 | -1/+1 |
| | * | | | | | Add now_ms/0. | Simon MacMullen | 2010-11-05 | 1 | -0/+5 |
| * | | | | | | Make brokers launched from rabbitmq_multi.bat restartable | Emile Joubert | 2010-11-05 | 1 | -4/+4 |
| |/ / / / / | |||||
| * | | | | | bug23416 merged into default | Marek Majkowski | 2010-11-02 | 25 | -453/+586 |
| |\ \ \ \ \ | |||||
| | * | | | | | Changing opaque type to normal type as it at least stops dialyzer from explod... | Matthew Sackman | 2010-11-02 | 1 | -6/+6 |
| | * | | | | | Merge bug23454 into default (Enabling stats prevents hibernation, resulting i... | Simon MacMullen | 2010-11-02 | 3 | -5/+6 |
| | |\ \ \ \ \ | |||||
| | | * | | | | | Channel was also wrong. | Marek Majkowski | 2010-11-02 | 1 | -3/+4 |
| | | * | | | | | amqqueue emit_stats should reply with 'hibernate' | Marek Majkowski | 2010-11-01 | 2 | -2/+2 |
| | * | | | | | | Merged bug23346 into default | Rob Harrop | 2010-11-02 | 6 | -33/+30 |
| | |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | | | |||||
| | | * | | | | | One head of default is better than two | Matthew Sackman | 2010-11-02 | 5 | -15/+19 |
| | | |\ \ \ \ \ | |||||
| | | | * \ \ \ \ | Merged bug23419 into default | Rob Harrop | 2010-11-02 | 5 | -15/+19 |
| | | | |\ \ \ \ \ | |||||
| | | | | * | | | | | Removed unused defines | Rob Harrop | 2010-11-02 | 1 | -2/+0 |
