aboutsummaryrefslogtreecommitdiffstats
path: root/src/cowboy.app.src
AgeCommit message (Collapse)Author
2015-11-16Update to 1.0.41.0.41.0.xLoïc Hoguin
2015-08-07Update Cowboy to 1.0.31.0.3Loïc Hoguin
2015-07-02Update Cowboy to 1.0.21.0.2Loïc Hoguin
2014-11-07Update Cowboy to 1.0.11.0.1Loïc Hoguin
2014-11-07Update erlang.mkLoïc Hoguin
This should fix an issue with DEPS on FreeBSD.
2014-08-01Update Cowboy to 1.0.01.0.0Loïc Hoguin
2014-06-10Update Cowboy to 0.10.00.10.0Loïc Hoguin
2014-02-06Update copyright yearsLoïc Hoguin
2013-11-14Update Cowboy to 0.9.00.9.0Loïc Hoguin
2013-09-04Make cowlib a proper dependencyLoïc Hoguin
Start moving a few functions from Cowboy into cowlib.
2013-06-27Remove unknown keys from .app.src fileLoïc Hoguin
2013-06-20Update to 0.8.6Loïc Hoguin
2013-05-24Update Cowboy to 0.8.50.8.5Loïc Hoguin
2013-04-26Update to 0.8.4Loïc Hoguin
2013-04-03Update to 0.8.30.8.3Loïc Hoguin
2013-03-09Update to 0.8.20.8.2Loïc Hoguin
2013-02-22Update to 0.8.10.8.1Loïc Hoguin
2013-02-12Update to 0.8.00.8.0Loïc Hoguin
2013-01-04Hello 2013Loïc Hoguin
2012-11-13Add a few more infos to the .app.src for private useLoïc Hoguin
2012-10-11Add crypto into the required applicationsLoïc Hoguin
As suggested by @prof3ta.
2012-08-27Switch to Ranch for connection handlingLoïc Hoguin
This is the first of many API incompatible changes. You have been warned.
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