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_server.erl
Age
Commit message (
Expand
)
Author
2019-05-18
Add support for UNIX domain sockets
juhlig
2019-05-08
Add the num_conns_sups option
juhlig
2019-05-06
Create one ranch_conns_sup per num_acceptor
juhlig
2018-10-10
Fix a race condition on restart after listener_sup crash
Loïc Hoguin
2018-09-17
Clean listener options after normal shutdown
juhlig
2018-05-16
Ensure listener restart with changed TransOpts
j.uhlig
2018-05-02
Add suspend/resume of listeners and update of transport options
j.uhlig
2018-04-10
Ranch 1.5.0
1.5.0
Loïc Hoguin
2018-03-14
Fix ranch:info/0 and ranch:procs/2 in embedded mode
j.uhlig
2017-06-07
Update Copyright to 2017
1.4.0
Loïc Hoguin
2016-11-24
Update copyright year
Loïc Hoguin
2016-10-10
Prevent a race condition when stopping listeners
Loïc Hoguin
2016-10-10
Ignore ets:delete/2 return value, always true
Loïc Hoguin
2015-08-25
Add ranch:get_addr/1
Loïc Hoguin
2015-08-18
Welcome to 2015
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-05-16
Add ranch:ref() type
Loïc Hoguin
2013-04-02
Fix ranch_server:set_connections_sup/2 race conditions
James Fish
2013-04-02
Add ranch_server state recovery
James Fish
2013-04-01
Remove ranch_listener and replace ListenerPid by Ref
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-21
Fix for cases when listener dies before acceptors
Andrew Majorov
2012-12-21
Make listener supervisor failures less painful
Andrew Majorov
2012-08-06
Make ranch_sup the owner of the ranch_server ets table
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-07-25
Introduce the ranch_server registry, make it handle listeners
Loïc Hoguin