index
:
ranch.git
1.8.x
master
no-pdict
test-internal_active_n-2
windows-ssl-active-n
Socket acceptor pool for TCP protocols.
Loïc Hoguin
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
ranch_tcp.erl
Age
Commit message (
Expand
)
Author
2016-11-08
Blacklist listen options instead of whitelist
Loïc Hoguin
2016-09-19
Add ipv6_v6only listen option
Marc Worrell
2015-08-18
Welcome to 2015
Loïc Hoguin
2015-08-18
Update the list of allowed transport options
Loïc Hoguin
2015-08-17
Don't pass Ranch-specific options down to transports
Loïc Hoguin
2014-09-02
Add Transport:secure/0
Stéphane Wirtel
2014-06-10
Update copyright years
Loïc Hoguin
2013-12-07
Add Transport:shutdown/2
Loïc Hoguin
2013-12-07
Get rid of a ton of pointless comments
Loïc Hoguin
2013-12-07
Add transport options linger, send_timeout, send_timeout_close
Loïc Hoguin
2013-12-07
Merge branch 'connect_timeout' of git://github.com/heroku/ranch
Loïc Hoguin
2013-11-26
Add accept_ack on all transports and ack_timeout transport option
Loïc Hoguin
2013-11-25
Small fixes to specs
Loïc Hoguin
2013-11-07
Implements ranch_transport:connect/4.
Geoff Cant
2013-08-16
Add Transport:sendfile/4,/5
James Fish
2013-05-16
Add ranch_tcp:opts() type
Loïc Hoguin
2013-03-28
Catch badmatch errors when using file:sendfile
Ali Sabil
2013-01-15
Allow raw socket options for TCP and SSL
Fred Hebert
2012-12-01
Add Transport:sendfile/2 support
Loïc Hoguin
2012-12-01
Fix typespecs for Transport:send/2
Loïc Hoguin
2012-11-12
Allow IP tuples and more when connecting transports
Loïc Hoguin
2012-09-26
Add the {nodelay, boolean()} option controlling TCP_NODELAY
Loïc Hoguin
2012-08-20
Add the 'ranch_transport' behaviour
Loïc Hoguin
2012-06-04
Add Transport:connect/3 and remove types unneeded by R15B+
0.2.1
Loïc Hoguin
2012-04-14
Import the acceptor code from Cowboy
Loïc Hoguin