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.h
Age
Commit message (
Expand
)
Author
2021-01-31
AK: Add URL::to_string_encoded()
Linus Groh
2021-01-12
AK: Simplify constructors and conversions from nullptr_t
Lenny Maiorani
2020-12-30
AK+Format: Remove TypeErasedFormatParams& from format function.
asynts
2020-11-04
AK::URL: Check if URL requires a port set to be considered a valid URL
Brendan Coles
2020-10-04
AK: Add formatter for URL.
asynts
2020-08-24
AK: Add URL::create_with_data() to create data URLs
AnotherTest
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