serenity/Userland
Shannon Booth 3cb65645cf LibWeb: Make Web::URL::host_is_domain accept an AK::URL::Host
Which allows us to avoid serializing the host only to try and reparse it
again as either an IPv4 or IPv6 address.
2023-07-31 05:18:51 +02:00
..
Applets Everywhere: Remove needless trailing semi-colons after functions 2023-07-08 10:32:56 +01:00
Applications AK: Serialize URL hosts with 'concept-host-serializer' 2023-07-31 05:18:51 +02:00
BuggieBox Userland: Teach the file utility about zip files 2023-07-11 17:48:57 +01:00
Demos LibGUI+Userland: Port StatusBar::text() and set_text functions to String 2023-06-15 13:53:22 +01:00
DevTools HackStudio: Add option to open file in single click 2023-07-29 17:07:38 -06:00
DynamicLoader Everywhere: Resolve conflicts with LibC and libc++ 2023-06-27 12:40:38 +02:00
Games Snake: Update snake skin color interactively while picking 2023-07-24 11:30:54 +03:30
Libraries LibWeb: Make Web::URL::host_is_domain accept an AK::URL::Host 2023-07-31 05:18:51 +02:00
Services AK: Serialize URL hosts with 'concept-host-serializer' 2023-07-31 05:18:51 +02:00
Shell AK: Serialize URL hosts with 'concept-host-serializer' 2023-07-31 05:18:51 +02:00
Utilities AK: Serialize URL hosts with 'concept-host-serializer' 2023-07-31 05:18:51 +02:00
CMakeLists.txt