aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2013-01-17Update Ranch to 0.6.10.6.1Loïc Hoguin
2013-01-17Update AUTHORS fileLoïc Hoguin
2013-01-17Explain how to use Ranch with a gen_server in the guideLoïc Hoguin
2013-01-17Add section about platform-specific TCP features to the guideLoïc Hoguin
2013-01-17Do not require rebar to build RanchLoïc Hoguin
2013-01-15Merge branch 'optimise-conn-count' of https://github.com/ferd/ranchLoïc Hoguin
2013-01-15Ignore tracking of requests when MaxConn = infinityFred Hebert
2013-01-15Merge branch 'master' of https://github.com/ferd/ranchLoïc Hoguin
2013-01-15Allow raw socket options for TCP and SSLFred Hebert
2012-12-24Update version to 0.6.00.6.0Loïc Hoguin
2012-12-24Add #ninenines IRC channel + support options to the READMELoïc Hoguin
2012-12-24Update AUTHORSLoïc Hoguin
2012-12-24Update ROADMAPLoïc Hoguin
2012-12-24Improve max_connections typeLoïc Hoguin
2012-12-24Add ranch:set_max_connections/2 and get_max_connections/1Loïc Hoguin
2012-12-21Merge branch 'fix/listener_sup_failures' of git://github.com/keynslug/syncranchLoïc Hoguin
2012-12-21Assure we manually close right socket in testcasesAndrew Majorov
2012-12-21Ensure transport module is loaded before checking exportsAndrew Majorov
2012-12-21Test cases for the listener supervisor behaviorAndrew Majorov
2012-12-21Fix for cases when listener dies before acceptorsAndrew Majorov
2012-12-21Make listener supervisor failures less painfulAndrew Majorov
2012-12-20Merge branch 'adt-socket-transport-opt' of git://github.com/basho/ranchLoïc Hoguin
2012-12-20Add {socket, Socket} transport option, for accepting on existing socketsAndrew Thompson
2012-12-20Return {error, badarg} if start_listener got a bad transport moduleLoïc Hoguin
2012-12-13Improve guide on listening on privileged portsLoïc Hoguin
2012-12-01Add Transport:sendfile/2 supportLoïc Hoguin
2012-12-01Fix typespecs for Transport:send/2Loïc Hoguin
2012-11-22Small clarification on the last ssl_auth snippetLoïc Hoguin
2012-11-22Add "SSL client authentication" chapter to the guideLoïc Hoguin
2012-11-20Error out if Ranch can't be started in the test suiteLoïc Hoguin
2012-11-13Better markdown in the READMELoïc Hoguin
2012-11-12Add two values to Ranch application for private useLoïc Hoguin
2012-11-12Fix Markdown in the guideLoïc Hoguin
2012-11-12Allow IP tuples and more when connecting transportsLoïc Hoguin
2012-10-24Allow passing the 'verify' option in ranch_sslLoïc Hoguin
2012-10-24Small README fixesLoïc Hoguin
2012-09-26Add the {nodelay, boolean()} option controlling TCP_NODELAYLoïc Hoguin
2012-08-22Update version to 0.4.00.4.0Loïc Hoguin
2012-08-22Add initial Ranch guideLoïc Hoguin
2012-08-20Add the 'ranch_protocol' behaviourLoïc Hoguin
2012-08-20Add the 'ranch_transport' behaviourLoïc Hoguin
2012-08-15Add tests for {active, once} for both TCP and SSLLoïc Hoguin
2012-08-07Add a TCP Echo protocol exampleLoïc Hoguin
2012-08-06Make ranch_sup the owner of the ranch_server ets tableLoïc Hoguin
2012-08-06Check the accept/2 return value for errorsLoïc Hoguin
2012-08-06Make accept asynchronousLoïc Hoguin
2012-07-25Make acceptors query the protocol opts on startupLoïc Hoguin
2012-07-25Register acceptors through ranch_serverLoïc Hoguin
2012-07-25Introduce the ranch_server registry, make it handle listenersLoïc Hoguin
2012-07-22Add an SSL testLoïc Hoguin