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
/
doc
/
src
Age
Commit message (
Expand
)
Author
2019-05-27
Use transport options in ranch_transport:listen/1 callbacks
juhlig
2019-05-27
Update ranch_ssl:ssl_opt() to conform with OTP 22 ssl
juhlig
2019-05-22
Add docs for local sockets
juhlig
2019-05-13
Add the passive messages to ranch_transport:messages/0
Loïc Hoguin
2019-05-12
Properly document logger option; change default to logger
Loïc Hoguin
2019-05-09
Remove Socket argument from ranch_protocol:start_link
Loïc Hoguin
2019-05-09
Use ssl:handshake instead of ssl:ssl_accept
Loïc Hoguin
2019-05-09
No longer accept mix of Ranch/socket options as list
Loïc Hoguin
2019-05-08
Remove a paragraph about the old socket option
Loïc Hoguin
2019-05-08
Add the num_conns_sups option
juhlig
2019-04-29
Remove socket option
j.uhlig
2018-11-28
Ranch 1.7.1
1.7.1
Loïc Hoguin
2018-11-26
Use the correct CRC32 algorithm for the PROXY header
Loïc Hoguin
2018-11-14
Update the migration guide for 1.7
1.7.0
Loïc Hoguin
2018-11-14
Document the PROXY-related functions; prepare 1.7.0
Loïc Hoguin
2018-10-10
Correct a typo in a manual page title
Loïc Hoguin
2018-10-08
Drop support for Erlang/OTP 18
Loïc Hoguin
2018-09-17
Ranch 1.6.2
1.6.2
Loïc Hoguin
2018-08-13
Ranch 1.6.1
1.6.1
Loïc Hoguin
2018-08-01
More release notes
Loïc Hoguin
2018-08-01
Use fn/1,2 instead of fn/{1,2} everywhere
Loïc Hoguin
2018-08-01
Ranch 1.6
Loïc Hoguin
2018-08-01
Remove R16 compatibility
Loïc Hoguin
2018-07-31
Revisit the manual pages for the various modules
Loïc Hoguin
2018-07-18
Add one manual per function for the ranch module
Loïc Hoguin
2018-07-04
Enable TLS upgrades via ranch_ssl:handshake/3
Loïc Hoguin
2018-07-04
Fix a typo in a type in the documentation
Loïc Hoguin
2018-07-04
Document upcoming changes in Ranch 2.0
Loïc Hoguin
2018-07-04
Better distinguish between Ranch and socket options
Loïc Hoguin
2018-07-02
Introduce Transport:handshake/1,2
j.uhlig
2018-05-17
Add a function to wait for number of connections
j.uhlig
2018-05-07
Replace gen_server with gen_statem in examples
j.uhlig
2018-05-02
Add suspend/resume of listeners and update of transport options
j.uhlig
2018-01-22
Added transport functions getopts/2, getstat/1 and getstat/2
Jan Uhlig
2017-05-31
Deprecated ranch:start_listener/6 and child_spec/6
Loïc Hoguin
2016-11-25
Update docs about the dependency on ssl
Loïc Hoguin
2016-11-24
Add ranch:info/0 and ranch:procs/2
Loïc Hoguin
2016-11-15
Refer to the tcp_reverse example for full gen_server
Loïc Hoguin
2016-11-15
Remove bad advice for gen_server protocols
Loïc Hoguin
2016-11-15
Clarify max_connections + NbAcceptors + backlog in the guide
Loïc Hoguin
2016-11-15
Update support list
Loïc Hoguin
2016-11-01
Add SSL options for legacy software interoperability
Alexandru Munteanu
2016-10-09
Make values for the TLS 1.2 signature_algorithms extension configurable
Victor
2016-09-19
Don't silently drop the accept rate
Maas-Maarten Zeeman
2016-09-19
Renaming NbAcceptors to NumAcceptors
ferigis
2016-09-19
Fix a spelling issue in guide
developerworks
2016-09-19
Add ipv6_v6only listen option
Marc Worrell
2016-01-20
Fix a link in the user guide
Loïc Hoguin
2015-08-25
Add ranch:get_addr/1
Loïc Hoguin
2015-08-22
Convert the documentation to Asciidoc
Loïc Hoguin