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
/
MACAddress.h
Age
Commit message (
Expand
)
Author
2021-11-11
Everywhere: Pass AK::StringView by value
Andreas Kling
2021-11-10
AK+Everywhere: Stop including Vector.h from StringView.h
Andreas Kling
2021-08-03
Everywhere: Make use of container version of all_of
Lenny Maiorani
2021-07-27
AK: Add copy_to span method for AK::MACAddress
Brian Gianforcaro
2021-07-25
AK: Create MACAddress from string
brapru
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-02-26
Everywhere: Remove a bunch of redundant 'AK::' namespace prefixes
Linus Groh
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2020-12-31
Everywhere: Re-format with clang-format-11
Linus Groh
2020-11-21
MACAddress: Use all_of to implement is_zero
Lenny Maiorani
2020-11-20
MACAddress: AK::Array as member variable instead of C-array
Lenny Maiorani
2020-11-19
MACAddress: constexpr support
Lenny Maiorani
2020-11-17
MACAddress: Unit testing for basic functionality
Lenny Maiorani
2020-10-08
AK: Use new format functions.
asynts
2020-09-25
Meta+AK: Make clang-format-10 clean
Ben Wiederhake
2020-04-05
Kernel+AK: Separate out MACAddress and move it into AK
AnotherTest