index
:
ranch.git
1.8.x
master
no-pdict
test-internal_active_n-2
windows-ssl-active-n
Socket acceptor pool for TCP protocols.
Loïc Hoguin
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
Age
Commit message (
Expand
)
Author
2016-10-10
Start tracing before starting the listener in tests
Loïc Hoguin
2015-08-22
Print a warning when discarding an option on listener startup
Loïc Hoguin
2015-08-20
More test suites refactoring
Loïc Hoguin
2015-08-20
Fix another intermittent test issue
Loïc Hoguin
2015-08-20
Hopefully fix an intermittent test failure
Loïc Hoguin
2015-08-20
Ensure ranch_conns_sup doesn't crash on protocol start crash
Loïc Hoguin
2015-08-20
Add tests and more docs about separate supervisor/connection
Loïc Hoguin
2015-08-20
Alphabetical order tests
Loïc Hoguin
2015-08-17
Beginnings of modernizing the test suite
Loïc Hoguin
2014-06-03
Fix inherit listen options for accepted socket
Slava Yurin
2013-12-07
Gracefully shutdown when stop_listener/1 is called
Loïc Hoguin
2013-11-26
Add accept_ack on all transports and ack_timeout transport option
Loïc Hoguin
2013-08-16
Add Transport:sendfile/4,/5
James Fish
2013-06-20
Add asn1 to the list of applications that need to be started for SSL
Loïc Hoguin
2013-05-01
Use ct_helper to generate SSL certificates for testing
Loïc Hoguin
2013-04-28
Allow ranch_ssl to use DER cert/key/ca options.
Geoff Cant
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
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-02-04
Remove pointless sleep from tcp_upgrade test
James Fish
2013-01-17
Do not require rebar to build Ranch
Loïc Hoguin
2013-01-15
Ignore tracking of requests when MaxConn = infinity
Fred Hebert
2012-12-24
Add ranch:set_max_connections/2 and get_max_connections/1
Loïc Hoguin
2012-12-21
Assure we manually close right socket in testcases
Andrew Majorov
2012-12-21
Test cases for the listener supervisor behavior
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-11-20
Error out if Ranch can't be started in the test suite
Loïc Hoguin
2012-08-20
Add the 'ranch_protocol' behaviour
Loïc Hoguin
2012-08-15
Add tests for {active, once} for both TCP and SSL
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
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-04-14
Import the acceptor code from Cowboy
Loïc Hoguin