Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-03-27 | Add +warn_missing_spec and fix specs | Loïc Hoguin | |
2014-03-26 | Remove outdated comments, all edoc, plus a few minor tweaks | Loïc Hoguin | |
2014-02-06 | Update copyright years | Loïc Hoguin | |
2013-01-04 | Hello 2013 | Loïc Hoguin | |
2012-08-27 | Update behaviours for R15B+ | Loïc Hoguin | |
This effectively drops the R14B compatibility. The cowboy_req:req() type will be introduced in a future commit. It refers to the #http_req{} record. | |||
2012-08-27 | Have only one -export and -export_type per line | Loïc Hoguin | |
This should make easier spotting additions and removals in commits. | |||
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-05-23 | Update version to 0.6.00.6.0 | Loïc Hoguin | |
Also update the CHANGELOG and copyright years. | |||
2011-12-15 | Fix a dialyzer warning | Loïc Hoguin | |
2011-07-06 | Add documentation for the public interface. | Loïc Hoguin | |
This is probably not perfect yet but it should be better than nothing. We'll improve things with feedback received from the many users. | |||
2011-06-06 | Add a 'profile' environment variable to start a profiler when the app starts. | Loïc Hoguin | |
2011-05-25 | Refresh the type specifications. | Loïc Hoguin | |
Following discussions on #erlounge. Also fixes compilation in R14B03 and fixes a few underspecs dialyzer warnings. | |||
2011-04-18 | Remove the include/types.hrl file. | Loïc Hoguin | |
2011-04-18 | Move the type application_start_type() into cowboy_app. | Loïc Hoguin | |
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 | |