Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-02-14 | Ranch 2.2.0HEAD2.2.0master | Loïc Hoguin | |
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 | |
2025-01-23 | Raise minimum OTP to 24+ | Jan Uhlig | |
2024-11-27 | Update Discord link to a permanent invite | Loïc Hoguin | |
2024-11-15 | Add Discord server to README | Loïc Hoguin | |
2024-11-12 | Add backwards compatibility note to tests | Jan Uhlig | |
2024-11-12 | Fix alarm setting typo | Jan Uhlig | |
The setting `threshold` was misspelled as `treshold`. | |||
2024-11-12 | Test for extended handshake error reason | Jan Uhlig | |
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-08 | CI: Add concurrency rules | Loïc Hoguin | |
2024-11-07 | Fix ranch:recv_proxy_header/2 with OTP-28 (master) | Loïc Hoguin | |
2024-11-07 | CI: Restrict run on pushes to the branch master | Loïc Hoguin | |
2024-11-07 | CI: Fix master build deletion | Loïc Hoguin | |
Some things likely changed and made it not work anymore. Also seems that the macOS runner is now ARM64. | |||
2024-11-06 | Update Erlang.mk | Loïc Hoguin | |
2024-01-08 | Don't fail actions if master cache doesn't exist | Loïc Hoguin | |
2023-12-18 | Delete the master cache on cron | 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-12-04 | Upgrade test suite: always fetch all tags | Loïc Hoguin | |
On some CI/dev environments we don't have the full repository. | |||
2023-12-04 | Fix ssl tests for OTP-26.1+ | Loïc Hoguin | |
2023-12-04 | Don't dialyze the tests by default | Loïc Hoguin | |
2023-12-04 | Use GitHub actions for testing Ranch | Loïc Hoguin | |
Now tested against OTP-24+. Erlang.mk has been updated as well. | |||
2023-04-12 | Fix Dialyzer warnings for OTP-26+ | Loïc Hoguin | |
2023-04-12 | Fix ssl tests 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-10-07 | Update for OTP-25+ | Loïc Hoguin | |
2022-04-28 | Fix leaking listeners after tests | Jan Uhlig | |
2022-04-28 | Fix upgrade suite for 2.1 | Jan Uhlig | |
2022-01-28 | Note when post_listen_callback was added | Loïc Hoguin | |
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) |