index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
AK
/
URLParser.cpp
Age
Commit message (
Expand
)
Author
2021-11-11
Everywhere: Pass AK::StringView by value
Andreas Kling
2021-09-14
AK: Make URL::m_port an Optional<u16>, Expose raw port getter
Idan Horowitz
2021-09-14
AK: Accept optional url and state override parameters in URLParser
Idan Horowitz
2021-09-11
AK: Replace the mutable String::replace API with an immutable version
Idan Horowitz
2021-08-06
AK: Improve the parsing of data urls
TheFightingCatfish
2021-06-13
Userland: Allow building SerenityOS with -funsigned-char
Gunnar Beutner
2021-06-08
AK: Don't create Utf8View from temporary String in URLParser
Max Wipfli
2021-06-05
AK: Stop using U+0000 as end of file code point in URL parser
Max Wipfli
2021-06-05
AK: Make debugging URLParser easier
Max Wipfli
2021-06-05
AK: Do not trim away non-ASCII bytes when parsing URL
Max Wipfli
2021-06-05
AK: Update URLParser.{cpp,h} to use east const
Max Wipfli
2021-06-03
AK: Do not VERIFY on invalid code point bytes in UTF8View
DexesTTP
2021-06-03
Everywhere: Replace ctype.h to avoid narrowing conversions
Max Wipfli
2021-06-01
AK: Strip leading/trailing C0-control-or-space in URLs correctly
Andreas Kling
2021-06-01
AK: Rename Utf8CodepointIterator => Utf8CodePointIterator
Andreas Kling
2021-06-01
AK: Add a new, spec-compliant URLParser
Max Wipfli
2021-06-01
AK: Remove URLParser
Max Wipfli
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-01-31
AK: Add optional parameter for excluding chars to urlencode()
Linus Groh
2020-12-12
AK: Fix urlencode() with high byte values
Conrad Pankoff
2020-11-30
AK: Fix logic error in urldecode() percent-decoding
Linus Groh
2020-10-08
AK: Use new format functions.
asynts
2020-06-12
AK: Make string-to-number conversion helpers return Optional
Andreas Kling
2020-06-07
AK: Add basic percent encoder/decoder (urlencode and urldecode)
Andreas Kling