Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-08-20 | Supervised and connection process can now be different | Loïc Hoguin | |
2014-09-23 | Fix arity of Transport:recv in the guide | Loïc Hoguin | |
Initially reported by "talentdeficit". | |||
2014-08-01 | Add versioning information | Loïc Hoguin | |
2014-07-10 | Small fix in the protocols chapter of the guide | Loïc Hoguin | |
2014-06-06 | Update internals chapter with regards to ranch_conns_sup | Loïc Hoguin | |
2014-01-15 | Update parsers.md | Xiao Jia | |
Change `handle_frame(Frame, Buffer)` to `handle_frame(Frame, Rest)` in the parsing binary example. | |||
2013-12-07 | Ranch is supported on R15B01+ | Loïc Hoguin | |
Add a script that runs the test suite on all Erlang versions starting from R15B01. R15B is not supported due to issues with sendfile. | |||
2013-11-25 | Add an introductory chapter about parsing | Loïc Hoguin | |
2013-11-25 | Remove rebar from the guide | Loïc Hoguin | |
The example isn't converted yet but will soon. | |||
2013-11-15 | Small refresh of the guide toc | Loïc Hoguin | |
2013-08-27 | Merge branch 'add-offset-sendfile' of git://github.com/fishcakez/ranch | Loïc Hoguin | |
2013-08-20 | Fix an example in the guide | Loïc Hoguin | |
2013-08-16 | Add Transport:sendfile/4,/5 | James Fish | |
Adds offset based sendfile to transports. Same behaviour as file:sendfile/4,/5 except socket and file arguments are reversed and either a raw file or a filename can be used. sendfile/2,/4,/5 now compulsory callbacks in ranch_transport. ranch_tcp:sendfile/2 now defaults to a chunk_size of 8191 - the default for ranch_ssl:sendfile/2. The same default is used for both ranch_tcp:sendfile/4,5 and ranch_ssl:sendfile/4,5. | |||
2013-06-20 | Add asn1 to the list of applications that need to be started for SSL | Loïc Hoguin | |
2013-04-25 | Add default transport options section to listeners chapter | Loïc Hoguin | |
2013-04-02 | Fix proc_lib example code | Loïc Hoguin | |
Thanks to Marc Campbell for the heads up! | |||
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. | |||
2013-01-17 | Explain how to use Ranch with a gen_server in the guide | Loïc Hoguin | |
2013-01-17 | Add section about platform-specific TCP features to the guide | Loïc Hoguin | |
2012-12-24 | Add ranch:set_max_connections/2 and get_max_connections/1 | Loïc Hoguin | |
2012-12-20 | Merge branch 'adt-socket-transport-opt' of git://github.com/basho/ranch | Loïc Hoguin | |
2012-12-20 | Add {socket, Socket} transport option, for accepting on existing sockets | Andrew Thompson | |
2012-12-13 | Improve guide on listening on privileged ports | Loïc Hoguin | |
Making people happy one IRC channel at a time. | |||
2012-11-22 | Small clarification on the last ssl_auth snippet | Loïc Hoguin | |
2012-11-22 | Add "SSL client authentication" chapter to the guide | Loïc Hoguin | |
2012-11-12 | Fix Markdown in the guide | Loïc Hoguin | |
2012-08-22 | Add initial Ranch guide | Loïc Hoguin | |