summaryrefslogtreecommitdiff
path: root/AK/MACAddress.h
AgeCommit message (Expand)Author
2023-06-04Everywhere: Move global Kernel pattern code to Kernel/Library directoryLiav A
2022-12-06Everywhere: Rename to_{string => deprecated_string}() where applicableLinus Groh
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-07-12Everywhere: Replace single-char StringView op. arguments with charssin-ack
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-02-16AK+Kernel: Return KString from MACAddress::to_string() in the KernelIdan Horowitz
2021-11-11Everywhere: Pass AK::StringView by valueAndreas Kling
2021-11-10AK+Everywhere: Stop including Vector.h from StringView.hAndreas Kling
2021-08-03Everywhere: Make use of container version of all_ofLenny Maiorani
2021-07-27AK: Add copy_to span method for AK::MACAddressBrian Gianforcaro
2021-07-25AK: Create MACAddress from stringbrapru
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-02-26Everywhere: Remove a bunch of redundant 'AK::' namespace prefixesLinus Groh
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2020-12-31Everywhere: Re-format with clang-format-11Linus Groh
2020-11-21MACAddress: Use all_of to implement is_zeroLenny Maiorani
2020-11-20MACAddress: AK::Array as member variable instead of C-arrayLenny Maiorani
2020-11-19MACAddress: constexpr supportLenny Maiorani
2020-11-17MACAddress: Unit testing for basic functionalityLenny Maiorani
2020-10-08AK: Use new format functions.asynts
2020-09-25Meta+AK: Make clang-format-10 cleanBen Wiederhake
2020-04-05Kernel+AK: Separate out MACAddress and move it into AKAnotherTest