aboutsummaryrefslogtreecommitdiffstats
path: root/test/acceptor_SUITE.erl
AgeCommit message (Expand)Author
2016-11-15Add a test for double removal of connectionsLoïc Hoguin
2016-11-15Improve error reportingAlexey Lebedeff
2016-11-08Check for the SSL version for SNI instead of MakefileLoïc Hoguin
2016-11-08Skip SNI tests on OTP<18 in CILoïc Hoguin
2016-11-08Allow listening with only SNI optionsLoïc Hoguin
2016-10-10Start tracing before starting the listener in testsLoïc Hoguin
2015-08-22Print a warning when discarding an option on listener startupLoïc Hoguin
2015-08-20More test suites refactoringLoïc Hoguin
2015-08-20Fix another intermittent test issueLoïc Hoguin
2015-08-20Hopefully fix an intermittent test failureLoïc Hoguin
2015-08-20Ensure ranch_conns_sup doesn't crash on protocol start crashLoïc Hoguin
2015-08-20Add tests and more docs about separate supervisor/connectionLoïc Hoguin
2015-08-20Alphabetical order testsLoïc Hoguin
2015-08-17Beginnings of modernizing the test suiteLoïc Hoguin
2014-06-03Fix inherit listen options for accepted socketSlava Yurin
2013-06-20Add asn1 to the list of applications that need to be started for SSLLoïc Hoguin
2013-05-01Use ct_helper to generate SSL certificates for testingLoïc Hoguin
2013-04-28Allow ranch_ssl to use DER cert/key/ca options.Geoff Cant
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-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-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