| Commit message (Expand) | Author | Age | Files | Lines |
* | Switch to Erlang 17-style types, /0 versions at least. | Simon MacMullen | 2014-09-17 | 1 | -1/+1 |
* | Restore behaviour_info/1 on older Erlang, don't emit so many warnings.bug26343 | Simon MacMullen | 2014-08-15 | 1 | -0/+9 |
* | Further documentation of this approach.bug26292 | Simon MacMullen | 2014-07-16 | 1 | -13/+11 |
* | It's probably a good idea to reset "restarts" after we get the message, not w... | Simon MacMullen | 2014-07-14 | 1 | -3/+4 |
* | Reset restarts before we go round again, otherwise if MaxT is large we will k... | Simon MacMullen | 2014-07-14 | 1 | -1/+1 |
* | add missing type export | Matthias Radestock | 2013-09-02 | 1 | -1/+1 |
* | Merged stable into default | Emile Joubert | 2013-07-31 | 1 | -1/+1 |
|\ |
|
| * | s/VMware/GoPivotal/g | Simon MacMullen | 2013-07-01 | 1 | -1/+1 |
* | | remove R13-ism imported from upstreambug23958 | Matthias Radestock | 2013-05-07 | 1 | -2/+3 |
* | | ever so slightly clearer | Matthias Radestock | 2013-05-01 | 1 | -4/+2 |
* | | Minor variable renaming, document subtle one_for_all child deletion clauses | Tim Watson | 2013-04-26 | 1 | -2/+3 |
* | | Refactor restart handling | Tim Watson | 2013-04-19 | 1 | -1/+4 |
* | | rationalise restart handling | Tim Watson | 2013-04-16 | 1 | -11/+3 |
* | | simplify restart_if_explicit_or_abnormal | Tim Watson | 2013-04-16 | 1 | -4/+1 |
* | | drop function guards from restart_if_explicit_or_abnormal | Tim Watson | 2013-04-16 | 1 | -5/+2 |
* | | relocate is_explicit_restart macro | Tim Watson | 2013-04-16 | 1 | -3/+2 |
* | | track repeated attempts to restart properly | Tim Watson | 2013-03-11 | 1 | -21/+11 |
* | | Translate return from do_restart properly | Tim Watson | 2013-03-08 | 1 | -2/+2 |
* | | Align error reporting and restart handling with OTP | Tim Watson | 2013-03-08 | 1 | -31/+75 |
* | | merge default into bug23958 | Tim Watson | 2013-03-07 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Update copyright 2013bug25343 | Emile Joubert | 2013-01-23 | 1 | -1/+1 |
* | | merge heads | Tim Watson | 2013-03-06 | 1 | -1/+1 |
|\ \ |
|
| * | | correct comment | Matthias Radestock | 2013-03-06 | 1 | -1/+1 |
* | | | Refactor try_again restart handling | Tim Watson | 2013-03-06 | 1 | -25/+21 |
|/ / |
|
* | | rebase with R16B | Tim Watson | 2013-03-04 | 1 | -10/+15 |
* | | avoid badmatch in handle_info/delayed_restart | Tim Watson | 2013-02-01 | 1 | -4/+8 |
* | | Ensure supervisor try_again_restart observes delayed restart | Tim Watson | 2013-02-01 | 1 | -35/+36 |
* | | move find_child implementation to a better place | Matthias Radestock | 2013-01-27 | 1 | -9/+9 |
* | | cosmetic - indent like OTP | Matthias Radestock | 2013-01-27 | 1 | -1/+1 |
* | | move bits of docs around | Matthias Radestock | 2013-01-27 | 1 | -8/+8 |
* | | remove compiler warning | Tim Watson | 2012-12-07 | 1 | -1/+1 |
* | | merge heads | Tim Watson | 2012-12-05 | 1 | -1/+1 |
|\ \ |
|
| * | | change comments to reflect merging with R15B-03 | Tim Watson | 2012-12-04 | 1 | -1/+1 |
* | | | infinity is always a valid shutdown reason | Tim Watson | 2012-12-05 | 1 | -1/+1 |
* | | | reduce distance to OTP - pattern match in case, not-found is always 'false' | Tim Watson | 2012-12-05 | 1 | -3/+2 |
* | | | oops - remember to guard specs for R12B03 compatibility | Tim Watson | 2012-12-05 | 1 | -1/+2 |
* | | | reduce distance to OTP - {temporary, Delay} is not a valid restart type | Tim Watson | 2012-12-05 | 1 | -10/+2 |
* | | | use ?MODULE macro when appropriate | Tim Watson | 2012-12-05 | 1 | -1/+1 |
* | | | cosmetic - reduce distance to OTP | Tim Watson | 2012-12-05 | 1 | -5/+5 |
|/ / |
|
* | | document addition of find_child/2 | Tim Watson | 2012-11-30 | 1 | -3/+5 |
* | | oops - we mean 'not is_permanent' here | Tim Watson | 2012-11-30 | 1 | -2/+2 |
* | | handle {permanent, Delay} for dynamic children | Tim Watson | 2012-11-29 | 1 | -12/+8 |
* | | observe use_specs | Tim Watson | 2012-11-29 | 1 | -12/+65 |
* | | explain why we're not using lists:keyfind/3 | Tim Watson | 2012-11-29 | 1 | -0/+1 |
* | | reduce distance to OTP | Tim Watson | 2012-11-29 | 1 | -2/+3 |
* | | tweak for {Mode, Delay} restart types; tweak test timings a little | Tim Watson | 2012-11-27 | 1 | -4/+25 |
* | | managed restarts, try-again-restart, cosmetics | Tim Watson | 2012-11-26 | 1 | -173/+205 |
* | | no more simple_one_for_one_terminate; include support for dynamic_db | Tim Watson | 2012-10-29 | 1 | -50/+196 |
* | | Work in progress. Lots of (reverse) costmetic changes, pull over | Tim Watson | 2012-10-26 | 1 | -113/+181 |
* | | (un)cosmetic - reduce the diff | Tim Watson | 2012-10-26 | 1 | -25/+26 |