Age | Commit message (Expand) | Author |
2018-10-10 | Remove a Dialyzer warning in a test protocol | Loïc Hoguin |
2018-10-10 | Add ranch_tcp:recv_proxy_header/2 | Loïc Hoguin |
2018-08-01 | Use fn/1,2 instead of fn/{1,2} everywhere | Loïc Hoguin |
2018-08-01 | Fix a test failing in native mode | Loïc Hoguin |
2018-07-05 | Add a logger transport option | Loïc Hoguin |
2018-07-04 | Enable TLS upgrades via ranch_ssl:handshake/3 | 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-23 | Fix intermittent test failure of misc_wait_for_connections | j.uhlig |
2018-05-17 | Add a function to wait for number of connections | j.uhlig |
2018-05-16 | Add nowarn_export_all to test suites | Loïc Hoguin |
2018-05-16 | Ensure listener restart with changed TransOpts | j.uhlig |
2018-05-02 | Add suspend/resume of listeners and update of transport options | j.uhlig |
2018-04-10 | Ranch 1.5.01.5.0 | Loïc Hoguin |
2018-04-10 | Prevent ranch_conns_sup from stopping on unexpected messages | Loïc Hoguin |
2018-03-14 | Fix ranch:info/0 and ranch:procs/2 in embedded mode | j.uhlig |
2018-01-22 | Added transport functions getopts/2, getstat/1 and getstat/2 | Jan Uhlig |
2017-11-16 | Disable eacces tests on Windows | Loïc Hoguin |
2017-11-16 | Disable tests that use tracing when +native is used | Loïc Hoguin |
2017-06-07 | Update Copyright to 20171.4.0 | Loïc Hoguin |
2017-05-31 | Remove a warning when building tests on recent OTP | Loïc Hoguin |
2017-05-31 | Deprecated ranch:start_listener/6 and child_spec/6 | Loïc Hoguin |
2017-01-31 | Format eacces errors in a more readable way | Michael Klishin |
2016-11-25 | Small variable name tweak for better English | Loïc Hoguin |
2016-11-24 | Fix a test error on FreeBSD | Loïc Hoguin |
2016-11-24 | Wait before calling ranch:info() in tests | Loïc Hoguin |
2016-11-24 | Add ranch:info/0 and ranch:procs/2 | Loïc Hoguin |
2016-11-24 | Update copyright year | Loïc Hoguin |
2016-11-15 | Add a test for double removal of connections | Loïc Hoguin |
2016-11-15 | Improve error reporting | Alexey Lebedeff |
2016-11-15 | Add ssl to the list of dependencies | Loïc Hoguin |
2016-11-08 | Check for the SSL version for SNI instead of Makefile | Loïc Hoguin |
2016-11-08 | Skip SNI tests on OTP<18 in CI | Loïc Hoguin |
2016-11-08 | Allow listening with only SNI options | Loïc Hoguin |
2016-10-10 | Start tracing before starting the listener in tests | Loïc Hoguin |
2015-08-22 | Print a warning when discarding an option on listener startup | Loïc Hoguin |
2015-08-20 | More test suites refactoring | Loïc Hoguin |
2015-08-20 | Fix another intermittent test issue | Loïc Hoguin |
2015-08-20 | Hopefully fix an intermittent test failure | Loïc Hoguin |
2015-08-20 | Ensure ranch_conns_sup doesn't crash on protocol start crash | Loïc Hoguin |
2015-08-20 | Add tests and more docs about separate supervisor/connection | Loïc Hoguin |
2015-08-20 | Alphabetical order tests | Loïc Hoguin |
2015-08-17 | Beginnings of modernizing the test suite | Loïc Hoguin |
2014-06-03 | Fix inherit listen options for accepted socket | Slava Yurin |
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-16 | Add Transport:sendfile/4,/5 | James Fish |
2013-06-20 | Add asn1 to the list of applications that need to be started for SSL | Loïc Hoguin |
2013-05-01 | Use ct_helper to generate SSL certificates for testing | Loïc Hoguin |
2013-04-28 | Allow ranch_ssl to use DER cert/key/ca options. | Geoff Cant |