aboutsummaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Expand)Author
2020-06-20Fix Dialyzer warnings in the new testsLoïc Hoguin
2020-06-18Add two Concuerror testsLoïc Hoguin
2020-04-20Delete local socket file when a listener closesjuhlig
2020-04-02Delete possibly existing socket file when listening on a local socketjuhlig
2020-03-26Fix malformed_handshake_data error in tests on 23/masterLoïc Hoguin
2020-02-24Replace havoc with stampedejuhlig
2020-02-21Skip the upgrade test on WindowsLoïc Hoguin
2020-02-10Properly update supervisors in the appupLoïc Hoguin
2020-02-10Update Erlang.mkLoïc Hoguin
2020-02-10Initial release upgrade test suiteLoïc Hoguin
2019-10-14Enable multiple steps handshakejuhlig
2019-09-01Removed connections trigger acceptors wake-upJose M Perez
2019-07-18Return listener info as a map2.0.0-rc.1juhlig
2019-07-16Run havoc on embedded listenersjuhlig
2019-07-16Fix typo in havoc suitejuhlig
2019-07-08Run havoc on SSL listenerjuhlig
2019-07-02Set transport options without suspendjuhlig
2019-06-21Embedded listeners depending on ranch_serverjuhlig
2019-06-20Make havoc kill supervisorsjuhlig
2019-06-20Log imminent kills from havoc suitejuhlig
2019-06-19Validate transport optionsjuhlig
2019-06-17Increase timeout in ssl_chunk_size testjuhlig
2019-06-13Filter expected errors from test outputjuhlig
2019-06-06Remove pre-21 ssl version switches from testsjuhlig
2019-06-05Fix timing issues in shutdown test suitejuhlig
2019-06-04Fix Windows timing issuesjuhlig
2019-06-03Fix ssl sendfile tests for Windowsjuhlig
2019-06-03Suppress dialyzer warnings for local addresses with ssljuhlig
2019-06-03Skip privileged ports tests on MacOSjuhlig
2019-06-03Fix many conns_sups tests for Windowsjuhlig
2019-05-27Use transport options in ranch_transport:listen/1 callbacksjuhlig
2019-05-18Add tests for active N modejuhlig
2019-05-18Add support for UNIX domain socketsjuhlig
2019-05-13Add the passive messages to ranch_transport:messages/0Loïc Hoguin
2019-05-12Add experimental num_listen_sockets optionjuhlig
2019-05-09Remove Socket argument from ranch_protocol:start_linkLoïc Hoguin
2019-05-09Use ssl:handshake instead of ssl:ssl_acceptLoïc Hoguin
2019-05-08Add the num_conns_sups optionjuhlig
2019-05-06Initial havoc test suiteLoïc Hoguin
2019-05-06Create one ranch_conns_sup per num_acceptorjuhlig
2019-04-29Remove socket optionj.uhlig
2019-04-29Fix repeated removal of connectionsjuhlig
2018-10-23Add ranch:recv_proxy_header/2Loïc Hoguin
2018-10-10Fix a race condition on restart after listener_sup crashLoïc Hoguin
2018-10-10Remove a Dialyzer warning in a test protocolLoïc Hoguin
2018-10-10Add ranch_tcp:recv_proxy_header/2Loïc Hoguin
2018-08-01Use fn/1,2 instead of fn/{1,2} everywhereLoïc Hoguin
2018-08-01Fix a test failing in native modeLoïc Hoguin
2018-07-05Add a logger transport optionLoïc Hoguin
2018-07-04Enable TLS upgrades via ranch_ssl:handshake/3Loïc Hoguin