Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-07-17 | Ranch 2.0.0-rc.1 | Loïc Hoguin | |
2019-07-01 | Add missing specs | juhlig | |
2019-05-09 | Use ssl:handshake instead of ssl:ssl_accept | Loïc Hoguin | |
This makes Ranch require OTP-21+. The function ranch:accept_ack/1 was also removed in this commit. | |||
2019-05-06 | Initial havoc test suite | Loïc Hoguin | |
2018-11-28 | Ranch 1.7.11.7.1 | Loïc Hoguin | |
2018-11-14 | Document the PROXY-related functions; prepare 1.7.0 | Loïc Hoguin | |
2018-10-23 | Always recompile ct_helper in CI | Loïc Hoguin | |
2018-10-08 | Drop support for Erlang/OTP 18 | 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-07-04 | Add a useful comment to the Makefile | Loïc Hoguin | |
2018-07-02 | Remove an old R16B01/02 workaround | Loïc Hoguin | |
Next release will only support 18+. | |||
2018-04-10 | Ranch 1.5.01.5.0 | Loïc Hoguin | |
2018-02-28 | Enable ci.erlang.mk only when CI_ERLANG_MK=1 is set | Loïc Hoguin | |
This will avoid issues with other people's build systems. | |||
2017-11-19 | Add AUTO_CI_WINDOWS variable | Loïc Hoguin | |
2017-11-17 | Move ci.erlang.mk to TEST_DEPS | Loïc Hoguin | |
2017-11-16 | erl_make_certs was removed from OTP in 20.1 | Loïc Hoguin | |
Failures to copy this file are OK- for now. Later on a better solution will have to be found. | |||
2017-11-16 | Use ci.erlang.mk to track tested OTP versions | Loïc Hoguin | |
2017-10-03 | Update CI targets | Loïc Hoguin | |
2017-06-07 | Update to Ranch 1.4.0 | Loïc Hoguin | |
2017-06-07 | OTP 19.3.5 | Loïc Hoguin | |
2017-05-31 | OTP 20.0-rc2 | Loïc Hoguin | |
This is just my luck. Released right after I updated the info. | |||
2017-05-31 | Add more OTP versions to CI | Loïc Hoguin | |
2017-02-06 | Fix version to 1.3.21.3.2 | niamtokik | |
2016-11-26 | Add asciideck as a docs dep1.3.0 | Loïc Hoguin | |
2016-11-15 | Disable HiPE/ErLLVM for now | Loïc Hoguin | |
Too much work to fix tests at this point. | |||
2016-11-15 | Add ssl to the list of dependencies | Loïc Hoguin | |
2016-11-15 | Update Erlang.mk and CI OTP versions for 19.1.6 | Loïc Hoguin | |
2016-11-08 | Check for the SSL version for SNI instead of Makefile | Loïc Hoguin | |
2016-11-08 | Skip SNI tests on OTP<18 in CI | Loïc Hoguin | |
2016-11-01 | Makefile tweak; only using BuildKite now | Loïc Hoguin | |
2016-10-18 | Erlang/OTP 19.1.5 | Loïc Hoguin | |
2016-10-14 | Erlang/OTP 19.1.4 | Loïc Hoguin | |
2016-10-11 | Update CI targets | Loïc Hoguin | |
2016-10-08 | Update CI targets | Loïc Hoguin | |
Drop support for R15 because old and doesn't compile on most of my platforms anymore. | |||
2015-12-18 | Update CI OTP versions | Loïc Hoguin | |
And only use the last version on public CIs. | |||
2015-08-20 | Update ct_helper | Loïc Hoguin | |
2015-08-17 | Beginnings of modernizing the test suite | Loïc Hoguin | |
Merging because I have to do other work but this is still a nice enough improvement. | |||
2015-08-13 | Fetch ct_helper before running ci-setup | Loïc Hoguin | |
Since we copy a file into it. | |||
2015-08-13 | CI: Use the erl_make_certs file from currently tested OTP | Loïc Hoguin | |
2015-08-13 | Add the last two VMs to CI | Loïc Hoguin | |
2015-08-13 | Put less Erlang versions to make CircleCI happy | Loïc Hoguin | |
2015-08-13 | Add more Erlang versions to CI_OTP | Loïc Hoguin | |
2015-08-13 | Add initial circle.yml file | Loïc Hoguin | |
Only half the OTP versions are enabled so far, and the build will probably fail, but gotta start somewhere. | |||
2014-08-01 | Update erlang.mk to 1.0.0 | Loïc Hoguin | |
2013-12-07 | Gracefully shutdown when stop_listener/1 is called | Loïc Hoguin | |
Implements the `shutdown` option as documented previously. | |||
2013-08-16 | Add Transport:sendfile/4,/5 | James Fish | |
Adds offset based sendfile to transports. Same behaviour as file:sendfile/4,/5 except socket and file arguments are reversed and either a raw file or a filename can be used. sendfile/2,/4,/5 now compulsory callbacks in ranch_transport. ranch_tcp:sendfile/2 now defaults to a chunk_size of 8191 - the default for ranch_ssl:sendfile/2. The same default is used for both ranch_tcp:sendfile/4,5 and ranch_ssl:sendfile/4,5. | |||
2013-05-01 | Use ct_helper to generate SSL certificates for testing | Loïc Hoguin | |