summaryrefslogtreecommitdiff
path: root/Userland/Services/DHCPClient/DHCPv4.h
AgeCommit message (Expand)Author
2021-09-06Everywhere: Make ByteBuffer::{create_*,copy}() OOM-safeAli Mohammad Pur
2021-05-27DHCPClient: Avoid unaligned access when parsing optionsAndrew Kaster
2021-05-07Services: Convert StringBuilder::appendf() => AK::FormatAndreas Kling
2021-04-29Everywhere: Use "the SerenityOS developers." in copyright headersLinus Groh
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-17DHCPClient: Fix undefined behaviour when calling memcpy() (#6416)Georgiy Komarov
2021-02-26Everywhere: Remove a bunch of redundant 'AK::' namespace prefixesLinus Groh
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-02-17DHCPClient: Fix incorrect BOOTP Broadcast flag valueAnotherTest
2021-01-12Services: Move to Userland/Services/Andreas Kling