Age | Commit message (Expand) | Author |
2018-04-10 | Prevent ranch_conns_sup from stopping on unexpected messages | Loïc Hoguin |
2018-03-14 | Fix ranch:info/0 and ranch:procs/2 in embedded mode | j.uhlig |
2018-01-22 | Added transport functions getopts/2, getstat/1 and getstat/2 | Jan Uhlig |
2017-06-07 | Update Copyright to 20171.4.0 | Loïc Hoguin |
2017-05-31 | Deprecated ranch:start_listener/6 and child_spec/6 | Loïc Hoguin |
2017-01-31 | Format eacces errors in a more readable way | Michael Klishin |
2016-11-24 | Add ranch:info/0 and ranch:procs/2 | Loïc Hoguin |
2016-11-24 | Don't attempt to start ssl anymore | Loïc Hoguin |
2016-11-24 | Update copyright year | Loïc Hoguin |
2016-11-15 | Fix acceptors getting stuck because of socket errors | Loïc Hoguin |
2016-11-15 | Track removed connections | James Fish |
2016-11-15 | Improve error reporting | Alexey Lebedeff |
2016-11-15 | Add ssl to the list of dependencies | Loïc Hoguin |
2016-11-08 | Allow listening with only SNI options | Loïc Hoguin |
2016-11-08 | Blacklist listen options instead of whitelist | Loïc Hoguin |
2016-11-01 | Add SSL options for legacy software interoperability | Alexandru Munteanu |
2016-10-10 | Prevent a race condition when stopping listeners | Loïc Hoguin |
2016-10-10 | Ignore ets:delete/2 return value, always true | Loïc Hoguin |
2016-10-09 | Make values for the TLS 1.2 signature_algorithms extension configurable | Victor |
2016-09-19 | Don't silently drop the accept rate | Maas-Maarten Zeeman |
2016-09-19 | Renaming NbAcceptors to NumAcceptors | ferigis |
2016-09-19 | Add ipv6_v6only listen option | Marc Worrell |
2015-12-18 | Update to 1.2.11.2.1 | Loïc Hoguin |
2015-12-18 | Use the default restart intensity in all supervisors | Loïc Hoguin |
2015-12-18 | Fix node shutdown getting stuck | Loïc Hoguin |
2015-11-16 | Update to 1.2.01.2.0 | Loïc Hoguin |
2015-10-16 | Update to 1.2.0-rc.11.2.0-rc.1 | Loïc Hoguin |
2015-08-25 | Add an error message when Transport:listen fails | Loïc Hoguin |
2015-08-25 | Add ranch:get_addr/1 | Loïc Hoguin |
2015-08-22 | Print a warning when discarding an option on listener startup | Loïc Hoguin |
2015-08-20 | Ensure ranch_conns_sup doesn't crash on protocol start crash | Loïc Hoguin |
2015-08-20 | Add tests and more docs about separate supervisor/connection | Loïc Hoguin |
2015-08-20 | Supervised and connection process can now be different | Loïc Hoguin |
2015-08-20 | Filter out all unknown options, not just 2-tuple ones | Loïc Hoguin |
2015-08-18 | Welcome to 2015 | Loïc Hoguin |
2015-08-18 | Update the list of allowed transport options | Loïc Hoguin |
2015-08-17 | Don't pass Ranch-specific options down to transports | Loïc Hoguin |
2015-03-06 | Handle Transport:controlling_socket/2 errors and close the socket | Loïc Hoguin |
2015-03-06 | Fix start_listener spec | Loïc Hoguin |
2014-11-06 | Update Ranch to 1.1.01.1.0 | Loïc Hoguin |
2014-11-06 | Update erlang.mk | Loïc Hoguin |
2014-11-02 | support ssl partial_chain feature | Andre Graf |
2014-09-11 | Merge branch 'add_transport_secure' of git://github.com/matrixise/ranch | Loïc Hoguin |
2014-09-11 | Merge branch 'ssl_closed' of git://github.com/yjh0502/ranch | Loïc Hoguin |
2014-09-11 | Don't report error on ssl {error, closed} | Jihyun Yu |
2014-09-02 | Add Transport:secure/0 | Stéphane Wirtel |
2014-08-01 | Update Ranch to 1.0.0 | Loïc Hoguin |
2014-06-10 | Update Ranch to 0.100.10.0 | Loïc Hoguin |
2014-06-10 | Update copyright years | Loïc Hoguin |
2014-06-03 | Merge branch 'fix_inherit' of git://github.com/nevar/ranch | Loïc Hoguin |