Age | Commit message (Expand) | Author |
---|---|---|
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 |