index
:
otp.git
HansN-patch-1
KennethL-patch-1
bjorn/contributing
bjorn/contributing-1
dgud-string-depr
gcc-5-pic-cmpxchg8b-quickfix
gh-pages
ingela/master/dtls/test-cuddle
maint
maint-17
maint-18
maint-19
maint-20
maint-21
maint-22
maint-r13
maint-r14
maint-r14b03
maint-r15
maint-r16
maint-r16b02
master
meta
sverker-ets-patch-1
Mirror of Erlang/OTP repository.
OTP Team
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
stdlib
/
src
/
supervisor.erl
Age
Commit message (
Expand
)
Author
2015-06-09
Fix supervisor:get_childspec/2 for simple_one_for_one
Rory Byrne
2015-05-26
Don't store child that returns ignore in simple supervisor
James Fish
2015-04-22
supervisor: Correct restart handling
Björn Gustavsson
2015-03-20
Merge branch 'rickard/time_api/OTP-11997'
Rickard Green
2015-03-20
Replace usage of erlang:now() with usage of new API
Rickard Green
2014-10-20
New function supervisor:get_childspec/2
Siri Hansen
2014-10-20
Allow maps for supervisor flags and child specs
Siri Hansen
2014-10-08
Rebase supervisor
Siri Hansen
2014-02-23
Deprecate pre-defined built-in types
Hans Bolinder
2014-02-14
Merge branch 'calebh/fix-regestry-type-annotation'
Henrik Nord
2014-02-07
Fix alternative registry type annotations in supervisor
Caleb
2013-06-12
Update copyright years
Björn-Egil Dahlberg
2013-05-06
Fix unmatched_return warnings in stdlib
Siri Hansen
2013-05-06
Fix unmatched_returns warnings in STDLIB and Kernel
Hans Bolinder
2013-04-04
Fix rest_for_one and one_for_all restarting a child not terminated
James Fish
2012-10-11
If supervisor:start_link fails to start child, add child id to error reason
Siri Hansen
2012-10-05
Have supervisor send errors up the chain
Tomas Pihl
2012-03-30
Update copyright years
Björn-Egil Dahlberg
2012-03-16
Merge branch 'rj/fix-supervisor-shutdown-doc' into maint
Gustav Simonsson
2012-03-05
Leave control back to gen_server during supervisor's restart loop
Siri Hansen
2012-02-24
Add the type restrictions in the code comments
Ricardo Catalinas Jiménez
2012-02-24
Remove trailing spaces
Ricardo Catalinas Jiménez
2011-12-20
Don't save child spec for temporary child if child's start func returns ignore
Siri Hansen
2011-11-29
Fix dialyzer warnings in supervisor
Siri Hansen
2011-10-28
Handle undefined pid when reporting error from supervisor
Siri Hansen
2011-10-20
Merge branch 'cf/simple_one_for_one_shutdown'
Henrik Nord
2011-10-10
Allow an infinite timeout to shutdown worker processes
Christopher Faulet
2011-10-07
Add '-callback' attributes in stdlib's behaviours
Stavros Aronis
2011-09-16
Stack errors when dynamic children are stopped
Christopher Faulet
2011-09-16
Explicitly kill dynamic children in supervisors
Christopher Faulet
2011-08-30
Merge branch 'dev' into major
Henrik Nord
2011-08-23
fix supervisors restarting temporary children
Fred Hebert
2011-06-17
Handle exit reason {shutdown,Term} as shutdown for children of supervisor
Siri Hansen
2011-05-12
Types and specifications have been modified and added
Hans Bolinder
2011-05-04
Change list to set in supervisor for saving pids of dynamic temprary children
Siri Hansen
2011-04-12
Allow supervisor:terminate_child(SupRef,Pid) for simple_one_for_one
Siri Hansen
2011-04-04
Completed bug fix "temporary child specs should not be kept when child
Ingela Anderton Andin
2011-04-04
Fix issue with temporary children introduced by OTP-9064
Filipe David Manana
2011-02-22
Added test case do_not_save_start_parameters_for_temporary_children and fixed
Ingela Anderton Andin
2011-02-22
Do not save parameter list for any temporary processes
Ingela Anderton Andin
2011-02-22
Do not save initial arguments for dynamic temporary processes
Ingela Anderton Andin
2010-11-22
Remove superfluous supervisor error report
Björn-Egil Dahlberg
2010-10-14
supervisor: Type and spec related changes
Kostis Sagonas
2010-06-03
Add declaration for exported types
Kostis Sagonas
2010-06-03
Add types and specs; performed some cleanups also
Kostis Sagonas
2010-02-12
Merge branch 'jn/supervisor_child_count_only' into ccase/r13b04_dev
Erlang/OTP
2010-02-10
Add count_children/1 to supervisor.erl to determine the number of
Jay Nelson
2009-11-20
The R13B03 release.
OTP_R13B03
Erlang/OTP