aboutsummaryrefslogtreecommitdiffstats
path: root/guide/transports.md
AgeCommit message (Collapse)Author
2015-08-22Convert the documentation to AsciidocLoïc Hoguin
2014-09-23Fix arity of Transport:recv in the guideLoïc Hoguin
Initially reported by "talentdeficit".
2013-08-16Add Transport:sendfile/4,/5James Fish
Adds offset based sendfile to transports. Same behaviour as file:sendfile/4,/5 except socket and file arguments are reversed and either a raw file or a filename can be used. sendfile/2,/4,/5 now compulsory callbacks in ranch_transport. ranch_tcp:sendfile/2 now defaults to a chunk_size of 8191 - the default for ranch_ssl:sendfile/2. The same default is used for both ranch_tcp:sendfile/4,5 and ranch_ssl:sendfile/4,5.
2013-06-20Add asn1 to the list of applications that need to be started for SSLLoïc Hoguin
2012-11-12Fix Markdown in the guideLoïc Hoguin
2012-08-22Add initial Ranch guideLoïc Hoguin