Age | Commit message (Expand) | Author |
2018-08-13 | Export the function ranch:normalize_opts/1 | Loïc Hoguin |
2018-08-01 | Remove R16 compatibility | Loïc Hoguin |
2018-08-01 | get_status now reports running when acceptors_sup is restarting | j.uhlig |
2018-08-01 | Fix ranch:wait_for_connections_loop/4 interval | LJZN |
2018-07-18 | Add one manual per function for the ranch module | Loïc Hoguin |
2018-07-05 | Add a logger transport option | Loïc Hoguin |
2018-07-04 | Return errors from Transport:handshake | Loïc Hoguin |
2018-07-04 | Better distinguish between Ranch and socket options | Loïc Hoguin |
2018-07-02 | Mark ranch:accept_ack/1 as deprecated | Loïc Hoguin |
2018-07-02 | Introduce Transport:handshake/1,2 | j.uhlig |
2018-05-17 | Add a function to wait for number of connections | j.uhlig |
2018-05-02 | Add suspend/resume of listeners and update of transport options | j.uhlig |
2018-04-10 | Ranch 1.5.01.5.0 | Loïc Hoguin |
2018-03-14 | Fix ranch:info/0 and ranch:procs/2 in embedded mode | j.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 | Track removed connections | James Fish |
2016-11-15 | Improve error reporting | Alexey Lebedeff |
2016-11-08 | Blacklist listen options instead of whitelist | Loïc Hoguin |
2016-09-19 | Renaming NbAcceptors to NumAcceptors | ferigis |
2015-12-18 | Fix node shutdown getting stuck | 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 | 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 | Fix start_listener spec | Loïc Hoguin |
2014-06-10 | Update copyright years | Loïc Hoguin |
2014-06-03 | Fix inherit listen options for accepted socket | Slava Yurin |
2013-12-07 | Get rid of a ton of pointless comments | Loïc Hoguin |
2013-12-07 | Gracefully shutdown when stop_listener/1 is called | Loïc Hoguin |
2013-11-26 | Add accept_ack on all transports and ack_timeout transport option | Loïc Hoguin |
2013-11-25 | Small fixes to specs | Loïc Hoguin |
2013-05-16 | Fix typespecs for ranch:filter_options/3 | Loïc Hoguin |
2013-05-16 | Add ranch:ref() type | Loïc Hoguin |
2013-04-01 | Remove ranch_listener and replace ListenerPid by Ref | Loïc Hoguin |
2013-01-15 | Allow raw socket options for TCP and SSL | Fred Hebert |
2012-12-24 | Improve max_connections type | Loïc Hoguin |
2012-12-24 | Add ranch:set_max_connections/2 and get_max_connections/1 | Loïc Hoguin |
2012-12-21 | Ensure transport module is loaded before checking exports | Andrew Majorov |
2012-12-20 | Add {socket, Socket} transport option, for accepting on existing sockets | Andrew Thompson |
2012-12-20 | Return {error, badarg} if start_listener got a bad transport module | Loïc Hoguin |
2012-08-20 | Add the 'ranch_transport' behaviour | Loïc Hoguin |
2012-07-25 | Introduce the ranch_server registry, make it handle listeners | Loïc Hoguin |
2012-07-22 | Add support for listening on random port numbers (port 0) | Loïc Hoguin |