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.h
Age
Commit message (
Expand
)
Author
2022-04-02
AK+LibHTTP: Ensure plus signs are percent encoded in query string
GeekFiftyFive
2021-11-17
AK: Convert AK::Format formatting helpers to returning ErrorOr<void>
Andreas Kling
2021-11-11
Everywhere: Pass AK::StringView by value
Andreas Kling
2021-11-10
AK+Everywhere: Stop including Vector.h from StringView.h
Andreas Kling
2021-09-14
AK: Move the path argument of URL::append_path instead of copying it
Idan Horowitz
2021-09-14
AK: Make URL::m_port an Optional<u16>, Expose raw port getter
Idan Horowitz
2021-09-14
AK: Add URL::cannot_have_a_username_or_password_or_port
Idan Horowitz
2021-09-14
AK: Change URL::cannot_be_a_base_url, URL::is_valid return type to bool
Idan Horowitz
2021-09-14
AK: Add URL::serialize_origin based on HTML's origin definition
Idan Horowitz
2021-06-01
AK: Move identity check from URL::operator==() to equals()
Max Wipfli
2021-06-01
AK+LibWeb: Remove URL::to_string_encoded()
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: 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 a new, spec-compliant URLParser
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-03-12
Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)
Andreas Kling
2021-03-07
AK: Add optional fragment parameter to create_with_file_protocol()
speles
2021-01-31
AK: Add URL::to_string_encoded()
Linus Groh
2021-01-12
AK: Simplify constructors and conversions from nullptr_t
Lenny Maiorani
2020-12-30
AK+Format: Remove TypeErasedFormatParams& from format function.
asynts
2020-11-04
AK::URL: Check if URL requires a port set to be considered a valid URL
Brendan Coles
2020-10-04
AK: Add formatter for URL.
asynts
2020-08-24
AK: Add URL::create_with_data() to create data URLs
AnotherTest
2020-06-01
AK: Add operator== and hash traits for URL
Andreas Kling
2020-05-16
AK: Fix URL's operator<<() and use it
Linus Groh
2020-05-05
AK: Add URL::basename()
Andreas Kling
2020-04-26
AK: Teach URL how to parse data: URLs :^)
Andreas Kling
2020-04-19
AK: Add URL::create_with_url_or_path()
Sergey Bugaev
2020-04-18
AK: Add URL::create_with_file_protocol(path)
Andreas Kling
2020-04-12
AK: Support fragment in URL
Linus Groh
2020-04-11
AK: Recompute URL validity after changing protocol/host/path
Andreas Kling
2020-01-18
Meta: Add license header to source files
Andreas Kling
2019-11-25
AK: Add a query string component to URL
Andreas Kling
2019-11-19
LibHTML+AK: Move URL completion from Document to AK::URL
Andreas Kling
2019-10-05
AK: URL should support file:// URL's
Andreas Kling
2019-09-06
AK: Rename <AK/AKString.h> to <AK/String.h>
Andreas Kling
2019-08-10
URL: Add some convenience constructors
Andreas Kling
2019-08-10
AK: Add a basic URL class to help us handle URL's
Andreas Kling