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_acceptor.erl
Age
Commit message (
Expand
)
Author
2016-09-19
Don't silently drop the accept rate
Maas-Maarten Zeeman
2015-08-18
Welcome to 2015
Loïc Hoguin
2015-03-06
Handle Transport:controlling_socket/2 errors and close the socket
Loïc Hoguin
2014-06-10
Update copyright years
Loïc Hoguin
2013-12-07
Get rid of a ton of pointless comments
Loïc Hoguin
2013-11-14
Flush any message acceptors may receive and log them
Loïc Hoguin
2013-04-08
Wait in the acceptor if we get emfile errors
Loïc Hoguin
2013-03-31
Use a custom supervisor for ranch_conns_sup
Loïc Hoguin
2013-01-15
Ignore tracking of requests when MaxConn = infinity
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-08-06
Check the accept/2 return value for errors
Loïc Hoguin
2012-08-06
Make accept asynchronous
Loïc Hoguin
2012-07-25
Make acceptors query the protocol opts on startup
Loïc Hoguin
2012-07-25
Register acceptors through ranch_server
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