Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-07-25 | Introduce the ranch_server registry, make it handle listeners | Loïc Hoguin | |
2012-07-22 | Add an SSL test | Loïc Hoguin | |
2012-07-22 | Add support for listening on random port numbers (port 0) | Loïc Hoguin | |
ranch:get_port/1 returns the given listener's port. | |||
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. |