aboutsummaryrefslogtreecommitdiffstats
path: root/src/ranch.erl
AgeCommit message (Expand)Author
2018-11-14Document the PROXY-related functions; prepare 1.7.0Loïc Hoguin
2018-10-23Add ranch:recv_proxy_header/2Loïc Hoguin
2018-10-04Fix inconsistent naming of filter_user_options/2 argumentKim Shrier
2018-08-13Export the function ranch:normalize_opts/1Loïc Hoguin
2018-08-01Remove R16 compatibilityLoïc Hoguin
2018-08-01get_status now reports running when acceptors_sup is restartingj.uhlig
2018-08-01Fix ranch:wait_for_connections_loop/4 intervalLJZN
2018-07-18Add one manual per function for the ranch moduleLoïc Hoguin
2018-07-05Add a logger transport optionLoïc Hoguin
2018-07-04Return errors from Transport:handshakeLoïc Hoguin
2018-07-04Better distinguish between Ranch and socket optionsLoïc Hoguin
2018-07-02Mark ranch:accept_ack/1 as deprecatedLoïc Hoguin
2018-07-02Introduce Transport:handshake/1,2j.uhlig
2018-05-17Add a function to wait for number of connectionsj.uhlig
2018-05-02Add suspend/resume of listeners and update of transport optionsj.uhlig
2018-04-10Ranch 1.5.01.5.0Loïc Hoguin
2018-03-14Fix ranch:info/0 and ranch:procs/2 in embedded modej.uhlig
2017-06-07Update Copyright to 20171.4.0Loïc Hoguin
2017-05-31Deprecated ranch:start_listener/6 and child_spec/6Loïc Hoguin
2017-01-31Format eacces errors in a more readable wayMichael Klishin
2016-11-24Add ranch:info/0 and ranch:procs/2Loïc Hoguin
2016-11-24Don't attempt to start ssl anymoreLoïc Hoguin
2016-11-24Update copyright yearLoïc Hoguin
2016-11-15Track removed connectionsJames Fish
2016-11-15Improve error reportingAlexey Lebedeff
2016-11-08Blacklist listen options instead of whitelistLoïc Hoguin
2016-09-19Renaming NbAcceptors to NumAcceptorsferigis
2015-12-18Fix node shutdown getting stuckLoïc Hoguin
2015-08-25Add ranch:get_addr/1Loïc Hoguin
2015-08-22Print a warning when discarding an option on listener startupLoïc Hoguin
2015-08-20Filter out all unknown options, not just 2-tuple onesLoïc Hoguin
2015-08-18Welcome to 2015Loïc Hoguin
2015-08-18Update the list of allowed transport optionsLoïc Hoguin
2015-08-17Don't pass Ranch-specific options down to transportsLoïc Hoguin
2015-03-06Fix start_listener specLoïc Hoguin
2014-06-10Update copyright yearsLoïc Hoguin
2014-06-03Fix inherit listen options for accepted socketSlava Yurin
2013-12-07Get rid of a ton of pointless commentsLoïc Hoguin
2013-12-07Gracefully shutdown when stop_listener/1 is calledLoïc Hoguin
2013-11-26Add accept_ack on all transports and ack_timeout transport optionLoïc Hoguin
2013-11-25Small fixes to specsLoïc Hoguin
2013-05-16Fix typespecs for ranch:filter_options/3Loïc Hoguin
2013-05-16Add ranch:ref() typeLoïc Hoguin
2013-04-01Remove ranch_listener and replace ListenerPid by RefLoïc Hoguin
2013-01-15Allow raw socket options for TCP and SSLFred Hebert
2012-12-24Improve max_connections typeLoïc Hoguin
2012-12-24Add ranch:set_max_connections/2 and get_max_connections/1Loïc Hoguin
2012-12-21Ensure transport module is loaded before checking exportsAndrew Majorov
2012-12-20Add {socket, Socket} transport option, for accepting on existing socketsAndrew Thompson
2012-12-20Return {error, badarg} if start_listener got a bad transport moduleLoïc Hoguin