Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-11-14 | Update Ranch to 0.9.00.9.0 | Loïc Hoguin | |
2013-08-24 | Update Ranch to 0.8.50.8.5 | Loïc Hoguin | |
2013-06-27 | Remove unknown keys from .app.src file | Loïc Hoguin | |
2013-06-20 | Update Ranch to 0.8.40.8.4 | Loïc Hoguin | |
2013-05-16 | Update Ranch to 0.8.30.8.3 | Loïc Hoguin | |
2013-05-01 | Update Ranch to 0.8.20.8.2 | Loïc Hoguin | |
2013-04-12 | Update Ranch to 0.8.10.8.1 | Loïc Hoguin | |
2013-04-02 | Update Ranch to 0.8.00.8.0 | Loïc Hoguin | |
2013-03-06 | Update Ranch to 0.6.20.6.2 | Loïc Hoguin | |
2013-01-17 | Update Ranch to 0.6.10.6.1 | Loïc Hoguin | |
2012-12-24 | Update version to 0.6.00.6.0 | Loïc Hoguin | |
2012-11-12 | Add two values to Ranch application for private use | Loïc Hoguin | |
2012-08-22 | Update version to 0.4.00.4.0 | Loïc Hoguin | |
2012-07-25 | Introduce the ranch_server registry, make it handle listeners | 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-06-04 | Add Transport:connect/3 and remove types unneeded by R15B+0.2.1 | Loïc Hoguin | |
Also use one export per line to improve future diffs. Bump the version to 0.2.1 to reflect this change. | |||
2012-04-14 | Update version to 0.2.00.2.0 | Loïc Hoguin | |
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. |