Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-09-09 | Update Erlang.mk | Loïc Hoguin | |
2021-09-09 | Mention that ranch_ssl must be used after socket upgrade2.1.0 | Maria Scott | |
2021-09-08 | 2.0 migration guide is from 1.7+ to 2.0 | Loïc Hoguin | |
The branches have split off at 1.7 so we do not need to mention 1.8 (or above) explicitly, adding a + there ought to work out the meaning well enough. | |||
2021-09-08 | Fix typo in changelog | Loïc Hoguin | |
2021-09-08 | Update copyright years | Loïc Hoguin | |
2021-09-08 | Update copyright | Jan Uhlig | |
2021-09-07 | Update copyright | Maria Scott | |
2021-09-07 | Tweak the alarms documentation | Loïc Hoguin | |
2021-09-07 | Improve listener guide for alarms | Maria Scott | |
2021-09-07 | Manual for num_connection alarms | Maria Scott | |
2021-09-07 | Make alarm option cooldown optional | Maria Scott | |
When not specified, defaults to 5000 (5s) | |||
2021-09-07 | Enable connection count alarms | juhlig | |
2021-09-06 | Add appup instructions for 2.1.0 | Loïc Hoguin | |
2021-09-06 | Add changelog for Ranch 2.1 | Loïc Hoguin | |
Includes the alarms feature that has yet to be merged. | |||
2021-09-06 | Enable usage of experimental inet_backend option for TCP listeners | Maria Scott | |
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. |