aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
AgeCommit message (Collapse)Author
2015-08-26Don't check for race conditions with DialyzerLoïc Hoguin
All the code in this project is sequential.
2015-08-26Update erlang.mk and start using CircleCILoïc Hoguin
2015-03-13Update test dependenciesLoïc Hoguin
2015-03-12MaintenanceLoïc Hoguin
* Update copyright years. * Update erlang.mk. * Fix triq testing.
2014-08-01Remove an unnecessary line from the MakefileLoïc Hoguin
2014-03-21Add cow_http_te module for streaming chunked and identity TELoïc Hoguin
Imported from Cowboy and then optimized with a more efficient interface amongst other things.
2014-02-05Add the cow_multipart module for multipart message parsing and buildingLoïc Hoguin
This is a new implementation that has been measured to be up to 33% faster than the implementation that was in Cowboy.
2013-11-05Add Horse tests and optimize cow_date:rfc2109/1Loïc Hoguin
2013-11-02Improve mimetypes code based on cowboy_static usageLoïc Hoguin
2013-10-31Add the cow_mimetypes module for identifying mimetypes from extLoïc Hoguin
The module is partly generated from the big Apache mimetypes file.
2013-09-04Introduce cow_http support module0.1.0Loïc Hoguin
This module contains parsing functions for the basic HTTP items, basically request-line, response-line and host.
2013-08-22Initial commit with most of spdy/3Loïc Hoguin