aboutsummaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Expand)Author
2013-04-02Fix ranch_server:set_connections_sup/2 race conditionsJames Fish
2013-04-02Merge branch 'server-state-recover' of git://github.com/fishcakez/ranchLoïc Hoguin
2013-04-02Add ranch_server state recoveryJames Fish
2013-04-02Add test to check setting max conenctions does not crash any processesJames Fish
2013-04-01Remove ranch_listener and replace ListenerPid by RefLoïc Hoguin
2013-03-31Use a custom supervisor for ranch_conns_supLoïc Hoguin
2013-02-04Remove pointless sleep from tcp_upgrade testJames Fish
2013-01-17Do not require rebar to build RanchLoïc Hoguin
2013-01-15Ignore tracking of requests when MaxConn = infinityFred Hebert
2012-12-24Add ranch:set_max_connections/2 and get_max_connections/1Loïc Hoguin
2012-12-21Assure we manually close right socket in testcasesAndrew Majorov
2012-12-21Test cases for the listener supervisor behaviorAndrew Majorov
2012-12-20Merge branch 'adt-socket-transport-opt' of git://github.com/basho/ranchLoïc Hoguin
2012-12-20Add {socket, Socket} transport option, for accepting on existing socketsAndrew Thompson
2012-12-20Return {error, badarg} if start_listener got a bad transport moduleLoïc Hoguin
2012-11-20Error out if Ranch can't be started in the test suiteLoïc Hoguin
2012-08-20Add the 'ranch_protocol' behaviourLoïc Hoguin
2012-08-15Add tests for {active, once} for both TCP and SSLLoïc Hoguin
2012-08-06Check the accept/2 return value for errorsLoïc Hoguin
2012-08-06Make accept asynchronousLoïc Hoguin
2012-07-25Introduce the ranch_server registry, make it handle listenersLoïc Hoguin
2012-07-22Add an SSL testLoïc Hoguin
2012-07-22Add support for listening on random port numbers (port 0)Loïc Hoguin
2012-04-14Import the acceptor code from CowboyLoïc Hoguin