aboutsummaryrefslogtreecommitdiffstats
path: root/lib/stdlib/src/supervisor.erl
AgeCommit message (Expand)Author
2016-09-05Don't report error for shutdown exit tupleMagnus Henoch
2016-06-08Merge branch 'josevalim/supervisor-get-callback-module/PR-1000/OTP-13619'Siri Hansen
2016-06-04Return callback module in supervisor format_statusJosé Valim
2016-05-25Merge branch 'josevalim/supervisor-try-again-restart/PR-1001/OTP-13618'Siri Hansen
2016-04-28Enhance map specs in erts, stdlib, runtime_toolsMagnus Lång
2016-03-31Avoid potential timer bottleneck on supervisor restartJosé Valim
2016-03-15update copyright-yearHenrik Nord
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