summaryrefslogtreecommitdiff
path: root/Userland/Services/DHCPClient/main.cpp
AgeCommit message (Expand)Author
2021-11-30DHCPClient: Port to LibMain :^)Andreas Kling
2021-05-27DHCPClient: Remove unused #includesGunnar Beutner
2021-05-27DHCPClient: Resend DHCP packets when we don't receive an answerGunnar Beutner
2021-05-13Userland: Tighten a *lot* of pledges! :^)Andreas 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-06DHCPClient: Retry DISCOVER for interfaces that failAnotherTest
2021-04-04DHCPClient: Parse MacAddress parts using StringUtilsIdan Horowitz
2021-03-12Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)Andreas Kling
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-02-17DHCPClient: Don't reject packets smaller than the max sizeAnotherTest
2021-01-14DHCPClient: handle /proc/net/adapters invalid JSON gracefullyBrendan Coles
2021-01-12Services: Move to Userland/Services/Andreas Kling