| Commit message (Expand) | Author | Age | Files | Lines |
* | Reverse the polarity, so that it is actually *right*, and make the nearby com...bug24230 | Simon MacMullen | 2011-08-18 | 1 | -3/+6 |
* | Add missing spec | Matthew Sackman | 2011-08-17 | 1 | -0/+1 |
* | In Erlang 'Ye Olde Versiony', you can't just call 'error' | Matthew Sackman | 2011-08-17 | 1 | -2/+2 |
* | More testing of which_children | Simon MacMullen | 2011-08-17 | 1 | -5/+18 |
* | {error, already_present} | Simon MacMullen | 2011-08-17 | 2 | -4/+7 |
* | Get algorithmic complexity of function right. | Matthew Sackman | 2011-08-17 | 1 | -6/+10 |
* | Oops | Simon MacMullen | 2011-08-15 | 1 | -1/+1 |
* | Aggregate which_children, implement count_children. | Simon MacMullen | 2011-08-15 | 2 | -2/+25 |
* | Merge heads. | Simon MacMullen | 2011-08-15 | 2 | -7/+28 |
|\ |
|
| * | Make delete / restart / terminate work groupwide. | Simon MacMullen | 2011-08-15 | 2 | -7/+28 |
* | | Simplification of comment; improve consistency of function arg ordering; make... | Matthew Sackman | 2011-08-15 | 1 | -13/+12 |
|/ |
|
* | That one isn't needed either. | Simon MacMullen | 2011-08-11 | 1 | -2/+1 |
* | Use {Id, Group} as key in Mnesia, and remove update since, err, write will ov... | Simon MacMullen | 2011-08-11 | 2 | -31/+28 |
* | Merge heads | Simon MacMullen | 2011-08-10 | 1 | -3/+10 |
|\ |
|
| * | Fix stop raciness. | Simon MacMullen | 2011-08-10 | 1 | -3/+10 |
* | | Cosmetic | Matthew Sackman | 2011-08-10 | 1 | -1/+1 |
* | | Cosmetic | Matthew Sackman | 2011-08-10 | 1 | -3/+1 |
|/ |
|
* | Should explain this... | Simon MacMullen | 2011-08-09 | 1 | -1/+3 |
* | Flatten. | Simon MacMullen | 2011-08-09 | 1 | -10/+4 |
* | Slight test for ignore too. | Simon MacMullen | 2011-08-09 | 1 | -0/+10 |
* | Blow up if we're asked for simple_one_for_one, more tests, try to handle Mod:... | Simon MacMullen | 2011-08-09 | 2 | -18/+56 |
* | Matthias thinks this is obvious :) | Simon MacMullen | 2011-08-09 | 1 | -4/+0 |
* | Clear mnesia table up if we're the first mirror to start, since otherwise we ... | Simon MacMullen | 2011-08-08 | 1 | -15/+32 |
* | More doc. | Simon MacMullen | 2011-08-08 | 1 | -0/+3 |
* | Don't delete from mnesia if child is running. | Simon MacMullen | 2011-08-08 | 2 | -2/+6 |
* | Exit differently. | Simon MacMullen | 2011-08-08 | 1 | -1/+1 |
* | Explain cardinality relationship between modules and process groups. | Simon MacMullen | 2011-08-08 | 1 | -0/+4 |
* | The most important commit so far. | Simon MacMullen | 2011-08-08 | 2 | -2/+2 |
* | Dialyser points out I was returning the wrong thing here. Oops. | Simon MacMullen | 2011-07-21 | 2 | -5/+5 |
* | Bad OTP! No quotes! | Simon MacMullen | 2011-07-21 | 1 | -1/+1 |
* | Remove demonitor_all_peers since we always stop after invoking it. | Simon MacMullen | 2011-07-21 | 1 | -24/+10 |
* | Simplify group shutdown by repeated casting. | Simon MacMullen | 2011-07-18 | 1 | -13/+11 |
* | It might not be 'killed'. And we should return an error here. | Simon MacMullen | 2011-07-18 | 1 | -3/+3 |
* | I spent a long time trying to get the teardown of the complete supervision hi... | Simon MacMullen | 2011-07-18 | 1 | -7/+18 |
* | already_started | Simon MacMullen | 2011-07-18 | 2 | -23/+24 |
* | Handle being torn down while in the transaction. | Simon MacMullen | 2011-07-18 | 1 | -2/+4 |
* | Not even sure what that was there for. Oops. | Simon MacMullen | 2011-07-18 | 1 | -2/+1 |
* | Remove a sleep() by waiting for the supervisor and any children we care about... | Simon MacMullen | 2011-07-18 | 1 | -9/+21 |
* | Catch more exit reasons (with a fork of rabbit_misc:with_exit_handler/2). | Simon MacMullen | 2011-07-18 | 1 | -5/+16 |
* | If start_child is called twice in a row we used to hang. Um, that's not good.... | Simon MacMullen | 2011-07-18 | 2 | -7/+16 |
* | Defer all of the startup work to the second stage startup, so that we can't g... | Simon MacMullen | 2011-07-18 | 1 | -12/+15 |
* | This was copied from R14B03 supervisor.erl, but there it was exported. I don'... | Simon MacMullen | 2011-07-15 | 1 | -3/+0 |
* | More descriptive names, don't clash with erlang:monitor/2. | Simon MacMullen | 2011-07-15 | 1 | -11/+12 |
* | Merging default to bug24230 | Matthew Sackman | 2011-07-14 | 22 | -723/+360 |
|\ |
|
| * | fix bug introduced by bug 24216 (tx untangling) | Matthias Radestock | 2011-07-14 | 1 | -1/+1 |
| * | cosmetic | Matthias Radestock | 2011-07-14 | 1 | -1/+0 |
| * | Merge bug24216 into default | Rob Harrop | 2011-07-08 | 3 | -39/+44 |
| |\ |
|
| | * | cosmetic | Matthias Radestock | 2011-07-08 | 1 | -3/+2 |
| | * | merge bug24244 into default | Matthias Radestock | 2011-07-07 | 1 | -21/+25 |
| | |\ |
|
| | | * | inliningbug24244 | Matthias Radestock | 2011-07-07 | 1 | -6/+6 |