Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-07-17 | Ranch 2.0.0-rc.1 | Loïc Hoguin | |
2019-06-21 | Embedded listeners depending on ranch_server | juhlig | |
2019-05-06 | Create one ranch_conns_sup per num_acceptor | juhlig | |
This gets rid of a bottleneck that occurs when many connections are handled by a single supervisor. The bigger issue occurred when many connections were dropped at once and the supervisor couldn't keep up. | |||
2018-11-28 | Ranch 1.7.11.7.1 | Loïc Hoguin | |
2018-11-26 | Use the correct CRC32 algorithm for the PROXY header | Loïc Hoguin | |
Turns out it wasn't the plain CRC32 algorithm that should have been used, whoops! The implementation was adapted from pseudo code from Thomas Cioppettini. I've renamed the PROXY header building option value for checksum from crc32 to crc32c and updated the documentation. There is no support for plain crc32 checksums. | |||
2018-11-14 | Document the PROXY-related functions; prepare 1.7.0 | Loïc Hoguin | |
2018-10-08 | Add initial ranch_proxy_header implementation | Loïc Hoguin | |
Using test cases from the spec and tomciopp/proxy_protocol. Many more tests are needed, especially for the TLV part and for the error conditions. | |||
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 | Ranch 1.6 | Loïc Hoguin | |
2018-04-10 | Ranch 1.5.01.5.0 | Loïc Hoguin | |
2017-11-16 | Disable tests that use tracing when +native is used | Loïc Hoguin | |
2017-06-07 | Update to Ranch 1.4.0 | Loïc Hoguin | |
2017-02-06 | Fix version to 1.3.21.3.2 | niamtokik | |
2016-11-15 | Add ssl to the list of dependencies | Loïc Hoguin | |