Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-10-31 | Cowlib 2.0.12.0.1 | Loïc Hoguin | |
2017-10-03 | Update cowlib.app | Loïc Hoguin | |
2017-07-12 | Update version to 2.0.0-rc.1 | Loïc Hoguin | |
2017-07-10 | Add new module cow_base64url | Loïc Hoguin | |
It implements the algorithm found in RFC 7515 Appendix C https://tools.ietf.org/html/rfc7515#appendix-C with an option to switch between with/no padding variants. Relace the cow_multipart:boundary function to use this and fix issues with agents which do not support slashes in the boundary characters. | |||
2017-05-19 | Add functions for creating WINDOW_UPDATE h2 frames | Loïc Hoguin | |
2017-04-27 | Add cow_sse module which implements parsing of SSE | Loïc Hoguin | |
Building of events will be implemented at a later time. | |||
2017-01-06 | Update CI; version to 2.0.0-pre.12.0.0-pre.1 | Loïc Hoguin | |
2016-11-02 | Add OTP-19.1.5 HiPE target for CI | Loïc Hoguin | |
Experimental HiPE CI support in Erlang.mk. | |||
2016-10-03 | Update Erlang.mk | Loïc Hoguin | |
Includes some small maintenance tweaks to Makefile etc. | |||
2016-06-06 | Add cow_uri:urlencode/1 and cow_uri:urldecode/1 | Loïc Hoguin | |
These are expected to be used on path components, unlike cow_qs:url{en,de}code/1 which are for query strings. | |||
2015-08-26 | Update erlang.mk and start using CircleCI | Loïc Hoguin | |