Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | url: reduce idna size | bptato | 2024-09-01 | 1 | -2140/+1145 |
| | | | | | Instead of storing pointers to cstrings, put all of them in a single huge string and store indices of that. | ||||
* | misc refactorings | bptato | 2024-02-27 | 1 | -4/+0 |
| | | | | | | * rename buffer enums * fix isAscii for char 0x80 * remove dead code from URL | ||||
* | idna: use pre-generated map file, misc changes | bptato | 2024-01-04 | 1 | -0/+2419 |
Speeds up compilation somewhat. Included in the repository because it's not that huge. misc changes: * use seq, not set for UCS-16 sets (it takes up less space) * remove unnecessary noSideEffects casts |