summaryrefslogtreecommitdiff
path: root/AK/URLParser.cpp
AgeCommit message (Expand)Author
2021-08-06AK: Improve the parsing of data urlsTheFightingCatfish
2021-06-13Userland: Allow building SerenityOS with -funsigned-charGunnar Beutner
2021-06-08AK: Don't create Utf8View from temporary String in URLParserMax Wipfli
2021-06-05AK: Stop using U+0000 as end of file code point in URL parserMax Wipfli
2021-06-05AK: Make debugging URLParser easierMax Wipfli
2021-06-05AK: Do not trim away non-ASCII bytes when parsing URLMax Wipfli
2021-06-05AK: Update URLParser.{cpp,h} to use east constMax Wipfli
2021-06-03AK: Do not VERIFY on invalid code point bytes in UTF8ViewDexesTTP
2021-06-03Everywhere: Replace ctype.h to avoid narrowing conversionsMax Wipfli
2021-06-01AK: Strip leading/trailing C0-control-or-space in URLs correctlyAndreas Kling
2021-06-01AK: Rename Utf8CodepointIterator => Utf8CodePointIteratorAndreas Kling
2021-06-01AK: Add a new, spec-compliant URLParserMax Wipfli
2021-06-01AK: Remove URLParserMax Wipfli
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-01-31AK: Add optional parameter for excluding chars to urlencode()Linus Groh
2020-12-12AK: Fix urlencode() with high byte valuesConrad Pankoff
2020-11-30AK: Fix logic error in urldecode() percent-decodingLinus Groh
2020-10-08AK: Use new format functions.asynts
2020-06-12AK: Make string-to-number conversion helpers return OptionalAndreas Kling
2020-06-07AK: Add basic percent encoder/decoder (urlencode and urldecode)Andreas Kling