summaryrefslogtreecommitdiff
path: root/AK/URL.cpp
AgeCommit message (Expand)Author
2020-05-26AK: Rename FileSystemPath -> LexicalPathSergey Bugaev
2020-05-23AK: Fix URL::complete_url behaviour for when a fragment is passedFalseHonesty
2020-05-17AK: Make sure URL retains trailing slash if present in complete_urlConrad Pankoff
2020-05-17AK: Set default port in URL to 1965 for gemini protocolConrad Pankoff
2020-05-16AK: Handle "protocol relative URLs" in URL::complete_url()Linus Groh
2020-05-10AK: Add support for about: URLsAndreas Kling
2020-05-09AK: Unbreak parsing of file:// URLs with no hostAndreas Kling
2020-05-09AK: Allow file:// URLs to have a hostnameAndreas Kling
2020-05-05AK: Add URL::basename()Andreas Kling
2020-04-26AK: Make URL::to_string() produce a data URL for data URLs :^)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-19AK: Consider more URLs invalidSergey Bugaev
2020-04-18AK: Add URL::create_with_file_protocol(path)Andreas Kling
2020-04-12AK: Parse query and fragment in URL::parse()Linus Groh
2020-04-12AK: Support fragment in URLLinus Groh
2020-04-11AK: Recompute URL validity after changing protocol/host/pathAndreas Kling
2020-02-25AK: Make Vector use size_t for its size and capacityAndreas Kling
2020-01-18Meta: Add license header to source filesAndreas Kling
2019-12-10AK: Teach URL::complete_url() how to resolve URL's starting with "/"Andreas Kling
2019-12-09AK: Use size_t for the length of stringsAndreas 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-21URL: https:// URLs should default to port 443Andreas Kling
2019-10-17URL: Parse URLs that lack a path (e.g "http://serenityos.org")Andreas Kling
2019-10-10URL: No need to include ":80" when serializing http:// URLsAndreas Kling
2019-10-05AK: URL should support file:// URL'sAndreas Kling
2019-08-10AK: Add a basic URL class to help us handle URL'sAndreas Kling