aboutsummaryrefslogtreecommitdiffstats
path: root/src/cowboy_acceptor.erl
AgeCommit message (Expand)Author
2012-05-23Update version to 0.6.00.6.0Loïc Hoguin
2012-02-20Check for upgrades on accept timeoutLoïc Hoguin
2012-01-31Add cowboy:get_protocol_options/1 and cowboy_set_protocol_options/2Loïc Hoguin
2012-01-30Move max_connections check directly inside cowboy_listenerLoïc Hoguin
2011-12-15Add cowboy:accept_ack/1 for a cleaner handling of the shoot messageLoïc Hoguin
2011-08-10Give the ListenerPid to the protocol on startupLoïc Hoguin
2011-08-10Introduce cowboy_listener for managing a listenerLoïc Hoguin
2011-07-06Add documentation for the public interface.Loïc Hoguin
2011-05-25Refresh the type specifications.Loïc Hoguin
2011-05-09Add a max_connections transport option.Loïc Hoguin
2011-04-18Remove the include/types.hrl file.Loïc Hoguin
2011-04-18Use the inet:socket() type instead of the user-defined one.Loïc Hoguin
2011-04-16Add an accept timeout for code reloading.Loïc Hoguin
2011-04-02Anonymize and improve the cowboy supervision tree.Loïc Hoguin
2011-03-17Don't crash on Transport:controlling_process return in the acceptor.Loïc Hoguin
2011-03-17Initial commit.Loïc Hoguin