Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-08-22 | Fix README links | Loïc Hoguin | |
[ci-skip] | |||
2015-08-22 | Update .gitignore | Loïc Hoguin | |
2015-08-22 | Convert CHANGELOG and README to Asciidoc | Loïc Hoguin | |
Update CHANGELOG in the process. | |||
2015-08-22 | Print a warning when discarding an option on listener startup | Loïc Hoguin | |
2015-08-22 | Update LICENSE file copyright years | Loïc Hoguin | |
2015-08-22 | Remove all.sh file, superseded by 'make ci' | Loïc Hoguin | |
2015-08-22 | The ROADMAP file is superseded by tickets | Loïc Hoguin | |
Open a ticket if you need something done. | |||
2015-08-22 | Convert the documentation to Asciidoc | Loïc Hoguin | |
2015-08-20 | More test suites refactoring | Loïc Hoguin | |
They are now properly documented and the listener name is automatically specified thanks to a new ct_helper function. | |||
2015-08-20 | Update ct_helper | Loïc Hoguin | |
2015-08-20 | Fix another intermittent test issue | Loïc Hoguin | |
2015-08-20 | Hopefully fix an intermittent test failure | Loïc Hoguin | |
2015-08-20 | Ensure ranch_conns_sup doesn't crash on protocol start crash | Loïc Hoguin | |
2015-08-20 | Add tests and more docs about separate supervisor/connection | Loïc Hoguin | |
2015-08-20 | Alphabetical order tests | Loïc Hoguin | |
2015-08-20 | Supervised and connection process can now be different | Loïc Hoguin | |
2015-08-20 | Filter out all unknown options, not just 2-tuple ones | Loïc Hoguin | |
For example 'binary' was making things crash. | |||
2015-08-18 | Welcome to 2015 | Loïc Hoguin | |
2015-08-18 | Update the list of allowed transport options | Loïc Hoguin | |
We are now up to date with regard to transport options we should accept for the listening socket. Documentation of existing options has been updated with regard to recent changes in the OTP docs and type specifications. | |||
2015-08-17 | Don't pass Ranch-specific options down to transports | Loïc Hoguin | |
Should fix Dialyzer issues. The options are now also documented in the Ranch module, and there's new ranch:opt(), ranch_tcp:opt() and ranch_ssl:opt() for use in third party code. | |||
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-16 | Update apt-get before installing things on CI | Loïc Hoguin | |
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. | |||
2015-07-24 | Update erlang.mk | Loïc Hoguin | |
2015-03-06 | Update erlang.mk | Loïc Hoguin | |
2015-03-06 | Handle Transport:controlling_socket/2 errors and close the socket | Loïc Hoguin | |
2015-03-06 | Fix start_listener spec | Loïc Hoguin | |
2015-03-06 | Fix examples README | Loïc Hoguin | |
2014-11-06 | Update Ranch to 1.1.01.1.0 | Loïc Hoguin | |
2014-11-06 | Update AUTHORS | Loïc Hoguin | |
2014-11-06 | Update erlang.mk | Loïc Hoguin | |
2014-11-06 | Add a CHANGELOG file | Loïc Hoguin | |
2014-11-05 | Merge branch 'master' of git://github.com/dergraf/ranch | Loïc Hoguin | |
2014-11-02 | support ssl partial_chain feature | Andre Graf | |
2014-09-23 | Fix arity of Transport:recv in the guide | Loïc Hoguin | |
Initially reported by "talentdeficit". | |||
2014-09-11 | Merge branch 'add_transport_secure' of git://github.com/matrixise/ranch | Loïc Hoguin | |
2014-09-11 | Merge branch 'ssl_closed' of git://github.com/yjh0502/ranch | Loïc Hoguin | |
2014-09-11 | Don't report error on ssl {error, closed} | Jihyun Yu | |
SSL socket might be closed on accept_ack, it happens quite often and it is not a problem, so don't report error on the case. | |||
2014-09-02 | Add Transport:secure/0 | Stéphane Wirtel | |
Currently Ranch checks if a connection is secure by checking if its name is 'ssl'. This isn't a very modular solution, adding an API function that returns whether a connection is secure. | |||
2014-08-01 | Update examples Makefile1.0.0 | Loïc Hoguin | |
2014-08-01 | Update Ranch to 1.0.0 | Loïc Hoguin | |
2014-08-01 | Add versioning information | Loïc Hoguin | |
2014-08-01 | Update AUTHORS | Loïc Hoguin | |
2014-08-01 | Update erlang.mk to 1.0.0 | Loïc Hoguin | |
2014-07-10 | Small fix in the protocols chapter of the guide | Loïc Hoguin | |