aboutsummaryrefslogtreecommitdiffstats
path: root/src/cowboy_ssl_transport.erl
AgeCommit message (Expand)Author
2012-05-23Update version to 0.6.00.6.0Loïc Hoguin
2012-04-29Fix and rework the HTTP test suiteLoïc Hoguin
2012-04-06Add sockname/1 to the TCP and SSL transportsAndrew Thompson
2012-03-23Update the edoc for cowboy_ssl_transport:listen/1Ali Sabil
2012-03-21Add support for specifying the ciphers for the SSL transportAli Sabil
2012-03-21Simplify the options filtering code in cowboy_ssl_transportAli Sabil
2012-03-12Rename inet:ip_port() to inet:port_number()Loïc Hoguin
2012-02-27Remove a completed @todo commentLoïc Hoguin
2012-02-20Merge branch 'ssl-password-cacert' of https://github.com/DeadZen/cowboyLoïc Hoguin
2012-02-08Add CA support and make SSL certificate password optionalDeadZen
2011-09-28Merge remote-tracking branch 'smarkets/cacertfile'Loïc Hoguin
2011-09-28add cacertfile configurationSteven Gravell
2011-07-06Add documentation for the public interface.Loïc Hoguin
2011-06-21Pass {ip, Ip} configuration through for TCP and SSL transportsHunter Morris
2011-05-25Refresh the type specifications.Loïc Hoguin
2011-05-24Automatically start crypto, public_key and ssl if needed.Loïc Hoguin
2011-05-09Increase the default backlog from 128 to 1024.Loïc Hoguin
2011-04-30Add backlog transport option.Loïc Hoguin
2011-04-29Fix type specs for ssl:socket.Loïc Hoguin
2011-04-18Remove the include/types.hrl file.Loïc Hoguin
2011-04-18Replace port_number() by ip_port() from kernel/include/inet.hrl.Loïc Hoguin
2011-04-18Replace posix() by atom(), for now.Loïc Hoguin
2011-04-18Move the opaque type sslsocket() out of include/types.hrl.Loïc Hoguin
2011-04-17Use the inet:ip_address() type instead of the user-defined one.Loïc Hoguin
2011-04-16Add an accept timeout for code reloading.Loïc Hoguin
2011-04-14SSL transport uses sslsocket(), not plain socket().Loïc Hoguin
2011-04-12Add a Transport:messages/0 function to obtain the atoms sent in active mode.Loïc Hoguin
2011-04-03Add initial SSL transport support.Loïc Hoguin