summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Update public suffix list for releaserelease/0.1.6Vincent Sanders2020-05-241-9108/+9346
|
* Update public suffix list for releaserelease/0.1.5Vincent Sanders2019-06-241-8528/+8661
|
* Update Public suffix listVincent Sanders2019-05-221-8554/+8699
|
* update suffix listrelease/0.1.3Vincent Sanders2018-08-211-6160/+6159
|
* Update public suffix list to current editionVincent Sanders2018-07-251-9841/+10217
|
* Update public suffix list to current editionrelease/0.1.2Vincent Sanders2017-10-121-9581/+9837
|
* updated public suffix list to current editionVincent Sanders2017-05-281-9905/+10071
|
* Update for release, including new PSLrelease/0.1.0Daniel Silverstone2016-11-191-8021/+8154
|
* convert huffman table to 32bit valuesVincent Sanders2016-09-243-1322/+919
| | | | | | by using 32bit values instead of 8bit we make the hufman decode require fewer memory acesses and can work on four times as many bits of source data in one go.
* huffman encode string tableVincent Sanders2016-09-233-12637/+9733
| | | | By huffman encoding the string table we can save 20% (15KB) size
* updated generated file with statsVincent Sanders2016-09-191-18/+29
|
* generation tool now adds some basic statistics to outputVincent Sanders2016-09-191-31/+44
|
* add dependancy on generation toolVincent Sanders2016-09-191-1/+1
|
* move public suffic list database out of sourceVincent Sanders2016-09-182-11758/+1
|
* Add pre-generated include and PSL databaseVincent Sanders2016-09-163-5/+25286
| | | | | add the generated file so build time does not need perl with extra modules add PSL database so exactly what went into the generated file is kept
* improve teh generator tools comment header outputVincent Sanders2016-09-161-6/+7
|
* improve the node tree representation to halve its memory usageVincent Sanders2016-09-152-139/+163
|
* Generate a much more compact string table by eliding duplicate stringsVincent Sanders2016-09-151-24/+49
|
* Initial working libraryVincent Sanders2016-09-143-0/+439