aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2013-04-12Update Ranch to 0.8.10.8.1Loïc Hoguin
2013-04-08Never tries to ssl_accept with an infinity timeoutLoïc Hoguin
2013-04-08Wait in the acceptor if we get emfile errorsLoïc Hoguin
2013-04-02Update Ranch to 0.8.00.8.0Loïc Hoguin
2013-04-02Update AUTHORS fileLoïc Hoguin
2013-04-02Merge branch 'fix-server-racecon' of git://github.com/fishcakez/ranchLoïc Hoguin
2013-04-02Fix proc_lib example codeLoïc Hoguin
2013-04-02Fix ranch_server:set_connections_sup/2 race conditionsJames Fish
2013-04-02Merge branch 'server-state-recover' of git://github.com/fishcakez/ranchLoïc Hoguin
2013-04-02Add ranch_server state recoveryJames Fish
2013-04-02Merge branch 'fix/sendfile-badmatch' of git://github.com/soundrop/ranchLoïc Hoguin
2013-04-02Merge branch 'clean-set-max-conns-test' of git://github.com/fishcakez/ranchLoïc Hoguin
2013-04-02Add test to check setting max conenctions does not crash any processesJames Fish
2013-04-01Remove ranch_listener and replace ListenerPid by RefLoïc Hoguin
2013-03-31Use a custom supervisor for ranch_conns_supLoïc Hoguin
2013-03-28Catch badmatch errors when using file:sendfileAli Sabil
2013-03-06Update Ranch to 0.6.20.6.2Loïc Hoguin
2013-03-06Add next_protocols_advertised option to ranch_sslLoïc Hoguin
2013-02-27Merge branch 'master' of git://github.com/0x00F6/ranchLoïc Hoguin
2013-02-18Support for fail_if_no_peer_cert SSL server option.0x00F6
2013-02-14Merge branch 'remove-pointless-sleep' of git://github.com/fishcakez/ranchLoïc Hoguin
2013-02-04Remove pointless sleep from tcp_upgrade testJames Fish
2013-01-29Makefile verbosity tweaksLoïc Hoguin
2013-01-29Makefile: only recompile files newer than the .appLoïc Hoguin
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