aboutsummaryrefslogtreecommitdiffstats
path: root/lib/stdlib/src/supervisor.erl
AgeCommit message (Expand)Author
2016-02-10Merge branch 'maint'Siri Hansen
2016-02-03Speed up supervisor:count_children/1; simple_one_for_oneRory Byrne
2016-02-03Add supervisor:get_callback_module/1Siri Hansen
2015-10-08stdlib: Refactor the supervisor module's stateHans Bolinder
2015-10-08Update Kernel and STDLIBHans Bolinder
2015-10-02Merge branch 'nybek/supervisor_reporting_error' into maintZandra
2015-06-18Change license text to APLv2Bruce Yinhe
2015-06-09Fix supervisor:get_childspec/2 for simple_one_for_oneRory Byrne
2015-06-09Fix supervisor reporting errorRory Byrne
2015-05-26Don't store child that returns ignore in simple supervisorJames Fish
2015-04-22supervisor: Correct restart handlingBjörn Gustavsson
2015-03-20Merge branch 'rickard/time_api/OTP-11997'Rickard Green
2015-03-20Replace usage of erlang:now() with usage of new APIRickard Green
2014-10-20New function supervisor:get_childspec/2Siri Hansen
2014-10-20Allow maps for supervisor flags and child specsSiri Hansen
2014-10-08Rebase supervisorSiri Hansen
2014-02-23Deprecate pre-defined built-in typesHans Bolinder
2014-02-14Merge branch 'calebh/fix-regestry-type-annotation'Henrik Nord
2014-02-07Fix alternative registry type annotations in supervisorCaleb
2013-06-12Update copyright yearsBjörn-Egil Dahlberg
2013-05-06Fix unmatched_return warnings in stdlibSiri Hansen
2013-05-06Fix unmatched_returns warnings in STDLIB and KernelHans Bolinder
2013-04-04Fix rest_for_one and one_for_all restarting a child not terminatedJames Fish
2012-10-11If supervisor:start_link fails to start child, add child id to error reasonSiri Hansen
2012-10-05Have supervisor send errors up the chainTomas Pihl
2012-03-30Update copyright yearsBjörn-Egil Dahlberg
2012-03-16Merge branch 'rj/fix-supervisor-shutdown-doc' into maintGustav Simonsson
2012-03-05Leave control back to gen_server during supervisor's restart loopSiri Hansen
2012-02-24Add the type restrictions in the code commentsRicardo Catalinas Jiménez
2012-02-24Remove trailing spacesRicardo Catalinas Jiménez
2011-12-20Don't save child spec for temporary child if child's start func returns ignoreSiri Hansen
2011-11-29Fix dialyzer warnings in supervisorSiri Hansen
2011-10-28Handle undefined pid when reporting error from supervisorSiri Hansen
2011-10-20Merge branch 'cf/simple_one_for_one_shutdown'Henrik Nord
2011-10-10Allow an infinite timeout to shutdown worker processesChristopher Faulet
2011-10-07Add '-callback' attributes in stdlib's behavioursStavros Aronis
2011-09-16Stack errors when dynamic children are stoppedChristopher Faulet
2011-09-16Explicitly kill dynamic children in supervisorsChristopher Faulet
2011-08-30Merge branch 'dev' into majorHenrik Nord
2011-08-23fix supervisors restarting temporary childrenFred Hebert
2011-06-17Handle exit reason {shutdown,Term} as shutdown for children of supervisorSiri Hansen
2011-05-12Types and specifications have been modified and addedHans Bolinder
2011-05-04Change list to set in supervisor for saving pids of dynamic temprary childrenSiri Hansen
2011-04-12Allow supervisor:terminate_child(SupRef,Pid) for simple_one_for_oneSiri Hansen
2011-04-04Completed bug fix "temporary child specs should not be kept when childIngela Anderton Andin
2011-04-04Fix issue with temporary children introduced by OTP-9064Filipe David Manana
2011-02-22Added test case do_not_save_start_parameters_for_temporary_children and fixedIngela Anderton Andin
2011-02-22Do not save parameter list for any temporary processesIngela Anderton Andin
2011-02-22Do not save initial arguments for dynamic temporary processesIngela Anderton Andin
2010-11-22Remove superfluous supervisor error reportBjörn-Egil Dahlberg