Andrew Thompson
|
06a2d636bc
Add sockname/1 to the TCP and SSL transports
|
13 years ago |
Ali Sabil
|
0c2cb207b9
Update the edoc for cowboy_ssl_transport:listen/1
|
13 years ago |
Ali Sabil
|
9ac784df3b
Add support for specifying the ciphers for the SSL transport
|
13 years ago |
Ali Sabil
|
98c58280f6
Simplify the options filtering code in cowboy_ssl_transport
|
13 years ago |
Loïc Hoguin
|
3885912d9b
Rename inet:ip_port() to inet:port_number()
|
13 years ago |
Loïc Hoguin
|
ac1424fd6a
Remove a completed @todo comment
|
13 years ago |
Loïc Hoguin
|
811d11a1a2
Merge branch 'ssl-password-cacert' of https://github.com/DeadZen/cowboy
|
13 years ago |
DeadZen
|
e67d839154
Add CA support and make SSL certificate password optional
|
13 years ago |
Loïc Hoguin
|
0e84e7f920
Merge remote-tracking branch 'smarkets/cacertfile'
|
13 years ago |
Steven Gravell
|
ea5780b7cd
add cacertfile configuration
|
13 years ago |
Loïc Hoguin
|
108a491f55
Add documentation for the public interface.
|
14 years ago |
Hunter Morris
|
5f438561e9
Pass {ip, Ip} configuration through for TCP and SSL transports
|
14 years ago |
Loïc Hoguin
|
3e55cb62c9
Refresh the type specifications.
|
14 years ago |
Loïc Hoguin
|
0720d6b9e3
Automatically start crypto, public_key and ssl if needed.
|
14 years ago |
Loïc Hoguin
|
b3d3045cae
Increase the default backlog from 128 to 1024.
|
14 years ago |
Loïc Hoguin
|
65048fa657
Add backlog transport option.
|
14 years ago |
Loïc Hoguin
|
20293be912
Fix type specs for ssl:socket.
|
14 years ago |
Loïc Hoguin
|
e8286e18e6
Remove the include/types.hrl file.
|
14 years ago |
Loïc Hoguin
|
63a92df14e
Replace port_number() by ip_port() from kernel/include/inet.hrl.
|
14 years ago |
Loïc Hoguin
|
731d839323
Replace posix() by atom(), for now.
|
14 years ago |
Loïc Hoguin
|
61d755f8cc
Move the opaque type sslsocket() out of include/types.hrl.
|
14 years ago |
Loïc Hoguin
|
9ad32386c0
Use the inet:ip_address() type instead of the user-defined one.
|
14 years ago |
Loïc Hoguin
|
8f818d79df
Add an accept timeout for code reloading.
|
14 years ago |
Loïc Hoguin
|
d4985dd72b
SSL transport uses sslsocket(), not plain socket().
|
14 years ago |
Loïc Hoguin
|
bc99200bae
Add a Transport:messages/0 function to obtain the atoms sent in active mode.
|
14 years ago |
Loïc Hoguin
|
04a5aa7c5c
Add initial SSL transport support.
|
14 years ago |