Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-02-14 | Add appup instructions for 2.2.0 | Loïc Hoguin | |
2025-02-14 | Don't explicitly set {packet,raw} in all places | Loïc Hoguin | |
2025-02-14 | Also hide cert_keys in the logs | Loïc Hoguin | |
2025-02-14 | Remove copyright years from all files except LICENSE | Loïc Hoguin | |
2025-01-23 | Fix DTLS | Loïc Hoguin | |
Options invalid for DTLS were given to ssl. Now they are only given for TLS. The {packet,raw} option is no longer set because the default for TLS is the equivalent {packet,0} and DTLS doesn't accept it. | |||
2025-01-23 | Use ~0p instead of ~999999p for formatting | Jan Uhlig | |
2025-01-23 | Add optional callback ranch_transport:format_error/1 | Jan Uhlig | |
2024-11-12 | Fix alarm setting typo | Jan Uhlig | |
The setting `threshold` was misspelled as `treshold`. | |||
2024-11-12 | Improve peer info detection for extended error reason | Jan Uhlig | |
2024-11-12 | Extend error reason in case of failed handshake | Maria Scott | |
2024-11-12 | Fix halfway-stopping of listeners | Jan Uhlig | |
* if the process calling ranch:stop_listener crashes before finishing, the stopping procedure is still executed completely * if a listener is terminated but not deleted, calling ranch:stop_listener removes the remnant | |||
2024-11-07 | Fix ranch:recv_proxy_header/2 with OTP-28 (master) | Loïc Hoguin | |
2023-12-06 | Obfuscate private key password in logs | Jan Uhlig | |
2023-12-05 | Add support for the UNIQUE_ID proxy protocol header TLV | Loïc Hoguin | |
2023-04-12 | Fix Dialyzer warnings for OTP-26+ | Loïc Hoguin | |
2022-10-10 | Fix compilation error in OTP < 24 | Loïc Hoguin | |
This fixes this error: src/ranch.erl:201: variable 'TransOpts' unsafe in 'try' (line 196) src/ranch.erl:201: variable 'Transport' unsafe in 'try' (line 196) | |||
2022-10-10 | Allow new ssl option certs_keys in ranch_ssl | Maria Scott | |
2022-10-10 | Fix stopping unknown listeners | Jan Uhlig | |
2022-04-28 | Fix upgrade suite for 2.1 | Jan Uhlig | |
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 | 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 | 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-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 | Add post-listen callback | Jan Uhlig | |
2020-09-10 | Fix typo in comment explictly -> explicitly | Olle Jonsson | |
2020-09-10 | Metric counters for connection accepts and terminates | Maria-12648430 | |
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-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-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-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 | 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/. | |||
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-07-18 | Return listener info as a map2.0.0-rc.1 | juhlig | |