aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Merge branch 'p0pr0ck5-master'HEADmasterJiale Zhi2016-06-07
|\
| * 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
|
* Add rockspec fileJiale Zhi2015-08-09
|
* Merge pull request #9 from stockrt/masterv0.1.0Jiale Zhi2015-07-16
|\ | | | | Add Makefile
| * Add MakefileRogério Carvalho Schneider2015-07-15
|/ | | | Features make install
* Fix example code in README, thanks to @neomantraJiale Zhi2015-01-08
|
* Merge pull request #4 from maxvipon/masterJiale Zhi2014-11-05
|\ | | | | fix README
| * fix READMEMaxim Ponomarev2014-11-05
|/
* Add methods documentationJiale Zhi2014-07-16
|
* Do not set cookie when it is duplicatedJiale Zhi2014-07-16
|
* Fix setting multiple cookies bugJiale Zhi2014-07-16
|
* Update synopsisJiale Zhi2014-03-21
|
* Add support for set cookies. #2Jiale Zhi2014-03-21
|
* Add rfc referenceJiale Zhi2014-01-14
|
* Merge pull request #1 from jgrahamc/masterJiale Zhi2014-01-02
|\ | | | | Fix use of table.new(); parameters are not optional.
| * 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
* Add no_error_log check for test casesJiale Zhi2013-10-29
|
* 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
|
* Add .gitignore fileJiale Zhi2013-10-28
|
* Implement basic featuresJiale Zhi2013-10-28
|
* first commitJiale Zhi2013-10-28