summaryrefslogtreecommitdiff
path: root/src/mirrored_supervisor.erl
Commit message (Expand)AuthorAgeFilesLines
* Move actual supervisor definitions out to avoid conflicting behaviours in a m...bug26378Simon MacMullen2014-09-221-21/+4
* cosmetic-ish: add a missing ?TABLE abstractionMatthias Radestock2014-04-161-4/+4
* Update copyright for 2014bug25940Simon MacMullen2014-03-171-1/+1
* Handle down messages from the delegate, since that's what we're monitoring lo...bug26005Simon MacMullen2014-02-111-2/+4
* More documentation, slightly stricter types.bug26000Simon MacMullen2014-02-111-1/+14
* Allow specifying a tx-fun.Simon MacMullen2014-02-061-44/+59
* Merged stable into defaultEmile Joubert2013-07-311-2/+2
|\
| * s/VMware/GoPivotal/gSimon MacMullen2013-07-011-2/+2
* | merge default into bug23958Tim Watson2013-03-071-1/+1
|\ \ | |/
| * Update copyright 2013bug25343Emile Joubert2013-01-231-1/+1
* | no more simple_one_for_one_terminate; include support for dynamic_dbTim Watson2012-10-291-3/+2
|/
* fix a long-outstanding unresolved type referenceMatthias Radestock2012-08-121-1/+1
* OopsSimon MacMullen2012-05-081-1/+1
* cosmeticMatthias Radestock2012-05-031-13/+6
* Switch to monitoring the overall supervisor.Simon MacMullen2012-05-031-34/+38
* Revert aa8a9e4d1bb2 (extra debugging for mirrored_supervisor)Simon MacMullen2012-05-031-10/+8
* cosmeticMatthias Radestock2012-05-031-18/+13
* A bit more debugging information on why we might get an error back from the d...Simon MacMullen2012-05-011-8/+10
* Log errors when children fail to start.Simon MacMullen2012-04-301-7/+7
* Added callback info to mirrored_supervisor.Francesco Mazzoli2012-04-021-5/+22
* Added callback info to supervisor2.Francesco Mazzoli2012-04-021-48/+3
* Update copyright 2012bug24606Emile Joubert2012-02-021-1/+1
* refactor: use types exported by 'supervisor'Matthias Radestock2012-01-231-19/+4
* Matthiasness.bug24612Simon MacMullen2011-12-011-2/+1
* We need to distinguish between the already_started we make get back from the ...Simon MacMullen2011-12-011-3/+7
* OopsSimon MacMullen2011-12-011-1/+1
* Handle children that fail to start at init properly, by shutting down.Simon MacMullen2011-12-011-11/+22
* Reverse the polarity, so that it is actually *right*, and make the nearby com...bug24230Simon MacMullen2011-08-181-3/+6
* In Erlang 'Ye Olde Versiony', you can't just call 'error'Matthew Sackman2011-08-171-2/+2
* {error, already_present}Simon MacMullen2011-08-171-3/+4
* Get algorithmic complexity of function right.Matthew Sackman2011-08-171-6/+10
* OopsSimon MacMullen2011-08-151-1/+1
* Aggregate which_children, implement count_children.Simon MacMullen2011-08-151-2/+17
* Merge heads.Simon MacMullen2011-08-151-6/+22
|\
| * Make delete / restart / terminate work groupwide.Simon MacMullen2011-08-151-6/+22
* | Simplification of comment; improve consistency of function arg ordering; make...Matthew Sackman2011-08-151-13/+12
|/
* That one isn't needed either.Simon MacMullen2011-08-111-2/+1
* Use {Id, Group} as key in Mnesia, and remove update since, err, write will ov...Simon MacMullen2011-08-111-30/+27
* Merge headsSimon MacMullen2011-08-101-3/+10
|\
| * Fix stop raciness.Simon MacMullen2011-08-101-3/+10
* | CosmeticMatthew Sackman2011-08-101-1/+1
* | CosmeticMatthew Sackman2011-08-101-3/+1
|/
* Should explain this...Simon MacMullen2011-08-091-1/+3
* Flatten.Simon MacMullen2011-08-091-10/+4
* Blow up if we're asked for simple_one_for_one, more tests, try to handle Mod:...Simon MacMullen2011-08-091-14/+33
* Matthias thinks this is obvious :)Simon MacMullen2011-08-091-4/+0
* Clear mnesia table up if we're the first mirror to start, since otherwise we ...Simon MacMullen2011-08-081-15/+32
* More doc.Simon MacMullen2011-08-081-0/+3
* Don't delete from mnesia if child is running.Simon MacMullen2011-08-081-2/+5
* Exit differently.Simon MacMullen2011-08-081-1/+1