| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge 8.7 | jan.nijtmans | 2019-01-26 | 1 | -1/+1 |
|\ |
|
| * | Merge 8.6. Also reduce tclCharTypeTable[] to 256 entries, as this table is al... | jan.nijtmans | 2019-01-26 | 1 | -1/+1 |
| |\ |
|
* | \ | Repaired and adapted TIP 406. | dgp | 2018-11-13 | 5 | -1/+1159 |
|\ \ \
| |/ /
| | /
| |/
|/| |
|
| * | Make it easier to extend cookiejar for policy reasons | dkf | 2018-10-15 | 1 | -0/+18 |
|
|
| * | Fix up citations | dkf | 2018-10-14 | 1 | -0/+4 |
|
|
| * | Added documentation | dkf | 2018-10-14 | 1 | -2/+11 |
|
|
| * | Adapt the code to the fact that we don't need to stick to the BMP any more | dkf | 2018-10-14 | 1 | -4/+3 |
|
|
| * | Move header parsing to where it belongs | dkf | 2018-10-14 | 1 | -5/+5 |
|
|
| * | merge core-8-branch | dkf | 2018-10-14 | 2 | -331/+2239 |
| |\
| |/
|/| |
|
| * | more tinkering | dkf | 2014-04-20 | 1 | -117/+206 |
|
|
| * | Limit number of cookies stored, deleting least recently used ones. | dkf | 2014-04-01 | 1 | -11/+37 |
|
|
| * | Better cookie option parsing that doesn't throw away critical information. | dkf | 2014-03-31 | 1 | -24/+28 |
|
|
| * | Reorganize log level management, start testing persistence, refactor code to ... | dkf | 2014-03-10 | 1 | -69/+80 |
|
|
| * | more checks of domain data loading | dkf | 2014-03-05 | 1 | -9/+15 |
|
|
| * | safer setter mechanism | dkf | 2014-03-04 | 1 | -7/+24 |
|
|
| * | working towards a more consistent way of handling options in the cookiejar API | dkf | 2014-03-03 | 2 | -25/+43 |
|
|
| * | start writing integration tests | dkf | 2014-02-26 | 1 | -14/+24 |
|
|
| * | more tests and some fixes | dkf | 2014-02-25 | 2 | -8/+27 |
|
|
| * | testing of the cookiejar implementation | dkf | 2014-02-18 | 1 | -29/+29 |
|
|
| * | extending the IDNA tests | dkf | 2014-02-16 | 1 | -3/+9 |
|
|
| * | more tests, now getting to the IDNA handling | dkf | 2014-02-14 | 1 | -1/+1 |
|
|
| * | starting to write some tests | dkf | 2014-02-09 | 1 | -1/+1 |
|
|
| * | D'oh! | dkf | 2014-02-09 | 1 | -1/+1 |
|
|
| * | update list of TLDs | dkf | 2014-02-08 | 1 | -0/+0 |
|
|
| * | merge trunk | dkf | 2014-02-08 | 2 | -10/+13 |
| |\ |
|
| * \ | merge trunk | dkf | 2013-04-05 | 2 | -38/+49 |
| |\ \ |
|
| * \ \ | merge trunk | dkf | 2013-01-08 | 2 | -3/+3 |
| |\ \ \ |
|
| * \ \ \ | merge trunk | dkf | 2012-11-13 | 2 | -10/+8 |
| |\ \ \ \ |
|
| * | | | | | separating out the IDNA handling code | dkf | 2012-10-12 | 3 | -287/+333 |
|
|
| * | | | | | reorganize the code so that the IDNA procs live with the punycode procs; corr... | dkf | 2012-10-10 | 1 | -31/+46 |
|
|
| * | | | | | Fix the bugs in the punycode decoder | dkf | 2012-09-18 | 2 | -65/+68 |
|
|
| * | | | | | adapt to 8.6 environment properly; still some bugs... | dkf | 2012-09-17 | 1 | -7/+14 |
|
|
| * | | | | | packing the code tighter, doing more explanatory comments | dkf | 2012-09-11 | 1 | -162/+222 |
|
|
| * | | | | | loading of restricted domain list now believed to work | dkf | 2012-09-10 | 2 | -61/+110 |
|
|
| * | | | | | Now, a working punycode engine | dkf | 2012-09-10 | 1 | -118/+137 |
|
|
| * | | | | | working on handling punycoding of IDNAs | dkf | 2012-09-09 | 1 | -29/+261 |
|
|
| * | | | | | More improvements | dkf | 2012-09-07 | 1 | -90/+128 |
|
|
| * | | | | | improving the database, working towards a purging algorithm for session cookies | dkf | 2012-09-07 | 1 | -27/+48 |
|
|
| * | | | | | Tidy up, making code be of higher general quality. | dkf | 2012-09-06 | 2 | -15/+14 |
|
|
| * | | | | | improve logging, correct 'secure' property handling, correct domain handling,... | dkf | 2012-09-06 | 2 | -110/+171 |
|
|
| * | | | | | closer to working | dkf | 2012-09-05 | 1 | -3/+4 |
|
|
| * | | | | | more realistic queries | dkf | 2012-09-05 | 2 | -32/+63 |
|
|
| * | | | | | Improving the cookie lookup code to actually handle paths&domains | dkf | 2012-09-04 | 1 | -35/+50 |
|
|
| * | | | | | Add package index entry. | dkf | 2012-09-02 | 1 | -0/+1 |
|
|
| * | | | | | some small tinkerings | dkf | 2012-07-31 | 1 | -7/+9 |
|
|
| * | | | | | merge trunk | dkf | 2012-07-20 | 1 | -19/+21 |
| |\ \ \ \ \ |
|
| * | | | | | | First attempt at a "bad cookie domain" detector, a critical security check. | dkf | 2012-07-19 | 1 | -34/+148 |
|
|
| * | | | | | | Start of implementation of cookiejar package. Not yet working/finished. | dkf | 2012-07-11 | 2 | -4/+110 |
|
|
| * | | | | | | merge trunk | dkf | 2012-07-08 | 1 | -2/+5 |
| |\ \ \ \ \ \
| | |/ / / / / |
|
| * | | | | | | Make the parsing work with Google. | dkf | 2012-07-08 | 1 | -6/+12 |
|
|