summaryrefslogtreecommitdiff
path: root/Userland/Services/DHCPClient/DHCPv4Client.h
AgeCommit message (Expand)Author
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-05-26DHCPClient: Don't discover interfaces other than given by defaultMaciej
2022-05-12AK+DHCPClient: Fix false positive gcc 12 warningsDaniel Bertalan
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-03-24Services: Use default constructors/destructorsLenny Maiorani
2021-11-08DHCPClient: Replace Result<T, E> use with ErrorOr<T>Andreas Kling
2021-11-02Services: Fix visibility of Object-derivative constructorsBen Wiederhake
2021-05-27DHCPClient: Rename struct members for InterfaceDescriptorGunnar Beutner
2021-05-27DHCPClient: Resend DHCP packets when we don't receive an answerGunnar Beutner
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-06DHCPClient: Retry DISCOVER for interfaces that failAnotherTest
2021-04-04DHCPClient: Store current IP address instead of relaying on the yiaddrIdan Horowitz
2021-01-12Services: Move to Userland/Services/Andreas Kling