summaryrefslogtreecommitdiff
path: root/AK/IPv6Address.h
AgeCommit message (Expand)Author
2023-01-13AK: Don't inherit Formatter<ErrorOr<T>> for Formatter<IPv6Address>MacDue
2023-01-12AK: Fix ignored .to_string() errors in IPv6AddressMacDue
2022-12-06Everywhere: Rename to_{string => deprecated_string}() where applicableLinus Groh
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-11-26AK: Make it possible to not `using` AK classes into the global namespaceAndreas Kling
2022-10-24AK+Everywhere: Turn bool keep_empty to an enum in split* functionsdemostanis
2022-04-17AK: Add Kernel namespace to KStrings in AK::IPv6AddressThitat Auareesuksakul
2022-03-08AK: Add IPv6Address classTom