index
:
cowboy.git
1.0.x
1.1.x
active_n
http3
master
Small, fast, modern HTTP server for Erlang/OTP.
Loïc Hoguin
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
cowboy_tcp_transport.erl
Age
Commit message (
Expand
)
Author
2012-04-29
Fix and rework the HTTP test suite
Loïc Hoguin
2012-04-06
Add sockname/1 to the TCP and SSL transports
Andrew Thompson
2012-03-12
Rename inet:ip_port() to inet:port_number()
Loïc Hoguin
2011-07-06
Add documentation for the public interface.
Loïc Hoguin
2011-06-21
Pass {ip, Ip} configuration through for TCP and SSL transports
Hunter Morris
2011-05-25
Refresh the type specifications.
Loïc Hoguin
2011-05-09
Increase the default backlog from 128 to 1024.
Loïc Hoguin
2011-04-30
Add backlog transport option.
Loïc Hoguin
2011-04-18
Remove the include/types.hrl file.
Loïc Hoguin
2011-04-18
Replace port_number() by ip_port() from kernel/include/inet.hrl.
Loïc Hoguin
2011-04-18
Replace posix() by atom(), for now.
Loïc Hoguin
2011-04-18
Use the inet:socket() type instead of the user-defined one.
Loïc Hoguin
2011-04-17
Use the inet:ip_address() type instead of the user-defined one.
Loïc Hoguin
2011-04-16
Add an accept timeout for code reloading.
Loïc Hoguin
2011-04-12
Add a Transport:messages/0 function to obtain the atoms sent in active mode.
Loïc Hoguin
2011-03-22
Add cowboy_tcp_transport:name/0 to ease transport identification later on.
Loïc Hoguin
2011-03-21
Fix spec for cowboy_tcp_transport:close/1.
Loïc Hoguin
2011-03-17
Initial commit.
Loïc Hoguin