Age | Commit message (Expand) | Author |
---|---|---|
2020-05-17 | AK: Make sure URL retains trailing slash if present in complete_url | Conrad Pankoff |
2020-05-10 | AK: Add support for about: URLs | Andreas Kling |
2020-05-09 | AK: Unbreak parsing of file:// URLs with no host | Andreas Kling |
2020-04-12 | AK: Parse query and fragment in URL::parse() | Linus Groh |
2020-01-18 | Meta: Add license header to source files | Andreas Kling |
2019-10-21 | URL: Unbreak the serialization test | Andreas Kling |
2019-08-10 | AK: Add a basic URL class to help us handle URL's | Andreas Kling |