Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-12-18 | Add cow_uri_templates | Loïc Hoguin | |
Implements RFC6570 level 4. | |||
2019-11-23 | Add cow_http_struct_hd | Loïc Hoguin | |
Implements draft-ietf-httpbis-header-structure-14. | |||
2019-11-23 | Require Erlang/OTP 21+ | Loïc Hoguin | |
2019-10-10 | Cowlib 2.8.0 | Loïc Hoguin | |
2019-10-04 | Add manual for cow_cookie | Loïc Hoguin | |
2019-08-29 | Update CI to only test on OTP-20+ | Loïc Hoguin | |
2019-04-05 | Update version to 2.7.3 in Makefile and app file2.7.3 | Stosh Fabricius | |
2019-04-05 | Add a prepare_tag target to help with releasing | Loïc Hoguin | |
2018-11-16 | Cowlib 2.7.02.7.0 | Loïc Hoguin | |
2018-09-17 | Cowlib 2.6.02.6.0 | Loïc Hoguin | |
2018-08-06 | Cowlib 2.5.12.5.1 | Loïc Hoguin | |
2018-08-03 | Cowlib 2.5.02.5.0 | Loïc Hoguin | |
2018-06-04 | Cowlib 2.4.02.4.0 | Loïc Hoguin | |
2018-04-30 | Cowlib 2.3.02.3.0 | Loïc Hoguin | |
2018-03-28 | Cowlib 2.2.12.2.1 | Loïc Hoguin | |
2018-03-05 | Cowlib 2.2.02.2.0 | Loïc Hoguin | |
2018-02-28 | Enable ci.erlang.mk only when CI_ERLANG_MK=1 is set | Loïc Hoguin | |
This will avoid issues with other people's build systems. | |||
2017-12-11 | Cowlib 2.1.02.1.0 | Loïc Hoguin | |
2017-11-18 | Add AUTO_CI_WINDOWS variable | Loïc Hoguin | |
2017-11-17 | Move ci.erlang.mk to TEST_DEPS | Loïc Hoguin | |
2017-11-15 | Use ci.erlang.mk for managing tested Erlang versions | Loïc Hoguin | |
2017-11-01 | Update CI versions | Loïc Hoguin | |
2017-10-31 | Cowlib 2.0.12.0.1 | Loïc Hoguin | |
2017-10-03 | Update version to 2.0.0 and CI targets | Loïc Hoguin | |
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 | |