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_acceptor.erl
Age
Commit message (
Expand
)
Author
2012-05-23
Update version to 0.6.0
0.6.0
Loïc Hoguin
2012-02-20
Check for upgrades on accept timeout
Loïc Hoguin
2012-01-31
Add cowboy:get_protocol_options/1 and cowboy_set_protocol_options/2
Loïc Hoguin
2012-01-30
Move max_connections check directly inside cowboy_listener
Loïc Hoguin
2011-12-15
Add cowboy:accept_ack/1 for a cleaner handling of the shoot message
Loïc Hoguin
2011-08-10
Give the ListenerPid to the protocol on startup
Loïc Hoguin
2011-08-10
Introduce cowboy_listener for managing a listener
Loïc Hoguin
2011-07-06
Add documentation for the public interface.
Loïc Hoguin
2011-05-25
Refresh the type specifications.
Loïc Hoguin
2011-05-09
Add a max_connections transport option.
Loïc Hoguin
2011-04-18
Remove the include/types.hrl file.
Loïc Hoguin
2011-04-18
Use the inet:socket() 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-02
Anonymize and improve the cowboy supervision tree.
Loïc Hoguin
2011-03-17
Don't crash on Transport:controlling_process return in the acceptor.
Loïc Hoguin
2011-03-17
Initial commit.
Loïc Hoguin