Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2014-06-23 | Merge branch 'patch-1' of git://github.com/zaa/ranch | Loïc Hoguin | |
2014-06-23 | Fixed typo. ranch_app starts eprof, not etop. | Alexander Zhuravlev | |
2014-06-10 | Update Ranch to 0.100.10.0 | Loïc Hoguin | |
2014-06-10 | Update copyright years | Loïc Hoguin | |
2014-06-10 | Update AUTHORS | Loïc Hoguin | |
2014-06-10 | Update the list of tested releases | Loïc Hoguin | |
2014-06-06 | Update internals chapter with regards to ranch_conns_sup | Loïc Hoguin | |
2014-06-03 | Merge branch 'fix_inherit' of git://github.com/nevar/ranch | Loïc Hoguin | |
2014-06-03 | Fix inherit listen options for accepted socket | Slava Yurin | |
Order of options in listen is undocumented but significant. Now user option will replace default value if user set it. | |||
2014-06-03 | Merge branch 'ssl_options' of git://github.com/talko/ranch | Loïc Hoguin | |
2014-04-30 | additional ssl option support | Ransom Richardson | |
2014-04-23 | Ignore some errors that may occur during handshake | Loï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-23 | Merge branch 'master' of git://github.com/stfairy/ranch | Loïc Hoguin | |
2014-01-15 | Update parsers.md | Xiao Jia | |
Change `handle_frame(Frame, Buffer)` to `handle_frame(Frame, Rest)` in the parsing binary example. | |||
2013-12-29 | Add a label to ct runs when testing across all Erlang releases | Loïc Hoguin | |
2013-12-29 | Also test against maint and master | Loïc Hoguin | |
2013-12-11 | Add support for R16B03 | Loïc Hoguin | |
2013-12-07 | Ranch is supported on R15B01+ | Loïc Hoguin | |
Add a script that runs the test suite on all Erlang versions starting from R15B01. R15B is not supported due to issues with sendfile. | |||
2013-12-07 | Add Transport:shutdown/2 | Loïc Hoguin | |
Allows closing the socket in one or two directions. | |||
2013-12-07 | Get rid of a ton of pointless comments | Loïc Hoguin | |
All of it can be found in the manual, which defines what the code must do, and is always up to date unlike the code comments. | |||
2013-12-07 | Add transport options linger, send_timeout, send_timeout_close | Loïc Hoguin | |
2013-12-07 | Merge branch 'connect_timeout' of git://github.com/heroku/ranch | Loïc Hoguin | |
2013-12-07 | Add an error report when a connection process fails to start | Loïc Hoguin | |
Becoming closer to a standard supervisor everyday. | |||
2013-12-07 | Examples must follow master | Loïc Hoguin | |
2013-12-07 | Fix small issues and style of the examples | Loïc Hoguin | |
2013-12-07 | Merge branch 'tcp_echo_example_updates' of git://github.com/joshrotenberg/ranch | 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-12-05 | Update tcp_echo example to use erlang.mk | josh rotenberg | |
2013-12-04 | Add example using gen_server | josh rotenberg | |
2013-12-02 | Remove the confusing doc folder | Loïc Hoguin | |
All documentation is in README.md, guide/ and manual/ now. | |||
2013-12-02 | Update erlang.mk again | Loïc Hoguin | |
2013-12-02 | Update erlang.mk | Loïc Hoguin | |