summaryrefslogtreecommitdiff
path: root/lib/stdlib/src/supervisor.erl
Commit message (Expand)AuthorAgeFilesLines
* Update copyright yearHenrik Nord2018-06-181-1/+1
* [logger] Change base OTP domain from [beam,erlang,otp] to [otp]Siri Hansen2018-06-081-3/+3
* Start using logger internally in kernel and stdlibSiri Hansen2018-04-261-22/+33
* [supervisor] Store children in map instead of listSiri Hansen2017-11-091-256/+330
* [supervisor] Change Name to IdSiri Hansen2017-11-091-75/+75
* [supervisor] Use map instead of dict for dynamic childrenSiri Hansen2017-11-091-14/+14
* [supervisor] Refactor to improve maintainabilitySiri Hansen2017-11-091-67/+34
* [supervisor] Add macros to use in guardsSiri Hansen2017-11-091-23/+20
* [supervisor] Refactor handling of dynamic childrenSiri Hansen2017-11-091-156/+114
* stdlib : Improve handling of UnicodeHans Bolinder2017-09-051-2/+2
* Don't report error for shutdown exit tupleMagnus Henoch2016-09-051-0/+4
* Merge branch 'josevalim/supervisor-get-callback-module/PR-1000/OTP-13619'Siri Hansen2016-06-081-3/+14
|\
| * Return callback module in supervisor format_statusJosé Valim2016-06-041-3/+14
* | Merge branch 'josevalim/supervisor-try-again-restart/PR-1001/OTP-13618'Siri Hansen2016-05-251-11/+5
|\ \
| * | Avoid potential timer bottleneck on supervisor restartJosé Valim2016-03-311-11/+5
| |/
* | Enhance map specs in erts, stdlib, runtime_toolsMagnus Lång2016-04-281-2/+2
* | update copyright-yearHenrik Nord2016-03-151-1/+1
|/
* Merge branch 'maint'Siri Hansen2016-02-101-26/+37
|\
| * Speed up supervisor:count_children/1; simple_one_for_oneRory Byrne2016-02-031-26/+23
| * Add supervisor:get_callback_module/1Siri Hansen2016-02-031-0/+14
* | stdlib: Refactor the supervisor module's stateHans Bolinder2015-10-081-31/+35
* | Update Kernel and STDLIBHans Bolinder2015-10-081-5/+5
|/
* Merge branch 'nybek/supervisor_reporting_error' into maintZandra2015-10-021-1/+1
|\
| * Fix supervisor reporting errorRory Byrne2015-06-091-1/+1
* | Change license text to APLv2Bruce Yinhe2015-06-181-9/+10
* | Fix supervisor:get_childspec/2 for simple_one_for_oneRory Byrne2015-06-091-12/+15
|/
* Don't store child that returns ignore in simple supervisorJames Fish2015-05-261-1/+1
* supervisor: Correct restart handlingBjörn Gustavsson2015-04-221-7/+2
* Merge branch 'rickard/time_api/OTP-11997'Rickard Green2015-03-201-15/+2
|\
| * Replace usage of erlang:now() with usage of new APIRickard Green2015-03-201-15/+2
* | New function supervisor:get_childspec/2Siri Hansen2014-10-201-1/+30
* | Allow maps for supervisor flags and child specsSiri Hansen2014-10-201-28/+78
* | Rebase supervisorSiri Hansen2014-10-081-29/+21
|/
* Deprecate pre-defined built-in typesHans Bolinder2014-02-231-23/+24
* Merge branch 'calebh/fix-regestry-type-annotation'Henrik Nord2014-02-141-1/+4
|\
| * Fix alternative registry type annotations in supervisorCaleb2014-02-071-1/+4
| * Update copyright yearsBjörn-Egil Dahlberg2013-06-121-1/+1
* | Fix unmatched_return warnings in stdlibSiri Hansen2013-05-061-1/+4
* | Fix unmatched_returns warnings in STDLIB and KernelHans Bolinder2013-05-061-5/+8
|/
* Fix rest_for_one and one_for_all restarting a child not terminatedJames Fish2013-04-041-5/+22
* If supervisor:start_link fails to start child, add child id to error reasonSiri Hansen2012-10-111-1/+2
* Have supervisor send errors up the chainTomas Pihl2012-10-051-10/+14
* Update copyright yearsBjörn-Egil Dahlberg2012-03-301-1/+1
* Merge branch 'rj/fix-supervisor-shutdown-doc' into maintGustav Simonsson2012-03-161-12/+11
|\
| * Add the type restrictions in the code commentsRicardo Catalinas Jiménez2012-02-241-4/+4
| * Remove trailing spacesRicardo Catalinas Jiménez2012-02-241-8/+7
* | Leave control back to gen_server during supervisor's restart loopSiri Hansen2012-03-051-39/+131
|/
* Don't save child spec for temporary child if child's start func returns ignoreSiri Hansen2011-12-201-4/+8
* Fix dialyzer warnings in supervisorSiri Hansen2011-11-291-1/+1
* Handle undefined pid when reporting error from supervisorSiri Hansen2011-10-281-3/+3