aboutsummaryrefslogtreecommitdiffstats
path: root/src/cow_cookie.erl
AgeCommit message (Collapse)Author
2018-03-05Allow cookies without a valueJonathan Perret
Some cookies are seen in the wild consisting of just a name, without even a "=" char. This allows parsing them as if they were written "foo=", that is with an empty value. Commit amended to add a few more test cases.
2017-06-08Crash cookie parsing with badarg on errorLoïc Hoguin
2015-07-21Fix handling of default values in cookie optionsKrzysztof Jurewicz
Previously, an error would be raised when explicitly passing a default value for either “http_only” or “secure” option.
2015-03-12MaintenanceLoïc Hoguin
* Update copyright years. * Update erlang.mk. * Fix triq testing.
2015-02-16Add a comment on a testLoïc Hoguin
2014-05-18Accept commas as part of cookie valuesLoïc Hoguin
Google Analytics has been observed to set cookie values containing commas. We therefore need to accept them for interoperability.
2014-02-05Update copyright years0.5.0Loïc Hoguin
2013-11-08Remove some pointless commentsLoïc Hoguin
2013-10-23Add cookie parsing and building codeLoïc Hoguin