aboutsummaryrefslogtreecommitdiffstats
path: root/src/ranch_server.erl
AgeCommit message (Expand)Author
2021-09-08Update copyright yearsLoïc Hoguin
2021-09-08Update copyrightJan Uhlig
2020-09-10Fix typo in comment explictly -> explicitlyOlle Jonsson
2020-09-10Metric counters for connection accepts and terminatesMaria-12648430
2020-06-25Update copyrightjuhlig
2019-07-02Set transport options without suspendjuhlig
2019-07-01Add missing specsjuhlig
2019-05-18Add support for UNIX domain socketsjuhlig
2019-05-08Add the num_conns_sups optionjuhlig
2019-05-06Create one ranch_conns_sup per num_acceptorjuhlig
2018-10-10Fix a race condition on restart after listener_sup crashLoïc Hoguin
2018-09-17Clean listener options after normal shutdownjuhlig
2018-05-16Ensure listener restart with changed TransOptsj.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
2016-11-24Update copyright yearLoïc Hoguin
2016-10-10Prevent a race condition when stopping listenersLoïc Hoguin
2016-10-10Ignore ets:delete/2 return value, always trueLoïc Hoguin
2015-08-25Add ranch:get_addr/1Loïc Hoguin
2015-08-18Welcome to 2015Loïc Hoguin
2014-06-10Update copyright yearsLoïc Hoguin
2013-12-07Get rid of a ton of pointless commentsLoïc Hoguin
2013-05-16Add ranch:ref() typeLoïc Hoguin
2013-04-02Fix ranch_server:set_connections_sup/2 race conditionsJames Fish
2013-04-02Add ranch_server state recoveryJames Fish
2013-04-01Remove ranch_listener and replace ListenerPid by RefLoïc Hoguin
2013-03-31Use a custom supervisor for ranch_conns_supLoïc Hoguin
2013-01-15Ignore tracking of requests when MaxConn = infinityFred Hebert
2012-12-21Fix for cases when listener dies before acceptorsAndrew Majorov
2012-12-21Make listener supervisor failures less painfulAndrew Majorov
2012-08-06Make ranch_sup the owner of the ranch_server ets tableLoïc Hoguin
2012-08-06Make accept asynchronousLoïc Hoguin
2012-07-25Make acceptors query the protocol opts on startupLoïc Hoguin
2012-07-25Register acceptors through ranch_serverLoïc Hoguin
2012-07-25Introduce the ranch_server registry, make it handle listenersLoïc Hoguin