Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-09-01 | Update docs and modernize examples | Jan Uhlig | |
* Use the map form for transport options everywhere * Remove mentions of the list form for transport options * Use a state enter call instead of gen_statem:enter_loop/4 and proc_lib:start_link/3 in the tcp_reverse example * Take care of different EOLs in the tcp_reverse example * Mention state enter calls, the next_event action, and {continue, ...} in the docs for how to use gen_statem and gen_server | |||
2019-06-21 | Embedded listeners depending on ranch_server | juhlig | |
2019-05-09 | No longer accept mix of Ranch/socket options as list | Loïc Hoguin | |
2018-07-18 | Add one manual per function for the ranch module | Loïc Hoguin | |
Also review and update the ranch(7) manual and fix a few specs. |