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