Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-09-03 | Add function ranch_proxy_header:to_connection_info/1 | Loïc Hoguin | |
2021-09-02 | Enable TLS-PSK auth | Maxim Molchanov | |
2021-09-02 | Begin preparing the 2.1.0 release | Loïc Hoguin | |
Version updated, Hex metadata added, prepare_tag improved. | |||
2021-09-01 | Fix typos | Kian-Meng, Ang | |
2021-09-01 | Update docs and modernize examples | Jan Uhlig | |
* Use the map form for transport options everywhere * Remove mentions of the list form for transport options * Use a state enter call instead of gen_statem:enter_loop/4 and proc_lib:start_link/3 in the tcp_reverse example * Take care of different EOLs in the tcp_reverse example * Mention state enter calls, the next_event action, and {continue, ...} in the docs for how to use gen_statem and gen_server | |||
2021-09-01 | Disallow unsupported options for TLSv1.3 | Maria Scott | |
* beast_mitigation (also disallowed for 1.1 and 1.2) * client_renegotiation * next_protocols_advertised * padding_check (also disallowed for 1.1 and 1.2) * psk_identity * reuse_session * reuse_sessions * secure_renegotiate * user_lookup_fun | |||
2021-09-01 | Remove official IRC channel | Loïc Hoguin | |
2021-09-01 | Add post-listen callback | Jan Uhlig | |
2021-06-03 | Fix Transport:messages/0 return value in the guide | Loïc Hoguin | |
Thanks Roberto Ostinelli for the heads up. | |||
2021-04-19 | Unconditionally run tests that use tracing | Loïc Hoguin | |
2020-12-04 | Clarify {get,set}_{protocol,transport}_options docs | Viktor Söderqvist | |
Clarifications and examples. | |||
2020-09-10 | Fix opts in listeners.asciidoc | vdimir | |
2020-09-10 | Fix typo in comment explictly -> explicitly | Olle Jonsson | |
2020-09-10 | Metric counters for connection accepts and terminates | Maria-12648430 | |
2020-09-10 | Run upgrade suite with local copy | juhlig | |
2020-07-30 | Update to latest erlang.mk | Luke Bakken | |
Includes fix from ninenines/erlang.mk#897 | |||
2020-06-25 | Fix "make prepare_tag" tag sort order | Loïc Hoguin | |
2020-06-25 | Update copyright years in the LICENSE file2.0.0 | Loïc Hoguin | |
2020-06-25 | ssl_opt() was updated for OTP-23 not OTP-22 | Loïc Hoguin | |
2020-06-25 | Add new ssl options introduced with OTP/23 | juhlig | |
2020-06-25 | Update copyright | juhlig | |
2020-06-25 | Ranch 2.0.0 | Loïc Hoguin | |
2020-06-25 | Upgrade the migration guide | Loïc Hoguin | |
2020-06-20 | Fix Dialyzer warnings in the new tests | Loïc Hoguin | |
2020-06-18 | Fix the correct number and description of Protocol:start_link/3 function | João Henrique Ferreira de Freitas | |
2020-06-18 | Add two Concuerror tests | Loïc Hoguin | |
The tests are starting and stopping a Ranch listener, and starting a Ranch listener then immediately call ranch:info/1. | |||
2020-04-22 | Update Erlang.mk | Loïc Hoguin | |
2020-04-20 | Delete local socket file when a listener closes | juhlig | |
2020-04-02 | Delete possibly existing socket file when listening on a local socket | juhlig | |
2020-03-26 | Fix malformed_handshake_data error in tests on 23/master | Loïc Hoguin | |
2020-03-16 | Change ranch_conns_sup update from supervisor to advanced | juhlig | |
2020-02-27 | Update ranch_server and ranch_server_proxy on upgrade | juhlig | |
2020-02-24 | Replace havoc with stampede | juhlig | |
2020-02-21 | Add link to "under the hood" third party doc in internals guide | Loïc Hoguin | |
2020-02-21 | Ranch 2.0.0-rc.32.0.0-rc.3 | Loïc Hoguin | |
This tag is necessary so that the release upgrade test suite passes. | |||
2020-02-21 | Update .gitignore | Loïc Hoguin | |
2020-02-21 | Skip the upgrade test on Windows | Loïc Hoguin | |
2020-02-21 | Increase the timeout in the examples to 60s | Loïc Hoguin | |
2020-02-21 | Stop/restart acceptors during the upgrade process | Loïc Hoguin | |
2020-02-21 | Prevent side effects in init of supervisors | juhlig | |
2020-02-10 | Properly update supervisors in the appup | Loïc Hoguin | |
Also fix the downgrade in the test suite. | |||
2020-02-10 | Update Erlang.mk | Loïc Hoguin | |
Update the release upgrade test suite to use the appup from src/ rather than from ebin/. | |||
2020-02-10 | Initial release upgrade test suite | Loïc Hoguin | |
2019-10-15 | Ranch 2.0.0-rc.22.0.0-rc.2 | Loïc Hoguin | |
2019-10-14 | Fix log on connection process exit | chenduo | |
2019-10-14 | Enable multiple steps handshake | juhlig | |
Also fix some Protocol:start_link/4 into start_link/3 left over in the documentation. | |||
2019-09-01 | Removed connections trigger acceptors wake-up | Jose M Perez | |
2019-08-29 | Remove an outdated comment in ranch_acceptors_sup | juhlig | |
2019-08-08 | Update examples to use new transport options format | juhlig | |
2019-07-18 | Return listener info as a map2.0.0-rc.1 | juhlig | |