Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-07-12 | Update version to 2.0.0-rc.1 | Loïc Hoguin | |
2017-07-12 | Disable testing of ErlLLVM | Loïc Hoguin | |
2017-07-10 | We use ERL_LIBS, simplify "make perfs" | Loïc Hoguin | |
Also revert the previous change. Didn't work. | |||
2017-07-10 | Update OTP versions tested | Loïc Hoguin | |
2017-07-10 | Update horse repository | Loïc Hoguin | |
2017-07-10 | Switch from Triq to Proper | Loïc Hoguin | |
2017-01-06 | Update CI; version to 2.0.0-pre.12.0.0-pre.1 | Loïc Hoguin | |
2016-11-04 | Run perfs in CI | Loïc Hoguin | |
2016-11-03 | Add OTP-19.1.5 HiPE LLVM target for CI | Loïc Hoguin | |
Also experimental. | |||
2016-11-02 | Add OTP-19.1.5 HiPE target for CI | Loïc Hoguin | |
Experimental HiPE CI support in Erlang.mk. | |||
2016-10-18 | Erlang/OTP 19.1.5 | Loïc Hoguin | |
2016-10-14 | Erlang/OTP 19.1.4 | Loïc Hoguin | |
2016-10-11 | Update CI targets | Loïc Hoguin | |
2016-10-08 | Update CI targets | Loïc Hoguin | |
2016-10-06 | Add temporary option HIPE=1 for compiling natively | Loïc Hoguin | |
We'll see how it'll be done in the future. This should be good enough for experimenting for now. | |||
2016-10-03 | Makefile: OTP_DEPS becomes LOCAL_DEPS | Loïc Hoguin | |
2016-10-03 | Update Erlang.mk | Loïc Hoguin | |
Includes some small maintenance tweaks to Makefile etc. | |||
2015-08-26 | Don't check for race conditions with Dialyzer | Loïc Hoguin | |
All the code in this project is sequential. | |||
2015-08-26 | Update erlang.mk and start using CircleCI | Loïc Hoguin | |
2015-03-13 | Update test dependencies | Loïc Hoguin | |
2015-03-12 | Maintenance | Loïc Hoguin | |
* Update copyright years. * Update erlang.mk. * Fix triq testing. | |||
2014-08-01 | Remove an unnecessary line from the Makefile | Loïc Hoguin | |
2014-03-21 | Add cow_http_te module for streaming chunked and identity TE | Loïc Hoguin | |
Imported from Cowboy and then optimized with a more efficient interface amongst other things. | |||
2014-02-05 | Add the cow_multipart module for multipart message parsing and building | Loï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-05 | Add Horse tests and optimize cow_date:rfc2109/1 | Loïc Hoguin | |
2013-11-02 | Improve mimetypes code based on cowboy_static usage | Loïc Hoguin | |
2013-10-31 | Add the cow_mimetypes module for identifying mimetypes from ext | Loïc Hoguin | |
The module is partly generated from the big Apache mimetypes file. | |||
2013-09-04 | Introduce cow_http support module0.1.0 | Loïc Hoguin | |
This module contains parsing functions for the basic HTTP items, basically request-line, response-line and host. | |||
2013-08-22 | Initial commit with most of spdy/3 | Loïc Hoguin | |