| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | just connect from all (visible) nodes instead | Matthias Radestock | 2012-08-10 | 1 | -14/+7 |
| | | | | | | | | | That way we don't rely on our current (possibly imperfect) knowledge of what the node was clustered with in mnesia. This is safe because, as per the comment, only mnesia cluster nodes should be part of the erlang distributed system. Note that rabbitmqctl et al run as *hidden* nodes. | ||||
| * | make unclustering work for ram nodes | Matthias Radestock | 2012-08-10 | 1 | -10/+18 |
| | | | | | | - leave the cluster properly when force=false - disconnect from nodes we know about when force=true | ||||
| * | cosmetic | Matthias Radestock | 2012-08-10 | 1 | -3/+4 |
| | | |||||
| * | merge heads | Matthias Radestock | 2012-08-08 | 3 | -3/+3 |
| |\ | |||||
| | * | Merge bug25087 | Simon MacMullen | 2012-08-08 | 2 | -20/+8 |
| | |\ | |||||
| | * | | More randomness for temporary node names on windows | Emile Joubert | 2012-08-08 | 3 | -3/+3 |
| | | | | |||||
| * | | | refactor: make better use of filename module | Matthias Radestock | 2012-08-08 | 1 | -2/+1 |
| | | | | |||||
| * | | | cosmetic refactor | Matthias Radestock | 2012-08-08 | 1 | -17/+19 |
| | | | | | | | | | | | | | | | | | | | | | | | | | - more informative type signatures - move the final phase of setup() into prepare_plugins - ditch the non-erlangesc get_ prefix of get_plugin_info - vertical alignment - get rid of some intermediate vars | ||||
| * | | | cosmetic | Matthias Radestock | 2012-08-08 | 1 | -1/+2 |
| | | | | |||||
| * | | | fix dialyzer complaint | Matthias Radestock | 2012-08-08 | 1 | -0/+2 |
| | | | | |||||
| * | | | the second half of removing rabbit_misc:quit/2 | Matthias Radestock | 2012-08-08 | 1 | -3/+4 |
| | |/ |/| | | | | | oops | ||||
| * | | merge heads | Matthias Radestock | 2012-08-08 | 1 | -11/+7 |
| |\ \ | |||||
| | * | | refactor: less confusing variable names | Matthias Radestock | 2012-08-08 | 1 | -11/+7 |
| | |/ | |||||
| | * | Revert the part of 942d5ea3c608 which broke all plugins | Simon MacMullen | 2012-08-08 | 1 | -1/+1 |
| | | | |||||
| * | | refactor: get rid of rabbit_misc:quit/2 | Matthias Radestock | 2012-08-08 | 1 | -9/+1 |
| |/ | |||||
| * | Stop the clocks! Five and a half years into the RabbitMQ project, and ↵ | Simon MacMullen | 2012-08-08 | 1 | -3/+3 |
| | | | | | | | Matthias committed something that broke the build. (Fixed.) | ||||
| * | cosmetic | Matthias Radestock | 2012-08-08 | 1 | -2/+4 |
| | | |||||
| * | cosmetic | Matthias Radestock | 2012-08-08 | 1 | -6/+6 |
| | | |||||
| * | restore docs (but reformatted) | Matthias Radestock | 2012-08-08 | 1 | -0/+6 |
| | | |||||
| * | remove cruft | Matthias Radestock | 2012-08-08 | 1 | -9/+0 |
| | | |||||
| * | exiting the VM from deep inside a function is uncool | Matthias Radestock | 2012-08-08 | 1 | -5/+5 |
| | | |||||
| * | cosmetic | Matthias Radestock | 2012-08-08 | 1 | -11/+10 |
| | | |||||
| * | cosmetic | Matthias Radestock | 2012-08-08 | 1 | -13/+11 |
| | | |||||
| * | remove more cruft | Matthias Radestock | 2012-08-07 | 1 | -14/+2 |
| | | |||||
| * | remove cruft | Matthias Radestock | 2012-08-07 | 1 | -4/+0 |
| | | |||||
| * | Merged bug25083 into default | Emile Joubert | 2012-08-07 | 1 | -3/+5 |
| |\ | |||||
| | * | track vm_memory_high_watermark explicitly | Matthias Radestock | 2012-08-06 | 1 | -3/+5 |
| |/ | | | | so we can report it back accurately. | ||||
| * | warn on memory clipping | Matthias Radestock | 2012-08-06 | 1 | -1/+11 |
| | | |||||
| * | tiny refactor | Matthias Radestock | 2012-08-03 | 1 | -12/+9 |
| | | |||||
| * | make the comment match the code | Matthias Radestock | 2012-08-03 | 1 | -1/+1 |
| | | |||||
| * | cosmetic | Matthias Radestock | 2012-08-03 | 1 | -14/+9 |
| | | |||||
| * | trim fat - don't log the setting of the memory hwm twice | Matthias Radestock | 2012-08-02 | 1 | -4/+1 |
| | | | | | it already gets logged by set_mem_limits | ||||
| * | inlining refactor | Matthias Radestock | 2012-08-02 | 1 | -5/+1 |
| | | |||||
| * | merge bug25048 | Francesco Mazzoli | 2012-07-30 | 1 | -1/+0 |
| |\ | |||||
| | * | cosmetic | Matthias Radestock | 2012-07-30 | 1 | -1/+0 |
| | | | |||||
| * | | merge default | Francesco Mazzoli | 2012-07-30 | 6 | -51/+67 |
| |\ \ | |/ |/| | |||||
| | * | `store_updated_slaves/1' returns a queue, not `ok' | Francesco Mazzoli | 2012-07-27 | 1 | -1/+2 |
| | | | |||||
| | * | remove unused variable | Francesco Mazzoli | 2012-07-27 | 1 | -1/+1 |
| | | | |||||
| | * | cosmetics | Francesco Mazzoli | 2012-07-23 | 2 | -1/+2 |
| | | | |||||
| | * | merge default | Francesco Mazzoli | 2012-07-23 | 6 | -52/+65 |
| | |\ | |||||
| | | * | Fix upgrade function. | Simon MacMullen | 2012-07-09 | 1 | -10/+10 |
| | | | | |||||
| | | * | Be more consistent about always cleaning sync_slave_pids whenever slave_pids ↵ | Simon MacMullen | 2012-07-09 | 4 | -17/+27 |
| | | | | | | | | | | | | | is updated, abstract a bit, introduce an async wake_up message. | ||||
| | | * | It did work, but we needed to do that in another place too... | Simon MacMullen | 2012-07-09 | 2 | -1/+2 |
| | | | | |||||
| | | * | Store sync'ed slaves in Mnesia. This is not quite right yet. | Simon MacMullen | 2012-07-06 | 6 | -46/+48 |
| | | | | |||||
| * | | | Merged bug24971 into default | Emile Joubert | 2012-07-25 | 19 | -265/+693 |
| |\ \ \ | |||||
| | * \ \ | Merged bug24942 into default | Emile Joubert | 2012-07-25 | 2 | -27/+65 |
| | |\ \ \ | | |/ / | |/| | | |||||
| | | * | | NB: is superfluous in comments | Tim Watson | 2012-07-25 | 1 | -1/+1 |
| | | | | | |||||
| | | * | | simplify match on master pids | Tim Watson | 2012-07-25 | 1 | -5/+5 |
| | | | | | |||||
| | | * | | match on supervisor:start_child/2 return values properly | Tim Watson | 2012-07-25 | 1 | -2/+2 |
| | | | | | |||||
| | | * | | attempt to handle races between remove_from_queue and rmq_slave:init/1 | Tim Watson | 2012-07-23 | 2 | -2/+3 |
| | | | | | |||||
