aboutsummaryrefslogtreecommitdiffstats
path: root/src/ranch_acceptor.erl
AgeCommit message (Expand)Author
2020-06-25Update copyrightjuhlig
2019-06-20Fix misplaced monitoring of connection supervisorjuhlig
2019-05-08Add the num_conns_sups optionjuhlig
2019-05-08Retrieve the conns_sup in the acceptor start functionjuhlig
2019-05-06Create one ranch_conns_sup per num_acceptorjuhlig
2018-10-10Make the acceptors exit rather than crash on socket closeLoïc Hoguin
2018-07-05Add a logger transport optionLoïc Hoguin
2018-04-10Ranch 1.5.01.5.0Loïc Hoguin
2017-06-07Update Copyright to 20171.4.0Loïc Hoguin
2016-11-24Update copyright yearLoïc Hoguin
2016-09-19Don't silently drop the accept rateMaas-Maarten Zeeman
2015-08-18Welcome to 2015Loïc Hoguin
2015-03-06Handle Transport:controlling_socket/2 errors and close the socketLoïc Hoguin
2014-06-10Update copyright yearsLoïc Hoguin
2013-12-07Get rid of a ton of pointless commentsLoïc Hoguin
2013-11-14Flush any message acceptors may receive and log themLoïc Hoguin
2013-04-08Wait in the acceptor if we get emfile errorsLoï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-24Improve max_connections typeLoïc Hoguin
2012-12-24Add ranch:set_max_connections/2 and get_max_connections/1Loïc Hoguin
2012-08-06Check the accept/2 return value for errorsLoï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-06-04Add Transport:connect/3 and remove types unneeded by R15B+0.2.1Loïc Hoguin
2012-04-14Import the acceptor code from CowboyLoïc Hoguin