summaryrefslogtreecommitdiff
path: root/AK/URL.h
AgeCommit message (Expand)Author
2021-06-01AK: Move identity check from URL::operator==() to equals()Max Wipfli
2021-06-01AK+LibWeb: Remove URL::to_string_encoded()Max Wipfli
2021-06-01AK: Use correct constness in URL class methodsMax Wipfli
2021-06-01AK: Add hostname parameter to URL::create_with_file_scheme()Max Wipfli
2021-06-01AK: Remove deprecated m_path member variable from URLMax Wipfli
2021-06-01AK: Replace URL::to_string() with new serialize() implementationMax Wipfli
2021-06-01AK: Replace old URL parser with new URLParser::parse()Max Wipfli
2021-06-01AK: Add spec-compliant URL serialization methodsMax Wipfli
2021-06-01AK: Add a new, spec-compliant URLParserMax Wipfli
2021-06-01AK: Add helper functions and private data URL constructor to URLMax Wipfli
2021-06-01AK: Add member variables to the URL classMax Wipfli
2021-06-01AK+Everywhere: Replace usages of URLParser::urlencode() and urldecode()Max Wipfli
2021-06-01AK: Implement more conforming URL percent encode/decode mechanismMax Wipfli
2021-06-01AK: Internally rename protocol to scheme in URLMax Wipfli
2021-06-01AK: Omit unnecessary function parameter names in URLMax Wipfli
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-03-12Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)Andreas Kling
2021-03-07AK: Add optional fragment parameter to create_with_file_protocol()speles
2021-01-31AK: Add URL::to_string_encoded()Linus Groh
2021-01-12AK: Simplify constructors and conversions from nullptr_tLenny Maiorani
2020-12-30AK+Format: Remove TypeErasedFormatParams& from format function.asynts
2020-11-04AK::URL: Check if URL requires a port set to be considered a valid URLBrendan Coles
2020-10-04AK: Add formatter for URL.asynts
2020-08-24AK: Add URL::create_with_data() to create data URLsAnotherTest
2020-06-01AK: Add operator== and hash traits for URLAndreas Kling
2020-05-16AK: Fix URL's operator<<() and use itLinus Groh
2020-05-05AK: Add URL::basename()Andreas Kling
2020-04-26AK: Teach URL how to parse data: URLs :^)Andreas Kling
2020-04-19AK: Add URL::create_with_url_or_path()Sergey Bugaev
2020-04-18AK: Add URL::create_with_file_protocol(path)Andreas Kling
2020-04-12AK: Support fragment in URLLinus Groh
2020-04-11AK: Recompute URL validity after changing protocol/host/pathAndreas Kling
2020-01-18Meta: Add license header to source filesAndreas Kling
2019-11-25AK: Add a query string component to URLAndreas Kling
2019-11-19LibHTML+AK: Move URL completion from Document to AK::URLAndreas Kling
2019-10-05AK: URL should support file:// URL'sAndreas Kling
2019-09-06AK: Rename <AK/AKString.h> to <AK/String.h>Andreas Kling
2019-08-10URL: Add some convenience constructorsAndreas Kling
2019-08-10AK: Add a basic URL class to help us handle URL'sAndreas Kling