Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2013-05-01 | Use erlang.mk for the Makefile | Loïc Hoguin | |
2013-01-29 | Makefile verbosity tweaks | Loïc Hoguin | |
2013-01-29 | Makefile: only recompile files newer than the .app | Loïc Hoguin | |
2013-01-17 | Do not require rebar to build Ranch | Loïc Hoguin | |
All is done in the Makefile, like with Cowboy. | |||
2012-04-14 | Import the acceptor code from Cowboy | Loïc Hoguin | |
Modules were renamed. The 'cowboy_' prefix became 'ranch_'. At the same time, ranch_ssl_transport became ranch_ssl, and ranch_tcp_transport became ranch_tcp, because appending '_transport' felt a bit redundant considering SSL and TCP clearly are transports. One test has been added to make sure everything is working. |