| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 bug 23403 into default | Simon MacMullen | 2010-10-15 | 1 | -2/+6 |
| |\ | |||||
| | * | fire {exchange,binding}_deleted events | Matthias Radestock | 2010-10-15 | 1 | -2/+6 |
| * | | rename error/2 to prevent auto-import warnings on R14B | Matthias Radestock | 2010-10-15 | 3 | -24/+26 |
| |/ | |||||
| * | merge bug21377 into default | Matthias Radestock | 2010-10-14 | 14 | -291/+386 |
| |\ | |||||
| | * | Merge default into bug21377 | Simon MacMullen | 2010-10-13 | 14 | -291/+386 |
| | |\ | |||||
| | | * | boolean_or(True, X, Y) = anything_but(False, X, Y) | Matthias Radestock | 2010-10-11 | 1 | -5/+2 |
| | | * | rename | Matthias Radestock | 2010-10-11 | 1 | -3/+3 |
| | | * | refactoring | Matthias Radestock | 2010-10-11 | 2 | -54/+43 |
| | | * | merge default into bug21377 | Matthias Radestock | 2010-10-11 | 1 | -7/+6 |
| | | |\ | |||||
| | | * | | cosmetic | Matthias Radestock | 2010-10-11 | 1 | -0/+1 |
| | | * | | merge default into bug21377 | Matthias Radestock | 2010-10-11 | 14 | -293/+400 |
| | | |\ \ | |||||
| | | | * | | Make dialyzer marginally happier | Matthew Sackman | 2010-10-11 | 1 | -2/+2 |
| | | | * | | Typeo in spec, and simplify delete_queues as order of operations here doesn't... | Matthew Sackman | 2010-10-11 | 2 | -8/+6 |
| | | | * | | Reworked binding / exchange autodeletion with better abstracted and cleaner API | Matthew Sackman | 2010-10-11 | 3 | -117/+115 |
| | | | * | | Minimised the number of calls to the XTs on deletion | Matthew Sackman | 2010-10-08 | 3 | -37/+93 |
| | | | * | | remove R14ism | Matthew Sackman | 2010-10-08 | 1 | -2/+2 |
| | | | * | | Gratuitous refactoring | Matthew Sackman | 2010-10-08 | 1 | -8/+6 |
| | | | * | | XT:publish => XT:route | Matthew Sackman | 2010-10-08 | 6 | -13/+13 |
| | | | * | | refactor | Matthias Radestock | 2010-10-07 | 1 | -27/+22 |
| | | | * | | merge default into bug21377 | Matthias Radestock | 2010-10-07 | 6 | -115/+132 |
| | | | |\ \ | |||||
| | | | * | | | Revert unnecessary reformatting | Matthew Sackman | 2010-10-05 | 1 | -3/+3 |
| | | | * | | | Merging default into bug21377 | Matthew Sackman | 2010-10-04 | 8 | -81/+308 |
| | | | |\ \ \ | |||||
| | | | * | | | | Move lookup_qpids into router and associated changes to deliver API | Matthew Sackman | 2010-09-30 | 2 | -16/+17 |
| | | | * | | | | Change the SeenXs to a sets rather than a list | Matthew Sackman | 2010-09-30 | 1 | -3/+6 |
| | | | * | | | | Exchange auto-deletion works even with e2e. Diamond property works. Correct b... | Matthew Sackman | 2010-09-30 | 2 | -18/+21 |
| | | | * | | | | Merging default into bug 21377 | Matthew Sackman | 2010-09-30 | 13 | -248/+304 |
| | | | |\ \ \ \ | |||||
| | | | | * | | | | generalise binding code somewhat to mostly abstract away the source kind | Matthias Radestock | 2010-09-27 | 3 | -18/+21 |
| | | | | * | | | | correct a spec | Matthias Radestock | 2010-09-27 | 1 | -1/+2 |
| | | | | * | | | | rename a few funs to make their purpose clearer | Matthias Radestock | 2010-09-27 | 2 | -9/+9 |
| | | | | * | | | | generalise binding:list | Matthias Radestock | 2010-09-27 | 1 | -4/+4 |
| | | | | * | | | | minor refactor | Matthias Radestock | 2010-09-27 | 1 | -6/+6 |
| | | | | * | | | | tweak specs | Matthias Radestock | 2010-09-27 | 2 | -8/+9 |
| | | | | * | | | | Do the simplest thing and have additional fields to indicate the type of the ... | Matthew Sackman | 2010-09-12 | 2 | -20/+16 |
| | | | | * | | | | exchange.unbind has nowait | Matthew Sackman | 2010-09-12 | 1 | -1/+2 |
| | | | | * | | | | Avoid traversing lists multiple times | Matthew Sackman | 2010-09-12 | 2 | -23/+18 |
| | | | | * | | | | exchange_name => source; consistent naming of Src{Name} and Dst{Name}, except... | Matthew Sackman | 2010-09-12 | 9 | -157/+167 |
| | | | | * | | | | Merging default into bug 21377 and more consistent naming of Destination and ... | Matthew Sackman | 2010-09-12 | 3 | -50/+49 |
| | | | | |\ \ \ \ | |||||
| | | | | * | | | | | Implement exchange-to-exchange bindings | Matthew Sackman | 2010-09-11 | 13 | -186/+235 |
| * | | | | | | | | | Merging bug 23159 into default | Matthew Sackman | 2010-10-13 | 6 | -61/+72 |
| |\ \ \ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ \ | Merging bug23323 into default | Matthew Sackman | 2010-10-13 | 1 | -7/+7 |
| | |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | | | |||||
| | | * | | | | | | | | refactor | Matthias Radestock | 2010-09-30 | 1 | -8/+7 |
| | | * | | | | | | | | Don't forget the limiter even if we have no consumers. | Simon MacMullen | 2010-09-30 | 1 | -1/+2 |
| | | | |/ / / / / / | | |/| | | | | | | |||||
