Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-02-06 | Update copyright years | Loïc Hoguin | |
2013-11-14 | Update Cowboy to 0.9.00.9.0 | Loïc Hoguin | |
2013-09-04 | Make cowlib a proper dependency | Loïc Hoguin | |
Start moving a few functions from Cowboy into cowlib. | |||
2013-06-27 | Remove unknown keys from .app.src file | Loïc Hoguin | |
2013-06-20 | Update to 0.8.6 | Loïc Hoguin | |
2013-05-24 | Update Cowboy to 0.8.50.8.5 | Loïc Hoguin | |
2013-04-26 | Update to 0.8.4 | Loïc Hoguin | |
2013-04-03 | Update to 0.8.30.8.3 | Loïc Hoguin | |
2013-03-09 | Update to 0.8.20.8.2 | Loïc Hoguin | |
2013-02-22 | Update to 0.8.10.8.1 | Loïc Hoguin | |
2013-02-12 | Update to 0.8.00.8.0 | Loïc Hoguin | |
2013-01-04 | Hello 2013 | Loïc Hoguin | |
2012-11-13 | Add a few more infos to the .app.src for private use | Loïc Hoguin | |
2012-10-11 | Add crypto into the required applications | Loïc Hoguin | |
As suggested by @prof3ta. | |||
2012-08-27 | Switch to Ranch for connection handling | Loïc Hoguin | |
This is the first of many API incompatible changes. You have been warned. | |||
2012-08-08 | Update version to 0.6.10.6.1 | Loïc Hoguin | |
2012-07-21 | REST: Fix charset matching | Loïc Hoguin | |
2012-05-23 | Update version to 0.6.00.6.0 | Loïc Hoguin | |
Also update the CHANGELOG and copyright years. | |||
2012-01-12 | Welcome to new developments with 0.5.0 | Loïc Hoguin | |
2012-01-09 | Update version to 0.4.00.4.0 | Loïc Hoguin | |
2011-09-05 | Update version to 0.3.0 to continue with development | Loïc Hoguin | |
2011-09-05 | Update version to 0.2.00.2.0 | Loïc Hoguin | |
2011-05-14 | Add 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-03 | Add cowboy_sup to the list of registered processes | Anthony Ramine | |
Cowboy top supervisor has a name and it should be clearly stated in its .app.src file. | |||
2011-04-03 | Make 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-02 | Anonymize 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-17 | Initial commit. | Loïc Hoguin | |