Age | Commit message (Expand) | Author |
2014-04-30 | additional ssl option support | Ransom Richardson |
2014-04-23 | Ignore some errors that may occur during handshake | Loïc Hoguin |
2014-01-23 | Merge branch 'master' of git://github.com/stfairy/ranch | Loïc Hoguin |
2014-01-15 | Update parsers.md | Xiao Jia |
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 |
2013-12-07 | Add Transport:shutdown/2 | Loïc Hoguin |
2013-12-07 | Get rid of a ton of pointless comments | Loïc Hoguin |
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 |
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 |
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 |
2013-12-02 | Update erlang.mk again | Loïc Hoguin |
2013-12-02 | Update erlang.mk | Loïc Hoguin |
2013-11-26 | Add accept_ack on all transports and ack_timeout transport option | Loïc Hoguin |
2013-11-25 | Add an introductory chapter about parsing | Loïc Hoguin |
2013-11-25 | Add a manual | Loïc Hoguin |
2013-11-25 | Remove rebar from the guide | Loïc Hoguin |
2013-11-25 | Small fixes to specs | Loïc Hoguin |
2013-11-15 | Small refresh of the guide toc | Loïc Hoguin |
2013-11-15 | Update the link to the guide | Loïc Hoguin |
2013-11-14 | Update Ranch to 0.9.00.9.0 | Loïc Hoguin |
2013-11-14 | Flush any message acceptors may receive and log them | Loïc Hoguin |
2013-11-14 | Fix a socket leak with SSL when ssl_accept fails | Loïc Hoguin |
2013-11-07 | Implements ranch_transport:connect/4. | Geoff Cant |
2013-10-20 | Merge branch 'hibernate_after' of git://github.com/talko/ranch | Loïc Hoguin |
2013-10-20 | Merge branch 'broken-ecc-workaround-R16B02' of git://github.com/KlausTrainer/... | Loïc Hoguin |
2013-09-23 | Add hibernate_after ssl option | Ransom Richardson |
2013-09-22 | Use previous ecc workaround for R16B02 as well | Klaus Trainer |
2013-08-31 | Merge branch 'no-shutdown-report' of git://github.com/fishcakez/ranch | Loïc Hoguin |
2013-08-29 | Include protocol module in error report when connection fails | James Fish |
2013-08-28 | Don't report error when protocol exits with reason shutdown | James Fish |
2013-08-27 | Print an error if the supervisor receives an unexpected message | Loïc Hoguin |
2013-08-27 | Close the socket if no child process was started | Loïc Hoguin |
2013-08-27 | Merge branch 'add-offset-sendfile' of git://github.com/fishcakez/ranch | Loïc Hoguin |
2013-08-24 | Update Ranch to 0.8.50.8.5 | Loïc Hoguin |
2013-08-24 | Update erlang.mk | Loïc Hoguin |
2013-08-20 | Fix an example in the guide | Loïc Hoguin |
2013-08-20 | Report errors when connection processes fail | Loïc Hoguin |
2013-08-16 | Add Transport:sendfile/4,/5 | James Fish |
2013-08-10 | Merge branch 'without-ec-cipher-suites' of git://github.com/KlausTrainer/ranch | Loïc Hoguin |
2013-07-24 | Work around broken elliptic-curve cipher suites | Klaus Trainer |