aboutsummaryrefslogtreecommitdiffstats
path: root/lib/stdlib/src/supervisor.erl
AgeCommit message (Expand)Author
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
2010-10-14supervisor: Type and spec related changesKostis Sagonas
2010-06-03Add declaration for exported typesKostis Sagonas
2010-06-03Add types and specs; performed some cleanups alsoKostis Sagonas
2010-02-12Merge branch 'jn/supervisor_child_count_only' into ccase/r13b04_devErlang/OTP
2010-02-10Add count_children/1 to supervisor.erl to determine the number ofJay Nelson
2009-11-20The R13B03 release.OTP_R13B03Erlang/OTP