Age | Commit message (Expand) | Author |
---|---|---|
2022-02-25 | AK: Ignore whitespace while decoding base64 | Andreas Kling |
2021-09-14 | AK: Make URL::m_port an Optional<u16>, Expose raw port getter | Idan Horowitz |
2021-08-06 | AK: Improve the parsing of data urls | TheFightingCatfish |
2021-06-05 | AK: Do not trim away non-ASCII bytes when parsing URL | Max Wipfli |
2021-06-01 | AK: Strip leading/trailing C0-control-or-space in URLs correctly | Andreas Kling |
2021-06-01 | Tests: Add more tests for AK::URL | Max Wipfli |
2021-05-06 | Tests: Move AK tests to Tests/AK | Brian Gianforcaro |