aboutsummaryrefslogtreecommitdiffstats
path: root/src/ranch_conns_sup.erl
AgeCommit message (Expand)Author
2022-04-28Fix upgrade suite for 2.1Jan Uhlig
2021-09-08Update copyright yearsLoïc Hoguin
2021-09-07Update copyrightMaria Scott
2021-09-07Manual for num_connection alarmsMaria Scott
2021-09-07Make alarm option cooldown optionalMaria Scott
2021-09-07Enable connection count alarmsjuhlig
2020-09-10Metric counters for connection accepts and terminatesMaria-12648430
2020-06-25Update copyrightjuhlig
2019-10-14Fix log on connection process exitchenduo
2019-09-01Removed connections trigger acceptors wake-upJose M Perez
2019-07-02Set transport options without suspendjuhlig
2019-07-01Add missing specsjuhlig
2019-06-20Ranch leaks sockets when protocols fail to startjuhlig
2019-05-12Properly document logger option; change default to loggerLoïc Hoguin
2019-05-09Remove Socket argument from ranch_protocol:start_linkLoïc Hoguin
2019-05-08Add the num_conns_sups optionjuhlig
2019-05-06Fix some whitespaceLoïc Hoguin
2019-05-06Create one ranch_conns_sup per num_acceptorjuhlig
2019-04-29Fix repeated removal of connectionsjuhlig
2018-07-05Add a logger transport optionLoïc Hoguin
2018-07-04Better distinguish between Ranch and socket optionsLoïc Hoguin
2018-07-02Introduce Transport:handshake/1,2j.uhlig
2018-05-16Ensure listener restart with changed TransOptsj.uhlig
2018-04-10Ranch 1.5.01.5.0Loïc Hoguin
2018-04-10Prevent ranch_conns_sup from stopping on unexpected messagesLoïc Hoguin
2017-06-07Update Copyright to 20171.4.0Loïc Hoguin
2016-11-24Update copyright yearLoïc Hoguin
2016-11-15Fix acceptors getting stuck because of socket errorsLoïc Hoguin
2016-11-15Track removed connectionsJames Fish
2015-08-20Ensure ranch_conns_sup doesn't crash on protocol start crashLoïc Hoguin
2015-08-20Supervised and connection process can now be differentLoïc Hoguin
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-12-07Add an error report when a connection process fails to startLoï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-08-29Include protocol module in error report when connection failsJames Fish
2013-08-28Don't report error when protocol exits with reason shutdownJames Fish
2013-08-27Print an error if the supervisor receives an unexpected messageLoïc Hoguin
2013-08-27Close the socket if no child process was startedLoïc Hoguin
2013-08-20Report errors when connection processes failLoïc Hoguin
2013-06-19Catch exceptions in ranch_conns_sup:active_connections/1Loïc Hoguin
2013-06-19Fix which_children call which returned incorrect valuesLoïc Hoguin
2013-05-16Add ranch:ref() typeLoïc Hoguin
2013-04-29Allow connection processes to be supervisorsLoïc Hoguin
2013-04-01Remove ranch_listener and replace ListenerPid by RefLoïc Hoguin
2013-03-31Use a custom supervisor for ranch_conns_supLoïc Hoguin
2012-12-21Make listener supervisor failures less painfulAndrew Majorov