aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2015-08-18Welcome to 2015Loïc Hoguin
2015-08-18Update the list of allowed transport optionsLoï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-17Don't pass Ranch-specific options down to transportsLoï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-17Beginnings of modernizing the test suiteLoïc Hoguin
Merging because I have to do other work but this is still a nice enough improvement.
2015-08-16Update apt-get before installing things on CILoïc Hoguin
2015-08-13Fetch ct_helper before running ci-setupLoïc Hoguin
Since we copy a file into it.
2015-08-13CI: Use the erl_make_certs file from currently tested OTPLoïc Hoguin
2015-08-13Add the last two VMs to CILoïc Hoguin
2015-08-13Put less Erlang versions to make CircleCI happyLoïc Hoguin
2015-08-13Add more Erlang versions to CI_OTPLoïc Hoguin
2015-08-13Add initial circle.yml fileLoïc Hoguin
Only half the OTP versions are enabled so far, and the build will probably fail, but gotta start somewhere.
2015-07-24Update erlang.mkLoïc Hoguin
2015-03-06Update erlang.mkLoïc Hoguin
2015-03-06Handle Transport:controlling_socket/2 errors and close the socketLoïc Hoguin
2015-03-06Fix start_listener specLoïc Hoguin
2015-03-06Fix examples READMELoïc Hoguin
2014-11-06Update Ranch to 1.1.01.1.0Loïc Hoguin
2014-11-06Update AUTHORSLoïc Hoguin
2014-11-06Update erlang.mkLoïc Hoguin
2014-11-06Add a CHANGELOG fileLoïc Hoguin
2014-11-05Merge branch 'master' of git://github.com/dergraf/ranchLoïc Hoguin
2014-11-02support ssl partial_chain featureAndre Graf
2014-09-23Fix arity of Transport:recv in the guideLoïc Hoguin
Initially reported by "talentdeficit".
2014-09-11Merge branch 'add_transport_secure' of git://github.com/matrixise/ranchLoïc Hoguin
2014-09-11Merge branch 'ssl_closed' of git://github.com/yjh0502/ranchLoïc Hoguin
2014-09-11Don'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-02Add Transport:secure/0Sté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-01Update examples Makefile1.0.0Loïc Hoguin
2014-08-01Update Ranch to 1.0.0Loïc Hoguin
2014-08-01Add versioning informationLoïc Hoguin
2014-08-01Update AUTHORSLoïc Hoguin
2014-08-01Update erlang.mk to 1.0.0Loïc Hoguin
2014-07-10Small fix in the protocols chapter of the guideLoïc Hoguin
2014-06-23Merge branch 'patch-1' of git://github.com/zaa/ranchLoïc Hoguin
2014-06-23Fixed typo. ranch_app starts eprof, not etop.Alexander Zhuravlev
2014-06-10Update Ranch to 0.100.10.0Loïc Hoguin
2014-06-10Update copyright yearsLoïc Hoguin
2014-06-10Update AUTHORSLoïc Hoguin
2014-06-10Update the list of tested releasesLoïc Hoguin
2014-06-06Update internals chapter with regards to ranch_conns_supLoïc Hoguin
2014-06-03Merge branch 'fix_inherit' of git://github.com/nevar/ranchLoïc Hoguin
2014-06-03Fix inherit listen options for accepted socketSlava Yurin
Order of options in listen is undocumented but significant. Now user option will replace default value if user set it.
2014-06-03Merge branch 'ssl_options' of git://github.com/talko/ranchLoïc Hoguin
2014-04-30additional ssl option supportRansom Richardson
2014-04-23Ignore some errors that may occur during handshakeLoïc Hoguin
These errors just pollute the logs when garbage is sent to the socket. Exit the process normally to avoid unwanted logs.
2014-01-23Merge branch 'master' of git://github.com/stfairy/ranchLoïc Hoguin
2014-01-15Update parsers.mdXiao Jia
Change `handle_frame(Frame, Buffer)` to `handle_frame(Frame, Rest)` in the parsing binary example.
2013-12-29Add a label to ct runs when testing across all Erlang releasesLoïc Hoguin
2013-12-29Also test against maint and masterLoïc Hoguin
2013-12-11Add support for R16B03Loïc Hoguin