Age | Commit message (Expand) | Author |
2013-01-15 | Merge branch 'optimise-conn-count' of https://github.com/ferd/ranch | Loïc Hoguin |
2013-01-15 | Ignore tracking of requests when MaxConn = infinity | Fred Hebert |
2013-01-15 | Merge branch 'master' of https://github.com/ferd/ranch | Loïc Hoguin |
2013-01-15 | Allow raw socket options for TCP and SSL | Fred Hebert |
2012-12-24 | Update version to 0.6.00.6.0 | Loïc Hoguin |
2012-12-24 | Add #ninenines IRC channel + support options to the README | Loïc Hoguin |
2012-12-24 | Update AUTHORS | Loïc Hoguin |
2012-12-24 | Update ROADMAP | Loïc Hoguin |
2012-12-24 | Improve max_connections type | Loïc Hoguin |
2012-12-24 | Add ranch:set_max_connections/2 and get_max_connections/1 | Loïc Hoguin |
2012-12-21 | Merge branch 'fix/listener_sup_failures' of git://github.com/keynslug/syncranch | Loïc Hoguin |
2012-12-21 | Assure we manually close right socket in testcases | Andrew Majorov |
2012-12-21 | Ensure transport module is loaded before checking exports | Andrew Majorov |
2012-12-21 | Test cases for the listener supervisor behavior | Andrew Majorov |
2012-12-21 | Fix for cases when listener dies before acceptors | Andrew Majorov |
2012-12-21 | Make listener supervisor failures less painful | Andrew Majorov |
2012-12-20 | Merge branch 'adt-socket-transport-opt' of git://github.com/basho/ranch | Loïc Hoguin |
2012-12-20 | Add {socket, Socket} transport option, for accepting on existing sockets | Andrew Thompson |
2012-12-20 | Return {error, badarg} if start_listener got a bad transport module | Loïc Hoguin |
2012-12-13 | Improve guide on listening on privileged ports | Loïc Hoguin |
2012-12-01 | Add Transport:sendfile/2 support | Loïc Hoguin |
2012-12-01 | Fix typespecs for Transport:send/2 | Loïc Hoguin |
2012-11-22 | Small clarification on the last ssl_auth snippet | Loïc Hoguin |
2012-11-22 | Add "SSL client authentication" chapter to the guide | Loïc Hoguin |
2012-11-20 | Error out if Ranch can't be started in the test suite | Loïc Hoguin |
2012-11-13 | Better markdown in the README | Loïc Hoguin |
2012-11-12 | Add two values to Ranch application for private use | Loïc Hoguin |
2012-11-12 | Fix Markdown in the guide | Loïc Hoguin |
2012-11-12 | Allow IP tuples and more when connecting transports | Loïc Hoguin |
2012-10-24 | Allow passing the 'verify' option in ranch_ssl | Loïc Hoguin |
2012-10-24 | Small README fixes | Loïc Hoguin |
2012-09-26 | Add the {nodelay, boolean()} option controlling TCP_NODELAY | Loïc Hoguin |
2012-08-22 | Update version to 0.4.00.4.0 | Loïc Hoguin |
2012-08-22 | Add initial Ranch guide | Loïc Hoguin |
2012-08-20 | Add the 'ranch_protocol' behaviour | Loïc Hoguin |
2012-08-20 | Add the 'ranch_transport' behaviour | Loïc Hoguin |
2012-08-15 | Add tests for {active, once} for both TCP and SSL | Loïc Hoguin |
2012-08-07 | Add a TCP Echo protocol example | Loïc Hoguin |
2012-08-06 | Make ranch_sup the owner of the ranch_server ets table | Loïc Hoguin |
2012-08-06 | Check the accept/2 return value for errors | Loïc Hoguin |
2012-08-06 | Make accept asynchronous | Loïc Hoguin |
2012-07-25 | Make acceptors query the protocol opts on startup | Loïc Hoguin |
2012-07-25 | Register acceptors through ranch_server | Loïc Hoguin |
2012-07-25 | Introduce the ranch_server registry, make it handle listeners | Loïc Hoguin |
2012-07-22 | Add an SSL test | Loïc Hoguin |
2012-07-22 | Add support for listening on random port numbers (port 0) | Loïc Hoguin |
2012-06-04 | Add Transport:connect/3 and remove types unneeded by R15B+0.2.1 | Loïc Hoguin |
2012-04-14 | Update version to 0.2.00.2.0 | Loïc Hoguin |
2012-04-14 | Import the acceptor code from Cowboy | Loïc Hoguin |
2012-04-12 | Initial commit. | Loïc Hoguin |