aboutsummaryrefslogtreecommitdiffstats
path: root/src/ranch.app.src
AgeCommit message (Collapse)Author
2013-12-07Get rid of a ton of pointless commentsLoïc Hoguin
All of it can be found in the manual, which defines what the code must do, and is always up to date unlike the code comments.
2013-11-14Update Ranch to 0.9.00.9.0Loïc Hoguin
2013-08-24Update Ranch to 0.8.50.8.5Loïc Hoguin
2013-06-27Remove unknown keys from .app.src fileLoïc Hoguin
2013-06-20Update Ranch to 0.8.40.8.4Loïc Hoguin
2013-05-16Update Ranch to 0.8.30.8.3Loïc Hoguin
2013-05-01Update Ranch to 0.8.20.8.2Loïc Hoguin
2013-04-12Update Ranch to 0.8.10.8.1Loïc Hoguin
2013-04-02Update Ranch to 0.8.00.8.0Loïc Hoguin
2013-03-06Update Ranch to 0.6.20.6.2Loïc Hoguin
2013-01-17Update Ranch to 0.6.10.6.1Loïc Hoguin
2012-12-24Update version to 0.6.00.6.0Loïc Hoguin
2012-11-12Add two values to Ranch application for private useLoïc Hoguin
2012-08-22Update version to 0.4.00.4.0Loïc Hoguin
2012-07-25Introduce the ranch_server registry, make it handle listenersLoïc Hoguin
2012-07-22Add support for listening on random port numbers (port 0)Loïc Hoguin
ranch:get_port/1 returns the given listener's port.
2012-06-04Add Transport:connect/3 and remove types unneeded by R15B+0.2.1Loï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-14Update version to 0.2.00.2.0Loïc Hoguin
2012-04-14Import the acceptor code from CowboyLoï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.