Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-11-24 | Update copyright year | Loïc Hoguin | |
2015-08-20 | Add tests and more docs about separate supervisor/connection | Loïc Hoguin | |
2015-08-18 | Welcome to 2015 | Loïc Hoguin | |
2014-06-10 | Update copyright years | Loïc Hoguin | |
2013-12-07 | Get rid of a ton of pointless comments | Loï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-05-16 | Add ranch:ref() type | Loïc Hoguin | |
2013-04-01 | Remove ranch_listener and replace ListenerPid by Ref | Loïc Hoguin | |
We just don't need this process anymore. Less, simpler code! API changes: * Protocols start_link first argument is now Ref instead of ListenerPid * ranch:accept_ack/1 argument is now Ref instead of ListenerPid * ranch_listener:remove_connection/1 becomes ranch:remove_connection/1 and its argument is now Ref instead of ListenerPid Ref is the name of the listener given as first argument to start_listener/6. | |||
2012-08-20 | Add the 'ranch_protocol' behaviour | Loïc Hoguin | |