aboutsummaryrefslogtreecommitdiffstats
path: root/src/ranch_tcp.erl
AgeCommit message (Expand)Author
2020-06-25Update copyrightjuhlig
2020-04-20Delete local socket file when a listener closesjuhlig
2020-04-02Delete possibly existing socket file when listening on a local socketjuhlig
2019-10-14Enable multiple steps handshakejuhlig
2019-07-01Add missing specsjuhlig
2019-05-27Use transport options in ranch_transport:listen/1 callbacksjuhlig
2019-05-22Add inet:local_address() to ranch_tcp ip optionjuhlig
2019-05-18Add support for UNIX domain socketsjuhlig
2019-05-13Add the passive messages to ranch_transport:messages/0Loïc Hoguin
2019-05-09Use ssl:handshake instead of ssl:ssl_acceptLoïc Hoguin
2019-05-06Fix some whitespaceLoïc Hoguin
2018-10-23Add ranch:recv_proxy_header/2Loïc Hoguin
2018-10-10Add ranch_tcp:recv_proxy_header/2Loïc Hoguin
2018-07-31Fix some whitespaceLoïc Hoguin
2018-07-02Introduce Transport:handshake/1,2j.uhlig
2018-04-10Ranch 1.5.01.5.0Loïc Hoguin
2018-01-22Added transport functions getopts/2, getstat/1 and getstat/2Jan Uhlig
2017-06-07Update Copyright to 20171.4.0Loïc Hoguin
2016-11-24Update copyright yearLoïc Hoguin
2016-11-08Blacklist listen options instead of whitelistLoïc Hoguin
2016-09-19Add ipv6_v6only listen optionMarc Worrell
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
2014-09-02Add Transport:secure/0Stéphane Wirtel
2014-06-10Update copyright yearsLoïc Hoguin
2013-12-07Add Transport:shutdown/2Loïc Hoguin
2013-12-07Get rid of a ton of pointless commentsLoïc Hoguin
2013-12-07Add transport options linger, send_timeout, send_timeout_closeLoïc Hoguin
2013-12-07Merge branch 'connect_timeout' of git://github.com/heroku/ranchLoï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-11-07Implements ranch_transport:connect/4.Geoff Cant
2013-08-16Add Transport:sendfile/4,/5James Fish
2013-05-16Add ranch_tcp:opts() typeLoïc Hoguin
2013-03-28Catch badmatch errors when using file:sendfileAli Sabil
2013-01-15Allow raw socket options for TCP and SSLFred Hebert
2012-12-01Add Transport:sendfile/2 supportLoïc Hoguin
2012-12-01Fix typespecs for Transport:send/2Loïc Hoguin
2012-11-12Allow IP tuples and more when connecting transportsLoïc Hoguin
2012-09-26Add the {nodelay, boolean()} option controlling TCP_NODELAYLoïc Hoguin
2012-08-20Add the 'ranch_transport' behaviourLoï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