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
/
URL.cpp
Age
Commit message (
Expand
)
Author
2022-12-26
AK: Remove tilde from URL::PercentEncodeSet::EncodeURI
Alec Murphy
2022-12-06
Everywhere: Rename to_{string => deprecated_string}() where applicable
Linus Groh
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-10-09
AK+Everywhere: Fix data corruption due to code-point-to-char conversion
Ben Wiederhake
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-06-10
AK: Make URL ApplicationXWWWFormUrlencoded encoding closer to spec
Karol Kosek
2022-06-10
AK: Append correct number of port characters when serializing a URL
Karol Kosek
2022-04-21
AK: Add `URL::create_with_help_scheme` helper function
ForLoveOfCats
2022-04-10
AK: Don't destructively re-encode query strings in the URL parser
Andreas Kling
2022-04-10
AK+LibWeb: Encode ' ' as '+' in application/x-www-form-urlencoded
Andreas Kling
2022-04-08
AK+LibHTTP: Revert prior change to percent encode plus signs
GeekFiftyFive
2022-04-02
AK+LibHTTP: Ensure plus signs are percent encoded in query string
GeekFiftyFive
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-14
AK: Add URL::serialize_origin based on HTML's origin definition
Idan Horowitz
2021-06-30
AK: Remove the LexicalPath::is_valid() API
Max Wipfli
2021-06-03
Everywhere: Replace ctype.h to avoid narrowing conversions
Max Wipfli
2021-06-01
AK: Move identity check from URL::operator==() to equals()
Max Wipfli
2021-06-01
AK: Use correct constness in URL class methods
Max Wipfli
2021-06-01
AK: Add hostname parameter to URL::create_with_file_scheme()
Max Wipfli
2021-06-01
AK: Rewrite URL::compute_validity() to conform to new parser
Max Wipfli
2021-06-01
AK: Remove deprecated m_path member variable from URL
Max Wipfli
2021-06-01
AK: Replace URL::to_string() with new serialize() implementation
Max Wipfli
2021-06-01
AK: Replace old URL parser with new URLParser::parse()
Max Wipfli
2021-06-01
AK: Add spec-compliant URL serialization methods
Max Wipfli
2021-06-01
AK: Add helper functions and private data URL constructor to URL
Max Wipfli
2021-06-01
AK: Add member variables to the URL class
Max Wipfli
2021-06-01
AK+Everywhere: Replace usages of URLParser::urlencode() and urldecode()
Max Wipfli
2021-06-01
AK: Implement more conforming URL percent encode/decode mechanism
Max Wipfli
2021-06-01
AK: Internally rename protocol to scheme in URL
Max Wipfli
2021-06-01
AK: Omit unnecessary function parameter names in URL
Max Wipfli
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-18
AK: Add default ports for Websockets to the URL class
DexesTTP
2021-03-07
AK: Add optional fragment parameter to create_with_file_protocol()
speles
2020-12-12
AK::URL: Fix setting the port number in the case it was the last element of t...
xspager
2020-11-04
AK::URL: Check if URL requires a port set to be considered a valid URL
Brendan Coles
2020-10-08
AK: Use new format functions.
asynts
2020-08-24
AK: Add URL::create_with_data() to create data URLs
AnotherTest
2020-06-12
AK: Make string-to-number conversion helpers return Optional
Andreas Kling
2020-06-10
AK: URL should urldecode data: URL payloads
Andreas Kling
2020-06-07
AK: Don't try to complete relative data: URLs
Andreas Kling
2020-05-26
AK: Rename FileSystemPath -> LexicalPath
Sergey Bugaev
2020-05-23
AK: Fix URL::complete_url behaviour for when a fragment is passed
FalseHonesty
2020-05-17
AK: Make sure URL retains trailing slash if present in complete_url
Conrad Pankoff
2020-05-17
AK: Set default port in URL to 1965 for gemini protocol
Conrad Pankoff
2020-05-16
AK: Handle "protocol relative URLs" in URL::complete_url()
Linus Groh
2020-05-10
AK: Add support for about: URLs
Andreas Kling
2020-05-09
AK: Unbreak parsing of file:// URLs with no host
Andreas Kling
2020-05-09
AK: Allow file:// URLs to have a hostname
Andreas Kling
[next]