aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Collapse)AuthorAge
* Implement support for SameSite attributeRobert Paprocki2016-06-07
| | | | | | | | SameSite is an update to RFC6265, allowing servers to assert that user agents should not send certain cookies along with cross-site requests. See: https://tools.ietf.org/html/draft-west-first-party-cookies-07
* Update copyright noticeJiale Zhi2016-06-06
|
* Remove unused variableJiale Zhi2015-09-30
|
* Do not set cookie when it is duplicatedJiale Zhi2014-07-16
|
* Fix setting multiple cookies bugJiale Zhi2014-07-16
|
* Add support for set cookies. #2Jiale Zhi2014-03-21
|
* Add rfc referenceJiale Zhi2014-01-14
|
* Fix use of table.new(); parameters are not optional.John Graham-Cumming2014-01-02
| | | | | The LuaJIT 2.1 table.new() function has two parameters: narr and nrec. It is not possible to omit either. The code was assuming that this was possible.
* 1. localize functions and variablesJiale Zhi2013-10-31
| | | | | 2. pre-alloc space for cookie_table 3. style fixes
* Store string length for later useJiale Zhi2013-10-29
|
* Deal with white space and tabs in cookieJiale Zhi2013-10-29
|
* Add test cases for empty value and no cookie headerJiale Zhi2013-10-29
|
* Implement basic featuresJiale Zhi2013-10-28