Age | Commit message (Expand) | Author |
---|---|---|
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 |