Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-02-14 | Ranch 2.2.0HEAD2.2.0master | Loïc Hoguin | |
2025-01-23 | Add optional callback ranch_transport:format_error/1 | Jan Uhlig | |
2019-10-14 | Enable multiple steps handshake | juhlig | |
Also fix some Protocol:start_link/4 into start_link/3 left over in the documentation. | |||
2019-05-27 | Use transport options in ranch_transport:listen/1 callbacks | juhlig | |
The callback `ranch_transport:listen/1` has changed to accept a map of transport options instead of socket options. | |||
2019-05-22 | Add docs for local sockets | juhlig | |
2019-05-13 | Add the passive messages to ranch_transport:messages/0 | Loïc Hoguin | |
2018-07-31 | Revisit the manual pages for the various modules | Loïc Hoguin | |
2018-07-04 | Enable TLS upgrades via ranch_ssl:handshake/3 | Loïc Hoguin | |
Based on the work done by @juhlig. | |||
2018-07-04 | Fix a typo in a type in the documentation | Loïc Hoguin | |
2018-07-02 | Introduce Transport:handshake/1,2 | j.uhlig | |
This commit deprecates Transport:accept_ack/1 in favor of a new forward-compatible function. Transport:handshake/1,2 will use ssl:handshake/2,3 from Ranch 2.0 onward. | |||
2018-01-22 | Added transport functions getopts/2, getstat/1 and getstat/2 | Jan Uhlig | |
2015-08-22 | Convert the documentation to Asciidoc | Loïc Hoguin | |