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_conns_sup.erl
Age
Commit message (
Expand
)
Author
2018-07-05
Add a logger transport option
Loïc Hoguin
2018-07-04
Better distinguish between Ranch and socket options
Loïc Hoguin
2018-07-02
Introduce Transport:handshake/1,2
j.uhlig
2018-05-16
Ensure listener restart with changed TransOpts
j.uhlig
2018-04-10
Ranch 1.5.0
1.5.0
Loïc Hoguin
2018-04-10
Prevent ranch_conns_sup from stopping on unexpected messages
Loïc Hoguin
2017-06-07
Update Copyright to 2017
1.4.0
Loïc Hoguin
2016-11-24
Update copyright year
Loïc Hoguin
2016-11-15
Fix acceptors getting stuck because of socket errors
Loïc Hoguin
2016-11-15
Track removed connections
James Fish
2015-08-20
Ensure ranch_conns_sup doesn't crash on protocol start crash
Loïc Hoguin
2015-08-20
Supervised and connection process can now be different
Loïc Hoguin
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-12-07
Add an error report when a connection process fails to start
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-08-29
Include protocol module in error report when connection fails
James Fish
2013-08-28
Don't report error when protocol exits with reason shutdown
James Fish
2013-08-27
Print an error if the supervisor receives an unexpected message
Loïc Hoguin
2013-08-27
Close the socket if no child process was started
Loïc Hoguin
2013-08-20
Report errors when connection processes fail
Loïc Hoguin
2013-06-19
Catch exceptions in ranch_conns_sup:active_connections/1
Loïc Hoguin
2013-06-19
Fix which_children call which returned incorrect values
Loïc Hoguin
2013-05-16
Add ranch:ref() type
Loïc Hoguin
2013-04-29
Allow connection processes to be supervisors
Loïc Hoguin
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
2012-12-21
Make listener supervisor failures less painful
Andrew Majorov
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