Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | Use the inet:socket() type instead of the user-defined one. | Loïc Hoguin | |
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. |