aboutsummaryrefslogtreecommitdiffstats
path: root/src/cowboy.app.src
AgeCommit message (Collapse)Author
2012-08-08Update version to 0.6.10.6.1Loïc Hoguin
2012-07-21REST: Fix charset matchingLoïc Hoguin
2012-05-23Update version to 0.6.00.6.0Loïc Hoguin
Also update the CHANGELOG and copyright years.
2012-01-12Welcome to new developments with 0.5.0Loïc Hoguin
2012-01-09Update version to 0.4.00.4.0Loïc Hoguin
2011-09-05Update version to 0.3.0 to continue with developmentLoïc Hoguin
2011-09-05Update version to 0.2.00.2.0Loïc Hoguin
2011-05-14Add the required Date header in the HTTP replies.Loïc Hoguin
The formatted date is generated and kept up to date regularly by a gen_server process storing it in the cowboy_clock ets table. Then it is retrieved by other processes simply by reading the table.
2011-05-03Add cowboy_sup to the list of registered processesAnthony Ramine
Cowboy top supervisor has a name and it should be clearly stated in its .app.src file.
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