summaryrefslogtreecommitdiff
path: root/src/supervisor2.erl
Commit message (Expand)AuthorAgeFilesLines
* Remove dead pids from children when we're delaying the restartbug23748Matthew Sackman2011-01-261-3/+3
* Update .erl and .hrl license boilerplatesMatthew Sackman2011-01-191-1/+1
* appease dialyzerMatthias Radestock2010-11-061-2/+1
* Treat an intrinsic supervisor child the same as an intrinsic non-supervisor c...bug23203Matthew Sackman2010-09-071-1/+6
* Merging bug 23095 into bug 15930Matthew Sackman2010-08-121-32/+31
|\
| * Merging default into bug23095bug23095Matthew Sackman2010-08-121-10/+27
| |\
| | * do not ignore 'normal' permanent child terminations during shutdownMatthias Radestock2010-08-121-25/+31
| | * never ignore 'noproc' during shutdownMatthias Radestock2010-08-121-1/+0
| | * we must always clear both the 'EXIT' and 'DOWN' messageMatthias Radestock2010-08-121-7/+7
| | * cosmetic and minor refactoringMatthias Radestock2010-08-121-21/+15
* | | Merging bug 23095 into bug 15930Matthew Sackman2010-08-101-16/+17
|\ \ \ | | |/ | |/|
| * | Prevent supervisor2 from getting upset if a child has already vanished normal...Matthew Sackman2010-08-101-10/+19
* | | When a supervisor is killing off its children, if its children have already e...Matthew Sackman2010-08-091-5/+13
* | | Merging bug 23098 into bug 15930Matthew Sackman2010-08-091-1/+1
|\ \ \ | | |/ | |/|
| * | On reaching the max_restart_intensited, don't remove the child spec. Instead ...bug23098Matthew Sackman2010-08-091-1/+1
* | | Merging bug 23095 into bug 15930Matthew Sackman2010-08-091-1/+5
|\ \ \ | |_|/ |/| |
| * | Merging bug 23095 into bug 15930Matthew Sackman2010-08-091-1/+5
| |\ \
| | * | Added intrinsic restart type and used itMatthew Sackman2010-08-061-1/+18
| | * | Removing the wrong changes to supervisor2 to suppress error reporting. Shall ...Matthew Sackman2010-08-061-23/+7
| | * | Forgot to _ prefixMatthew Sackman2010-08-021-1/+1
| | * | A ginormous amount of debitrotting, rewriting, debugging and refactoring to m...Matthew Sackman2010-08-021-8/+28
| | |\ \ | | | |/ | | |/|
| | | * merge default into bug15930Matthias Radestock2010-07-291-21/+94
| | | |\ | | | |/ | | |/|
| | | * Remove unnecessary stop code which was never being calledMatthew Sackman2010-07-291-7/+1
| | | * Remove dead code and get supervisor2 to hide some error messages when MaxR is 0Matthew Sackman2010-07-271-5/+13
| | | * Merging default into bug 15930 and a little debitrottingMatthew Sackman2010-07-191-4/+4
| | | |\
| | | * | And now the channel, writer, limiter and framing_channel are also all suitabl...Matthew Sackman2010-07-061-1/+5
| | | * | Ensure that a supervisor, when attempting to stop a process that turns out to...Matthew Sackman2010-07-061-1/+10
| | | * | Added ability to stop supervisor2, which means children only need to be trans...Matthew Sackman2010-07-061-1/+6
* | | | | Modify behaviour of intrinsic to be more like transient, except in the case o...Matthew Sackman2010-08-091-11/+6
* | | | | use state_del_child instead of remove_childMatthias Radestock2010-08-091-2/+2
* | | | | cosmeticMatthias Radestock2010-08-091-8/+7
|/ / / /
* | | | Introduce intrinsic restart typeMatthew Sackman2010-08-091-1/+16
|/ / /
* | | Extend test coverage of delayed restart to simple case and fix exposed bugMatthew Sackman2010-07-291-2/+2
* | | Merge the timed/delayed restart code originally from supervisor3 in shovel in...Matthew Sackman2010-07-201-18/+91
| |/ |/|
* | cleanupAlexandru Scvortov2010-07-061-4/+4
|/
* s/fun(/fun (/gSimon MacMullen2010-05-281-4/+4
* oopsMatthias Radestock2010-04-161-0/+917