index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
AK
/
URL.cpp
Age
Commit message (
Expand
)
Author
2020-12-12
AK::URL: Fix setting the port number in the case it was the last element of t...
xspager
2020-11-04
AK::URL: Check if URL requires a port set to be considered a valid URL
Brendan Coles
2020-10-08
AK: Use new format functions.
asynts
2020-08-24
AK: Add URL::create_with_data() to create data URLs
AnotherTest
2020-06-12
AK: Make string-to-number conversion helpers return Optional
Andreas Kling
2020-06-10
AK: URL should urldecode data: URL payloads
Andreas Kling
2020-06-07
AK: Don't try to complete relative data: URLs
Andreas Kling
2020-05-26
AK: Rename FileSystemPath -> LexicalPath
Sergey Bugaev
2020-05-23
AK: Fix URL::complete_url behaviour for when a fragment is passed
FalseHonesty
2020-05-17
AK: Make sure URL retains trailing slash if present in complete_url
Conrad Pankoff
2020-05-17
AK: Set default port in URL to 1965 for gemini protocol
Conrad Pankoff
2020-05-16
AK: Handle "protocol relative URLs" in URL::complete_url()
Linus Groh
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-05-09
AK: Allow file:// URLs to have a hostname
Andreas Kling
2020-05-05
AK: Add URL::basename()
Andreas Kling
2020-04-26
AK: Make URL::to_string() produce a data URL for data URLs :^)
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-19
AK: Consider more URLs invalid
Sergey Bugaev
2020-04-18
AK: Add URL::create_with_file_protocol(path)
Andreas Kling
2020-04-12
AK: Parse query and fragment in URL::parse()
Linus Groh
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-02-25
AK: Make Vector use size_t for its size and capacity
Andreas Kling
2020-01-18
Meta: Add license header to source files
Andreas Kling
2019-12-10
AK: Teach URL::complete_url() how to resolve URL's starting with "/"
Andreas Kling
2019-12-09
AK: Use size_t for the length of strings
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-21
URL: https:// URLs should default to port 443
Andreas Kling
2019-10-17
URL: Parse URLs that lack a path (e.g "http://serenityos.org")
Andreas Kling
2019-10-10
URL: No need to include ":80" when serializing http:// URLs
Andreas Kling
2019-10-05
AK: URL should support file:// URL's
Andreas Kling
2019-08-10
AK: Add a basic URL class to help us handle URL's
Andreas Kling