Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
LH: Reworked validation style and added a -dialyzer attribute to acceptor_SUITE to silence expected errors. | |||
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-16 | Add configurable restart intensity for ranch_sup | j.uhlig | |
2018-05-07 | Replace gen_server with gen_statem in examples | j.uhlig | |
2018-05-02 | Add suspend/resume of listeners and update of transport options | j.uhlig | |
This allows graceful draining of connections, updating transport options on a running listener without having to drop connections and other similar scenarios. Note that when updating transport options the listener must be suspended which means that new connections will be rejected until the listener is resumed. | |||
2018-05-02 | Update Erlang.mk | Loïc Hoguin | |
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-02-28 | Enable ci.erlang.mk only when CI_ERLANG_MK=1 is set | Loïc Hoguin | |
This will avoid issues with other people's build systems. | |||
2018-01-22 | Added transport functions getopts/2, getstat/1 and getstat/2 | Jan Uhlig | |
2017-11-19 | Add AUTO_CI_WINDOWS variable | Loïc Hoguin | |
2017-11-17 | Move ci.erlang.mk to TEST_DEPS | Loïc Hoguin | |
2017-11-16 | Disable eacces tests on Windows | Loïc Hoguin | |
Windows apparently does not have privileged ports, anyone can open sockets on ports < 1024. | |||
2017-11-16 | erl_make_certs was removed from OTP in 20.1 | Loïc Hoguin | |
Failures to copy this file are OK- for now. Later on a better solution will have to be found. | |||
2017-11-16 | Disable tests that use tracing when +native is used | Loïc Hoguin | |
2017-11-16 | Update erlang.mk | Loïc Hoguin | |
2017-11-16 | Use ci.erlang.mk to track tested OTP versions | Loïc Hoguin | |
2017-11-15 | Tweak the README | Loïc Hoguin | |
2017-11-15 | update version | getong | |
2017-10-03 | Update CI targets | Loïc Hoguin | |
2017-06-07 | Update Copyright to 20171.4.0 | Loïc Hoguin | |
2017-06-07 | Update CHANGELOG | Loïc Hoguin | |
2017-06-07 | Update to Ranch 1.4.0 | Loïc Hoguin | |
2017-06-07 | OTP 19.3.5 | Loïc Hoguin | |
2017-05-31 | OTP 20.0-rc2 | Loïc Hoguin | |
This is just my luck. Released right after I updated the info. | |||
2017-05-31 | Add more OTP versions to CI | 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 | |
The NumAcceptors argument has been moved to transport option num_acceptor, which defaults to 10. The functions now take one less argument. The old functions are still here, though deprecated. | |||
2017-02-06 | Fix version to 1.3.21.3.2 | niamtokik | |
2017-01-31 | Depend on Ranch master in examples1.3.1 | Michael Klishin | |
Otherwise they are pinned to 1.2.1. Per discussion with @essen. | |||
2017-01-31 | Format eacces errors in a more readable way | Michael Klishin | |
Amended with small whitespace changes and removing an unused clause. | |||
2016-12-08 | Update Erlang.mk | Loïc Hoguin | |
2016-11-28 | Remove AUTHORS file | Loïc Hoguin | |
cgit has stats about authors, should be good enough. Less stuff to maintain, yay! | |||
2016-11-28 | Update README with links to issues/offline docs | Loïc Hoguin | |
2016-11-26 | Add asciideck as a docs dep1.3.0 | Loïc Hoguin | |
2016-11-25 | Update CHANGELOG | Loïc Hoguin | |
2016-11-25 | Small variable name tweak for better English | Loïc Hoguin | |
2016-11-25 | Update docs about the dependency on ssl | 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 | |
Otherwise gen_tcp doesn't have enough time to connect. | |||
2016-11-24 | Add ranch:info/0 and ranch:procs/2 | Loïc Hoguin | |
Provides detailed information about Ranch listeners | |||
2016-11-24 | Don't attempt to start ssl anymore | Loïc Hoguin | |
Ranch now depends on SSL. Users embedding listeners in their supervision tree are expected to depend on SSL too if they are using it. | |||
2016-11-24 | Don't include observer in example release | Loïc Hoguin | |
2016-11-24 | Update AUTHORS | Loïc Hoguin | |
2016-11-24 | Update copyright year | Loïc Hoguin | |
2016-11-15 | Disable HiPE/ErLLVM for now | Loïc Hoguin | |
Too much work to fix tests at this point. | |||
2016-11-15 | Fix acceptors getting stuck because of socket errors | Loïc Hoguin | |
We always get the acceptor to resume. The child process will be killed, and the current code will ignore any EXIT message when that happens because the pid isn't in the process dictionary. |