Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-06-26 | AK: Use __builtin_bswap() in NetworkOrdered. | Andreas Kling | |
2019-06-26 | AK: Simplify NetworkOrdered somewhat. | Andreas Kling | |
2019-05-28 | Add clang-format file | Robin Burchell | |
Also run it across the whole tree to get everything using the One True Style. We don't yet run this in an automated fashion as it's a little slow, but there is a snippet to do so in makeall.sh. | |||
2019-05-21 | AK: Always inline convert_between_host_and_network<T>. | Andreas Kling | |
2019-04-02 | Move NetworkOrdered.h to AK/ since it's used in both kernel and userspace. | Andreas Kling | |