Age | Commit message (Expand) | Author |
---|---|---|
2019-07-08 | AK: Add LogStream operator<< for IPv4Address. | Andreas Kling |
2019-07-08 | AK: Add IPv4Address::from_string(StringView). | Andreas Kling |
2019-07-03 | AK: Rename the common integer typedefs to make it obvious what they are. | Andreas Kling |
2019-06-29 | AK: Defer to Traits<T> for equality comparison in container templates. | Andreas Kling |
2019-06-18 | AK: Add IPv4Address(NetworkOrdered<dword>) constructor. | Andreas Kling |
2019-06-18 | AK: Move IPv4Address from Kernel/Net/ to AK/ since it's quite useful. | Andreas Kling |