summaryrefslogtreecommitdiffstats
path: root/library/http
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.7jan.nijtmans2019-01-261-1/+1
|\
| * Merge 8.6. Also reduce tclCharTypeTable[] to 256 entries, as this table is al...jan.nijtmans2019-01-261-1/+1
| |\
* | \ Repaired and adapted TIP 406.dgp2018-11-135-1/+1159
|\ \ \ | |/ / | | / | |/ |/|
| * Make it easier to extend cookiejar for policy reasonsdkf2018-10-151-0/+18
| * Fix up citationsdkf2018-10-141-0/+4
| * Added documentationdkf2018-10-141-2/+11
| * Adapt the code to the fact that we don't need to stick to the BMP any moredkf2018-10-141-4/+3
| * Move header parsing to where it belongsdkf2018-10-141-5/+5
| * merge core-8-branchdkf2018-10-142-331/+2239
| |\ | |/ |/|
| * more tinkeringdkf2014-04-201-117/+206
| * Limit number of cookies stored, deleting least recently used ones.dkf2014-04-011-11/+37
| * Better cookie option parsing that doesn't throw away critical information.dkf2014-03-311-24/+28
| * Reorganize log level management, start testing persistence, refactor code to ...dkf2014-03-101-69/+80
| * more checks of domain data loadingdkf2014-03-051-9/+15
| * safer setter mechanismdkf2014-03-041-7/+24
| * working towards a more consistent way of handling options in the cookiejar APIdkf2014-03-032-25/+43
| * start writing integration testsdkf2014-02-261-14/+24
| * more tests and some fixesdkf2014-02-252-8/+27
| * testing of the cookiejar implementationdkf2014-02-181-29/+29
| * extending the IDNA testsdkf2014-02-161-3/+9
| * more tests, now getting to the IDNA handlingdkf2014-02-141-1/+1
| * starting to write some testsdkf2014-02-091-1/+1
| * D'oh!dkf2014-02-091-1/+1
| * update list of TLDsdkf2014-02-081-0/+0
| * merge trunkdkf2014-02-082-10/+13
| |\
| * \ merge trunkdkf2013-04-052-38/+49
| |\ \
| * \ \ merge trunkdkf2013-01-082-3/+3
| |\ \ \
| * \ \ \ merge trunkdkf2012-11-132-10/+8
| |\ \ \ \
| * | | | | separating out the IDNA handling codedkf2012-10-123-287/+333
| * | | | | reorganize the code so that the IDNA procs live with the punycode procs; corr...dkf2012-10-101-31/+46
| * | | | | Fix the bugs in the punycode decoderdkf2012-09-182-65/+68
| * | | | | adapt to 8.6 environment properly; still some bugs...dkf2012-09-171-7/+14
| * | | | | packing the code tighter, doing more explanatory commentsdkf2012-09-111-162/+222
| * | | | | loading of restricted domain list now believed to workdkf2012-09-102-61/+110
| * | | | | Now, a working punycode enginedkf2012-09-101-118/+137
| * | | | | working on handling punycoding of IDNAsdkf2012-09-091-29/+261
| * | | | | More improvementsdkf2012-09-071-90/+128
| * | | | | improving the database, working towards a purging algorithm for session cookiesdkf2012-09-071-27/+48
| * | | | | Tidy up, making code be of higher general quality.dkf2012-09-062-15/+14
| * | | | | improve logging, correct 'secure' property handling, correct domain handling,...dkf2012-09-062-110/+171
| * | | | | closer to workingdkf2012-09-051-3/+4
| * | | | | more realistic queriesdkf2012-09-052-32/+63
| * | | | | Improving the cookie lookup code to actually handle paths&domainsdkf2012-09-041-35/+50
| * | | | | Add package index entry.dkf2012-09-021-0/+1
| * | | | | some small tinkeringsdkf2012-07-311-7/+9
| * | | | | merge trunkdkf2012-07-201-19/+21
| |\ \ \ \ \
| * | | | | | First attempt at a "bad cookie domain" detector, a critical security check.dkf2012-07-191-34/+148
| * | | | | | Start of implementation of cookiejar package. Not yet working/finished.dkf2012-07-112-4/+110
| * | | | | | merge trunkdkf2012-07-081-2/+5
| |\ \ \ \ \ \ | | |/ / / / /
| * | | | | | Make the parsing work with Google.dkf2012-07-081-6/+12