Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-02-14 | Ranch 1.8.11.8.11.8.x | Loïc Hoguin | |
2021-04-23 | Ranch 1.8.01.8.0 | Loïc Hoguin | |
2018-11-28 | Ranch 1.7.11.7.1 | Loïc Hoguin | |
2018-11-14 | Update the migration guide for 1.71.7.0 | Loïc Hoguin | |
2018-10-08 | Drop support for Erlang/OTP 18 | Loïc Hoguin | |
2018-09-17 | Ranch 1.6.21.6.2 | Loïc Hoguin | |
2018-08-13 | Ranch 1.6.11.6.1 | Loïc Hoguin | |
2018-08-01 | More release notes | Loïc Hoguin | |
2018-08-01 | Use fn/1,2 instead of fn/{1,2} everywhere | Loïc Hoguin | |
2018-08-01 | Ranch 1.6 | Loïc Hoguin | |
2018-08-01 | Remove R16 compatibility | Loïc Hoguin | |
Ranch is now made for and tested on 18+ only. | |||
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-04 | Enable TLS upgrades via ranch_ssl:handshake/3 | Loïc Hoguin | |
Based on the work done by @juhlig. | |||
2018-07-04 | Document upcoming changes in Ranch 2.0 | Loïc Hoguin | |
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-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. | |||
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. | |||
2016-11-25 | Update docs about the dependency on ssl | Loïc Hoguin | |
2016-11-24 | Add ranch:info/0 and ranch:procs/2 | Loïc Hoguin | |
Provides detailed information about Ranch listeners | |||
2016-11-15 | Refer to the tcp_reverse example for full gen_server | Loïc Hoguin | |
2016-11-15 | Remove bad advice for gen_server protocols | Loïc Hoguin | |
Also improves the good example a little by using spawn_link instead of start_link. | |||
2016-11-15 | Clarify max_connections + NbAcceptors + backlog in the guide | Loïc Hoguin | |
2016-11-15 | Update support list | Loïc Hoguin | |
We now do R16B+ (because R15 doesn't compile anymore on my CI servers), except 18.3.2 and 18.3.3 (known SSL issues). Also update the list of supported platforms. | |||
2016-09-19 | Don't silently drop the accept rate | Maas-Maarten Zeeman | |
2016-09-19 | Fix a spelling issue in guide | developerworks | |
2016-01-20 | Fix a link in the user guide | Loïc Hoguin | |
2015-08-22 | Convert the documentation to Asciidoc | Loïc Hoguin | |