aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Collapse)AuthorAge
* 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