Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add support for the encoding standard, fix parseLegacyColor | bptato | 2022-12-10 | 2 | -1/+434 |
| | | | | Also, fix a bug in the | ||||
* | Implement HTML5 parsing | bptato | 2022-07-11 | 1 | -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 release | bptato | 2022-02-08 | 1 | -2/+7 |
| | |||||
* | Cleanup idna code a bit | bptato | 2022-02-08 | 1 | -100/+85 |
| | |||||
* | Add punycode support | bptato | 2021-12-29 | 1 | -0/+212 |