Loïc Hoguin
|
c74d53af61
Add asn1 to the list of applications that need to be started for SSL
|
12 years ago |
Loïc Hoguin
|
e6e5c73194
Use ct_helper to generate SSL certificates for testing
|
12 years ago |
Geoff Cant
|
3cc134ef69
Allow ranch_ssl to use DER cert/key/ca options.
|
12 years ago |
James Fish
|
a700368b2c
Fix ranch_server:set_connections_sup/2 race conditions
|
12 years ago |
Loïc Hoguin
|
8203188155
Merge branch 'server-state-recover' of git://github.com/fishcakez/ranch
|
12 years ago |
James Fish
|
bb9f91b865
Add ranch_server state recovery
|
12 years ago |
James Fish
|
773ce4fdf3
Add test to check setting max conenctions does not crash any processes
|
12 years ago |
Loïc Hoguin
|
109c63d0e7
Remove ranch_listener and replace ListenerPid by Ref
|
12 years ago |
Loïc Hoguin
|
33db3b0d1a
Use a custom supervisor for ranch_conns_sup
|
12 years ago |
James Fish
|
3d8df7f29d
Remove pointless sleep from tcp_upgrade test
|
12 years ago |
Fred Hebert
|
662d94a531
Ignore tracking of requests when MaxConn = infinity
|
12 years ago |
Loïc Hoguin
|
9993923c40
Add ranch:set_max_connections/2 and get_max_connections/1
|
12 years ago |
Andrew Majorov
|
66618454e0
Assure we manually close right socket in testcases
|
12 years ago |
Andrew Majorov
|
acaa33a870
Test cases for the listener supervisor behavior
|
12 years ago |
Loïc Hoguin
|
7f4261d1d8
Merge branch 'adt-socket-transport-opt' of git://github.com/basho/ranch
|
12 years ago |
Andrew Thompson
|
036fbd5318
Add {socket, Socket} transport option, for accepting on existing sockets
|
12 years ago |
Loïc Hoguin
|
f26401af19
Return {error, badarg} if start_listener got a bad transport module
|
12 years ago |
Loïc Hoguin
|
e66db84e39
Error out if Ranch can't be started in the test suite
|
12 years ago |
Loïc Hoguin
|
d8981b5862
Add tests for {active, once} for both TCP and SSL
|
12 years ago |
Loïc Hoguin
|
eabb029895
Check the accept/2 return value for errors
|
12 years ago |
Loïc Hoguin
|
6b354c1124
Make accept asynchronous
|
12 years ago |
Loïc Hoguin
|
b72fe3e67e
Introduce the ranch_server registry, make it handle listeners
|
12 years ago |
Loïc Hoguin
|
ed50a5556a
Add an SSL test
|
12 years ago |
Loïc Hoguin
|
45348170f4
Add support for listening on random port numbers (port 0)
|
12 years ago |
Loïc Hoguin
|
4156fa3ebb
Import the acceptor code from Cowboy
|
13 years ago |