index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Services
/
DHCPClient
/
DHCPv4.h
Age
Commit message (
Expand
)
Author
2023-01-27
AK: Remove StringBuilder::build() in favor of to_deprecated_string()
Linus Groh
2022-12-06
Everywhere: Rename to_{string => deprecated_string}() where applicable
Linus Groh
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-12-03
Everywhere: Run clang-format
Linus Groh
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-07-12
Everywhere: Explicitly specify the size in StringView constructors
sin-ack
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2021-10-25
DHCPClient: Simplify DHCPv4PacketBuilder
Andreas Kling
2021-09-06
Everywhere: Make ByteBuffer::{create_*,copy}() OOM-safe
Ali Mohammad Pur
2021-05-27
DHCPClient: Avoid unaligned access when parsing options
Andrew Kaster
2021-05-07
Services: Convert StringBuilder::appendf() => AK::Format
Andreas Kling
2021-04-29
Everywhere: Use "the SerenityOS developers." in copyright headers
Linus Groh
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-17
DHCPClient: Fix undefined behaviour when calling memcpy() (#6416)
Georgiy Komarov
2021-02-26
Everywhere: Remove a bunch of redundant 'AK::' namespace prefixes
Linus Groh
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-02-17
DHCPClient: Fix incorrect BOOTP Broadcast flag value
AnotherTest
2021-01-12
Services: Move to Userland/Services/
Andreas Kling