aboutsummaryrefslogtreecommitdiffstats
path: root/ebin/cowlib.app
AgeCommit message (Collapse)Author
2020-04-01Cowlib 2.9.12.9.1Loïc Hoguin
2020-03-25Cowlib 2.9.02.9.0Loïc Hoguin
2019-12-18Rename cow_uri_templates to cow_uri_templateLoïc Hoguin
Fits better since we are dealing with a single template at a time.
2019-12-18Add cow_uri_templatesLoïc Hoguin
Implements RFC6570 level 4.
2019-11-23Add cow_http_struct_hdLoïc Hoguin
Implements draft-ietf-httpbis-header-structure-14.
2019-11-23Add cow_link implementing RFC8288 (link header)Loïc Hoguin
2019-10-10Cowlib 2.8.0Loïc Hoguin
2019-04-05Update version to 2.7.3 in Makefile and app file2.7.3Stosh Fabricius
2018-11-16Cowlib 2.7.02.7.0Loïc Hoguin
2018-10-26Introduce cow_http2_machine, an HTTP/2 state machineLoïc Hoguin
This is the result of a merge of the Cowboy and Gun HTTP/2 codes. It can probably do a little more but it's at a point where Cowboy works fine when using it so additional work will be done in other commits. The Gun code has not been switched to this module yet. I expect for example the PUSH_PROMISE code to fail at this point. This will be the next step.
2018-09-17Cowlib 2.6.02.6.0Loïc Hoguin
2018-08-06Cowlib 2.5.12.5.1Loïc Hoguin
2018-08-03Cowlib 2.5.02.5.0Loïc Hoguin
2018-06-04Cowlib 2.4.02.4.0Loïc Hoguin
2018-05-07Import cow_iolists from CowboyLoïc Hoguin
2018-04-30Cowlib 2.3.02.3.0Loïc Hoguin
2018-03-28Cowlib 2.2.12.2.1Loïc Hoguin
2018-03-05Cowlib 2.2.02.2.0Loïc Hoguin
2017-12-11Cowlib 2.1.02.1.0Loïc Hoguin
2017-10-31Cowlib 2.0.12.0.1Loïc Hoguin
2017-10-03Update cowlib.appLoïc Hoguin
2017-07-12Update version to 2.0.0-rc.1Loïc Hoguin
2017-07-10Add new module cow_base64urlLoï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-19Add functions for creating WINDOW_UPDATE h2 framesLoïc Hoguin
2017-04-27Add cow_sse module which implements parsing of SSELoïc Hoguin
Building of events will be implemented at a later time.
2017-01-06Update CI; version to 2.0.0-pre.12.0.0-pre.1Loïc Hoguin
2016-11-02Add OTP-19.1.5 HiPE target for CILoïc Hoguin
Experimental HiPE CI support in Erlang.mk.
2016-10-03Update Erlang.mkLoïc Hoguin
Includes some small maintenance tweaks to Makefile etc.
2016-06-06Add cow_uri:urlencode/1 and cow_uri:urldecode/1Loï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-26Update erlang.mk and start using CircleCILoïc Hoguin