Age | Commit message (Expand) | Author |
2013-04-08 | Wait in the acceptor if we get emfile errors | Loïc Hoguin |
2013-04-02 | Update Ranch to 0.8.00.8.0 | Loïc Hoguin |
2013-04-02 | Update AUTHORS file | Loïc Hoguin |
2013-04-02 | Merge branch 'fix-server-racecon' of git://github.com/fishcakez/ranch | Loïc Hoguin |
2013-04-02 | Fix proc_lib example code | Loïc Hoguin |
2013-04-02 | Fix ranch_server:set_connections_sup/2 race conditions | James Fish |
2013-04-02 | Merge branch 'server-state-recover' of git://github.com/fishcakez/ranch | Loïc Hoguin |
2013-04-02 | Add ranch_server state recovery | James Fish |
2013-04-02 | Merge branch 'fix/sendfile-badmatch' of git://github.com/soundrop/ranch | Loïc Hoguin |
2013-04-02 | Merge branch 'clean-set-max-conns-test' of git://github.com/fishcakez/ranch | Loïc Hoguin |
2013-04-02 | Add test to check setting max conenctions does not crash any processes | James Fish |
2013-04-01 | Remove ranch_listener and replace ListenerPid by Ref | Loïc Hoguin |
2013-03-31 | Use a custom supervisor for ranch_conns_sup | Loïc Hoguin |
2013-03-28 | Catch badmatch errors when using file:sendfile | Ali Sabil |
2013-03-06 | Update Ranch to 0.6.20.6.2 | Loïc Hoguin |
2013-03-06 | Add next_protocols_advertised option to ranch_ssl | Loïc Hoguin |
2013-02-27 | Merge branch 'master' of git://github.com/0x00F6/ranch | Loïc Hoguin |
2013-02-18 | Support for fail_if_no_peer_cert SSL server option. | 0x00F6 |
2013-02-14 | Merge branch 'remove-pointless-sleep' of git://github.com/fishcakez/ranch | Loïc Hoguin |
2013-02-04 | Remove pointless sleep from tcp_upgrade test | James Fish |
2013-01-29 | Makefile verbosity tweaks | Loïc Hoguin |
2013-01-29 | Makefile: only recompile files newer than the .app | Loïc Hoguin |
2013-01-17 | Update Ranch to 0.6.10.6.1 | Loïc Hoguin |
2013-01-17 | Update AUTHORS file | Loïc Hoguin |
2013-01-17 | Explain how to use Ranch with a gen_server in the guide | Loïc Hoguin |
2013-01-17 | Add section about platform-specific TCP features to the guide | Loïc Hoguin |
2013-01-17 | Do not require rebar to build Ranch | Loïc Hoguin |
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 |