about summary refs log tree commit diff stats
path: root/src/data
Commit message (Collapse)AuthorAgeFilesLines
* Add support for the encoding standard, fix parseLegacyColorbptato2022-12-102-1/+434
| | | | Also, fix a bug in the
* Implement HTML5 parsingbptato2022-07-111-1/+1
| | | | | | | Completely replaced the previous HTML2 (?) parser, which was a bad re-implementation of w3m's parser in the first place. Now we have a (sort of) compliant HTML5 parser. Needs tests, badly.
* Fix bug in idna that prevented building releasebptato2022-02-081-2/+7
|
* Cleanup idna code a bitbptato2022-02-081-100/+85
|
* Add punycode supportbptato2021-12-291-0/+212