Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-10-09 | Make values for the TLS 1.2 signature_algorithms extension configurable | Victor | |
Added in ssl-7.3.1 (OTP-13261). Documented in ssl-8.0. | |||
2016-09-19 | Don't silently drop the accept rate | Maas-Maarten Zeeman | |
2016-09-19 | Renaming NbAcceptors to NumAcceptors | ferigis | |
2016-09-19 | Fix a spelling issue in guide | developerworks | |
2016-09-19 | Add ipv6_v6only listen option | Marc Worrell | |
2016-01-20 | Fix a link in the user guide | Loïc Hoguin | |
2015-08-25 | Add ranch:get_addr/1 | Loïc Hoguin | |
2015-08-22 | Convert the documentation to Asciidoc | Loïc Hoguin | |
2013-12-02 | Remove the confusing doc folder | Loïc Hoguin | |
All documentation is in README.md, guide/ and manual/ now. | |||
2012-04-14 | Import the acceptor code from Cowboy | Loïc Hoguin | |
Modules were renamed. The 'cowboy_' prefix became 'ranch_'. At the same time, ranch_ssl_transport became ranch_ssl, and ranch_tcp_transport became ranch_tcp, because appending '_transport' felt a bit redundant considering SSL and TCP clearly are transports. One test has been added to make sure everything is working. |