aboutsummaryrefslogtreecommitdiffstats
path: root/guide
AgeCommit message (Collapse)Author
2013-04-25Add default transport options section to listeners chapterLoïc Hoguin
2013-04-02Fix proc_lib example codeLoïc Hoguin
Thanks to Marc Campbell for the heads up!
2013-04-01Remove ranch_listener and replace ListenerPid by RefLoï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.
2013-01-17Explain how to use Ranch with a gen_server in the guideLoïc Hoguin
2013-01-17Add section about platform-specific TCP features to the guideLoïc Hoguin
2012-12-24Add ranch:set_max_connections/2 and get_max_connections/1Loïc Hoguin
2012-12-20Merge branch 'adt-socket-transport-opt' of git://github.com/basho/ranchLoïc Hoguin
2012-12-20Add {socket, Socket} transport option, for accepting on existing socketsAndrew Thompson
2012-12-13Improve guide on listening on privileged portsLoïc Hoguin
Making people happy one IRC channel at a time.
2012-11-22Small clarification on the last ssl_auth snippetLoïc Hoguin
2012-11-22Add "SSL client authentication" chapter to the guideLoïc Hoguin
2012-11-12Fix Markdown in the guideLoïc Hoguin
2012-08-22Add initial Ranch guideLoïc Hoguin