Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-07-31 | Fix some whitespace | Loïc Hoguin | |
2018-07-18 | Add one manual per function for the ranch module | Loïc Hoguin | |
Also review and update the ranch(7) manual and fix a few specs. | |||
2018-07-05 | Hide cacerts from the listen error log | Loïc Hoguin | |
It can be quite huge and hinders readability. | |||
2018-07-05 | Add a logger transport option | Loïc Hoguin | |
I had to use the process dictionary to work around the current interface for one log call. You have been warned. | |||
2018-07-04 | Add a useful comment to the Makefile | Loïc Hoguin | |
2018-07-04 | Return errors from Transport:handshake | Loïc Hoguin | |
The "normal" errors are still silenced when calling ranch:handshake. | |||
2018-07-04 | Enable TLS upgrades via ranch_ssl:handshake/3 | Loïc Hoguin | |
Based on the work done by @juhlig. | |||
2018-07-04 | Fix a typo in a type in the documentation | Loïc Hoguin | |
2018-07-04 | Document upcoming changes in Ranch 2.0 | Loïc Hoguin | |
2018-07-04 | Better distinguish between Ranch and socket options | Loïc Hoguin | |
A map should now be used when specifying transport options that contain more than just socket options. It is still possible to pass a list of socket options directly as a convenience. The ack_timeout is renamed to handshake_timeout when specified as a map. This corresponds to the new function ranch:handshake/1,2 that will be favored in Ranch 2.0. Specifying Ranch-specific options via the proplist will no longer be possible starting from Ranch 2.0. | |||
2018-07-02 | Mark ranch:accept_ack/1 as deprecated | Loïc Hoguin | |
2018-07-02 | Remove an old R16B01/02 workaround | Loïc Hoguin | |
Next release will only support 18+. | |||
2018-07-02 | Introduce Transport:handshake/1,2 | j.uhlig | |
This commit deprecates Transport:accept_ack/1 in favor of a new forward-compatible function. Transport:handshake/1,2 will use ssl:handshake/2,3 from Ranch 2.0 onward. | |||
2018-05-30 | Update Erlang.mk | Loïc Hoguin | |
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! |