Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-03-06 | Fix examples README | Loïc Hoguin | |
2014-08-01 | Update examples Makefile1.0.0 | Loïc Hoguin | |
2013-12-07 | Examples must follow master | Loïc Hoguin | |
2013-12-07 | Fix small issues and style of the examples | Loïc Hoguin | |
2013-12-05 | Update tcp_echo example to use erlang.mk | josh rotenberg | |
2013-12-04 | Add example using gen_server | josh rotenberg | |
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-07 | Add a TCP Echo protocol example | Loïc Hoguin | |