Andreas Kling
|
8b1108e485
Everywhere: Pass AK::StringView by value
|
3 anos atrás |
Idan Horowitz
|
d6cfa34667
AK: Make URL::m_port an Optional<u16>, Expose raw port getter
|
3 anos atrás |
Idan Horowitz
|
55b67ba7a7
AK: Accept optional url and state override parameters in URLParser
|
3 anos atrás |
Idan Horowitz
|
6704961c82
AK: Replace the mutable String::replace API with an immutable version
|
3 anos atrás |
TheFightingCatfish
|
4e8e1b7b3a
AK: Improve the parsing of data urls
|
4 anos atrás |
Gunnar Beutner
|
d476144565
Userland: Allow building SerenityOS with -funsigned-char
|
4 anos atrás |
Max Wipfli
|
3b04420490
AK: Don't create Utf8View from temporary String in URLParser
|
4 anos atrás |
Max Wipfli
|
2164d8aae8
AK: Stop using U+0000 as end of file code point in URL parser
|
4 anos atrás |
Max Wipfli
|
97425c7dfb
AK: Make debugging URLParser easier
|
4 anos atrás |
Max Wipfli
|
99d5555134
AK: Do not trim away non-ASCII bytes when parsing URL
|
4 anos atrás |
Max Wipfli
|
44937e2dfc
AK: Update URLParser.{cpp,h} to use east const
|
4 anos atrás |
DexesTTP
|
e01f1c949f
AK: Do not VERIFY on invalid code point bytes in UTF8View
|
4 anos atrás |
Max Wipfli
|
bc8d16ad28
Everywhere: Replace ctype.h to avoid narrowing conversions
|
4 anos atrás |
Andreas Kling
|
c0d1a75881
AK: Strip leading/trailing C0-control-or-space in URLs correctly
|
4 anos atrás |
Andreas Kling
|
407d6cd9e4
AK: Rename Utf8CodepointIterator => Utf8CodePointIterator
|
4 anos atrás |
Max Wipfli
|
0d0ed4962f
AK: Add a new, spec-compliant URLParser
|
4 anos atrás |
Max Wipfli
|
0d41a7d39a
AK: Remove URLParser
|
4 anos atrás |
Brian Gianforcaro
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 anos atrás |
Linus Groh
|
50e3b122c7
AK: Add optional parameter for excluding chars to urlencode()
|
4 anos atrás |
Conrad Pankoff
|
13f13a9e59
AK: Fix urlencode() with high byte values
|
4 anos atrás |
Linus Groh
|
ba020a5907
AK: Fix logic error in urldecode() percent-decoding
|
4 anos atrás |
asynts
|
1d96d5eea4
AK: Use new format functions.
|
4 anos atrás |
Andreas Kling
|
fdfda6dec2
AK: Make string-to-number conversion helpers return Optional
|
5 anos atrás |
Andreas Kling
|
86eeac86a4
AK: Add basic percent encoder/decoder (urlencode and urldecode)
|
5 anos atrás |