summaryrefslogtreecommitdiff
path: root/AK/URL.h
AgeCommit message (Expand)Author
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