Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-05-22 | Merge branch 'raimo/gen_statem-dev' | Raimo Niskanen | |
* raimo/gen_statem-dev: Fix documentation details | |||
2017-05-22 | Fix documentation details | Raimo Niskanen | |
2017-05-04 | Update copyright year | Raimo Niskanen | |
2017-04-28 | Merge branch 'raimo/gen_statem-dev' | Raimo Niskanen | |
OTP-14531 Generic time-outs in gen_statem Conflicts: lib/stdlib/test/erl_internal_SUITE.erl | |||
2017-04-27 | Merge branch 'ingela/deprecate/gen_fsm/OTP-14183' | Ingela Anderton Andin | |
* ingela/deprecate/gen_fsm/OTP-14183: stdlib: Deprecate gen_fsm Conflicts: lib/stdlib/doc/src/gen_fsm.xml | |||
2017-04-27 | stdlib: Deprecate gen_fsm | Ingela Anderton Andin | |
2017-04-21 | Implement {timeout,Name} timeouts | Raimo Niskanen | |
2017-04-20 | Fix xmllint warning in Design Principles/Supervisor Behaviour | Siri Hansen | |
2017-03-03 | Merge branch 'maint' | Raimo Niskanen | |
2017-03-03 | Merge branch 'raimo/kernel/gen_statem-progress/OTP-14114' into maint | Raimo Niskanen | |
* raimo/kernel/gen_statem-progress/OTP-14114: Make code_change/4 optional Implement fallback for terminate/3 Clarify code_change and callback mode change Stop pampering with stacktraces Clean up timer handling Remove event timer optimization Clean up timer handling Reduce number of loop variables hence code mass Optimize by using async cancel_timer Bugfix: callback mode not cached after code change Implement repeat_state and repeat_state_and_data Correct type checking function for action {next_event,,} Change arity of type to init_result/1 | |||
2017-02-03 | Merge branch 'maint' | Björn-Egil Dahlberg | |
2017-02-01 | fix a few statem typos | Kim Shrier | |
2017-01-30 | Implement repeat_state and repeat_state_and_data | Raimo Niskanen | |
2017-01-23 | Add design principles restart intensity howto | Richard Carlsson | |
2016-11-17 | Merge branch 'elbrujohalcon/expand-sup-doc/PR-1233/OTP-14037' | Siri Hansen | |
* elbrujohalcon/expand-sup-doc/PR-1233/OTP-14037: Expand on the behavior of supervisors | |||
2016-11-15 | Expand on the behavior of supervisors | Brujo Benavides | |
Add additional details on the behavior of supervisors when reaching maximum restart intensity, as stated by @rvirding at [Medium](https://goo.gl/XhwpSL) | |||
2016-11-08 | Merge branch 'raimo/gen_statem-improvements/OTP-13929' into maint | Raimo Niskanen | |
* raimo/gen_statem-improvements/OTP-13929: Log terminate to sys debug Optimize event timeout Rework timeout handling Clarify the chapter 'Postponing Events' (ERL-284) Fix doc and type for state enter calls | |||
2016-10-28 | doc: Clarify application directory structure | Björn-Egil Dahlberg | |
2016-10-25 | Clarify the chapter 'Postponing Events' (ERL-284) | Raimo Niskanen | |
2016-10-13 | Use parameterized types | Raimo Niskanen | |
2016-10-12 | Implement state timeouts | Raimo Niskanen | |
2016-10-04 | Improve docs and types | Raimo Niskanen | |
2016-09-30 | Change state entry events into state enter calls | Raimo Niskanen | |
2016-09-20 | Improve docs | Raimo Niskanen | |
2016-09-16 | Improve docs | Raimo Niskanen | |
2016-09-16 | Implement state entry events | Raimo Niskanen | |
2016-09-01 | doc: Correct errors introduced by Editorial changes | Hans Bolinder | |
Fix some older errors as well. | |||
2016-08-10 | Doc fixes | Raimo Niskanen | |
2016-08-02 | Rewrite gen_statem docs for M:callback_mode/0 | Raimo Niskanen | |
2016-07-13 | Fix verb conjugation in statem docs | Bernhard Schwarz | |
'We' wait. | |||
2016-06-01 | Correct usage of marker tag | Lars Thorsen | |
2016-05-11 | Reword 'dispatch' into 'branch depending' | Raimo Niskanen | |
2016-05-09 | Fix all seealso and other minor changes | Raimo Niskanen | |
2016-05-09 | Merge branch 'xsipewe_gen_statem1' of https://github.com/xsipewe/otp into ↵ | Raimo Niskanen | |
raimo/polish-gen_statem/OTP-13065 Conflicts: lib/stdlib/doc/src/gen_statem.xml | |||
2016-05-06 | Editorial update | xsipewe | |
2016-05-04 | Fix documentation | Raimo Niskanen | |
2016-04-27 | Fix hibernation subtlety | Raimo Niskanen | |
2016-04-25 | Merge branch 'raimo/new-gen-state-machine/OTP-13065' | Raimo Niskanen | |
* raimo/new-gen-state-machine/OTP-13065: (52 commits) Add section on state filtering Promote gen_statem over gen_fsm Modify code_change/4 to return CallbackMode Use ?NAME macro in examples Introduce Fred Herbert suggested additions Introduce corrections from Fred Hebert and Ingela Use .png pictures instead of .gif Write Design Principles chapter Fix missing short forms for event timeout Do more intricate Fred Hebert doc changes Change Caller -> From as suggested by Fred Hebert Do documentation improvements from Fred Hebert Fix broken documenation reference Rename state_timeout -> event_timeout Fix most of the system docs and emacs mode Change code_change/4 to {ok,State,Data} Fixup sharpened test suite Sharpen test suite Remove the remove_event action and all alike Relax caller() type check and cleanup ... Conflicts: lib/stdlib/src/gen.erl lib/stdlib/src/gen_event.erl lib/stdlib/src/gen_fsm.erl lib/stdlib/src/gen_server.erl lib/stdlib/test/error_logger_forwarder.erl | |||
2016-04-25 | Add section on state filtering | Raimo Niskanen | |
Misc documentation fixes. | |||
2016-04-22 | Promote gen_statem over gen_fsm | Raimo Niskanen | |
2016-04-21 | Modify code_change/4 to return CallbackMode | Raimo Niskanen | |
Also move check of non-atom states in callback mode state_functions to where the state function is called. This gives homogenous diagnostics for state functions, code_change/4 and system_replace_state StateFun. Irregularities pointed out by James Fish. | |||
2016-04-19 | Use ?NAME macro in examples | Raimo Niskanen | |
2016-04-19 | Introduce Fred Herbert suggested additions | Raimo Niskanen | |
2016-04-18 | Introduce corrections from Fred Hebert and Ingela | Raimo Niskanen | |
2016-04-18 | Use .png pictures instead of .gif | Raimo Niskanen | |
2016-04-15 | Write Design Principles chapter | Raimo Niskanen | |
2016-04-13 | Merge branch 'henrik/update-copyrightyear' | Henrik Nord | |
* henrik/update-copyrightyear: update copyright-year | |||
2016-04-07 | Merge branch 'derek121/supervisor_docs/PR-974' | Henrik Nord | |
* derek121/supervisor_docs/PR-974: Fix small supervisor docs grammar issue | |||
2016-04-01 | Add documentation about -specs for callbacks | Stavros Aronis | |
2016-03-15 | update copyright-year | Henrik Nord | |