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.erl
Age
Commit message (
Expand
)
Author
2015-08-20
Filter out all unknown options, not just 2-tuple ones
Loïc Hoguin
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
2015-03-06
Fix start_listener spec
Loïc Hoguin
2014-06-10
Update copyright years
Loïc Hoguin
2014-06-03
Fix inherit listen options for accepted socket
Slava Yurin
2013-12-07
Get rid of a ton of pointless comments
Loïc Hoguin
2013-12-07
Gracefully shutdown when stop_listener/1 is called
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-05-16
Fix typespecs for ranch:filter_options/3
Loïc Hoguin
2013-05-16
Add ranch:ref() type
Loïc Hoguin
2013-04-01
Remove ranch_listener and replace ListenerPid by Ref
Loïc Hoguin
2013-01-15
Allow raw socket options for TCP and SSL
Fred Hebert
2012-12-24
Improve max_connections type
Loïc Hoguin
2012-12-24
Add ranch:set_max_connections/2 and get_max_connections/1
Loïc Hoguin
2012-12-21
Ensure transport module is loaded before checking exports
Andrew Majorov
2012-12-20
Add {socket, Socket} transport option, for accepting on existing sockets
Andrew Thompson
2012-12-20
Return {error, badarg} if start_listener got a bad transport module
Loïc Hoguin
2012-08-20
Add the 'ranch_transport' behaviour
Loïc Hoguin
2012-07-25
Introduce the ranch_server registry, make it handle listeners
Loïc Hoguin
2012-07-22
Add support for listening on random port numbers (port 0)
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