aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
AgeCommit message (Collapse)Author
2017-01-06Update CI; version to 2.0.0-pre.12.0.0-pre.1Loïc Hoguin
2016-11-04Run perfs in CILoïc Hoguin
2016-11-03Add OTP-19.1.5 HiPE LLVM target for CILoïc Hoguin
Also experimental.
2016-11-02Add OTP-19.1.5 HiPE target for CILoïc Hoguin
Experimental HiPE CI support in Erlang.mk.
2016-10-18Erlang/OTP 19.1.5Loïc Hoguin
2016-10-14Erlang/OTP 19.1.4Loïc Hoguin
2016-10-11Update CI targetsLoïc Hoguin
2016-10-08Update CI targetsLoïc Hoguin
2016-10-06Add temporary option HIPE=1 for compiling nativelyLoïc Hoguin
We'll see how it'll be done in the future. This should be good enough for experimenting for now.
2016-10-03Makefile: OTP_DEPS becomes LOCAL_DEPSLoïc Hoguin
2016-10-03Update Erlang.mkLoïc Hoguin
Includes some small maintenance tweaks to Makefile etc.
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