aboutsummaryrefslogtreecommitdiffstats
path: root/src/cowboy_app.erl
AgeCommit message (Collapse)Author
2011-06-06Add a 'profile' environment variable to start a profiler when the app starts.Loïc Hoguin
2011-05-25Refresh the type specifications.Loïc Hoguin
Following discussions on #erlounge. Also fixes compilation in R14B03 and fixes a few underspecs dialyzer warnings.
2011-04-18Remove the include/types.hrl file.Loïc Hoguin
2011-04-18Move the type application_start_type() into cowboy_app.Loïc Hoguin
2011-04-03Make Cowboy an OTP application again, properly this time.Loïc Hoguin
As requested by many people on IRC Cowboy is now a proper OTP application to support soft code upgrades. It should also be easier to start and stop listeners now using cowboy:start_listener/6 and cowboy:stop_listener/1.
2011-04-02Anonymize and improve the cowboy supervision tree.Loïc Hoguin
* Cowboy isn't an OTP application anymore; just a supervisor. * All processes started by Cowboy are now anonymous. * All processes related to a listener are now part of its supervision tree.
2011-03-17Initial commit.Loïc Hoguin