aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2018-11-26Use the correct CRC32 algorithm for the PROXY headerLoïc Hoguin
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-10Fix a race condition on restart after listener_sup crashLoïc Hoguin
2018-10-10Make the acceptors exit rather than crash on socket closeLoïc Hoguin
2018-10-10Add ranch_tcp:recv_proxy_header/2Loïc Hoguin
2018-10-09Add functions to build the PROXY protocol headerLoïc Hoguin
2018-10-08Add initial ranch_proxy_header implementationLoïc Hoguin
2018-10-04Fix inconsistent naming of filter_user_options/2 argumentKim Shrier
2018-09-17Clean listener options after normal shutdownjuhlig
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-31Correct the sendfile specs for the filenameLoïc Hoguin
2018-07-31Fix some whitespaceLoïc Hoguin
2018-07-18Add one manual per function for the ranch moduleLoïc Hoguin
2018-07-05Hide cacerts from the listen error logLoïc Hoguin
2018-07-05Add a logger transport optionLoïc Hoguin
2018-07-04Return errors from Transport:handshakeLoïc Hoguin
2018-07-04Enable TLS upgrades via ranch_ssl:handshake/3Loï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-02Remove an old R16B01/02 workaroundLoïc Hoguin
2018-07-02Introduce Transport:handshake/1,2j.uhlig
2018-05-17Add a function to wait for number of connectionsj.uhlig
2018-05-16Ensure listener restart with changed TransOptsj.uhlig
2018-05-16Add configurable restart intensity for ranch_supj.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-04-10Prevent ranch_conns_sup from stopping on unexpected messagesLoïc Hoguin
2018-03-14Fix ranch:info/0 and ranch:procs/2 in embedded modej.uhlig
2018-01-22Added transport functions getopts/2, getstat/1 and getstat/2Jan 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-15Fix acceptors getting stuck because of socket errorsLoïc Hoguin
2016-11-15Track removed connectionsJames Fish
2016-11-15Improve error reportingAlexey Lebedeff
2016-11-15Add ssl to the list of dependenciesLoïc Hoguin
2016-11-08Allow listening with only SNI optionsLoïc Hoguin
2016-11-08Blacklist listen options instead of whitelistLoïc Hoguin
2016-11-01Add SSL options for legacy software interoperabilityAlexandru Munteanu
2016-10-10Prevent a race condition when stopping listenersLoïc Hoguin
2016-10-10Ignore ets:delete/2 return value, always trueLoïc Hoguin
2016-10-09Make values for the TLS 1.2 signature_algorithms extension configurableVictor
2016-09-19Don't silently drop the accept rateMaas-Maarten Zeeman