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
/
IPv4Address.h
Age
Commit message (
Expand
)
Author
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-01-22
Everywhere: Replace a bundle of dbg with dbgln.
asynts
2020-12-31
Everywhere: Re-format with clang-format-11
Linus Groh
2020-11-11
IPv4Address: constexpr support
Lenny Maiorani
2020-10-08
AK: Use new format functions.
asynts
2020-08-25
AK: Add Endian.h header to replace NetworkOrdered.h.
asynts
2020-08-14
AK: Fix obvious bad vector access in IPv4Address::from_string()
Andreas Kling
2020-08-13
AK: Fix bad vector access in two-part IPv4 address parsing
Andreas Kling
2020-08-13
AK: Add initial support for obscure IPv4 address notations
Panagiotis Vasilopoulos
2020-06-12
AK: Make string-to-number conversion helpers return Optional
Andreas Kling
2020-03-23
AK: Reduce header dependency graph of String.h
Andreas Kling
2020-02-14
AK: Add a forward declaration header
Andreas Kling
2020-02-10
AK: Remove bitrotted Traits::dump() mechanism
Andreas Kling
2020-01-18
Meta: Add license header to source files
Andreas Kling
2019-09-06
AK: Rename <AK/AKString.h> to <AK/String.h>
Andreas Kling
2019-08-29
Kernel/AK: Add is_zero helpers for IP and MAC addresses
Conrad Pankoff
2019-08-06
Kernel: Refactor TCP/IP stack
Conrad Pankoff
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