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
/
DHCPv4Client.h
Age
Commit message (
Expand
)
Author
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-05-26
DHCPClient: Don't discover interfaces other than given by default
Maciej
2022-05-12
AK+DHCPClient: Fix false positive gcc 12 warnings
Daniel Bertalan
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-24
Services: Use default constructors/destructors
Lenny Maiorani
2021-11-08
DHCPClient: Replace Result<T, E> use with ErrorOr<T>
Andreas Kling
2021-11-02
Services: Fix visibility of Object-derivative constructors
Ben Wiederhake
2021-05-27
DHCPClient: Rename struct members for InterfaceDescriptor
Gunnar Beutner
2021-05-27
DHCPClient: Resend DHCP packets when we don't receive an answer
Gunnar Beutner
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-06
DHCPClient: Retry DISCOVER for interfaces that fail
AnotherTest
2021-04-04
DHCPClient: Store current IP address instead of relaying on the yiaddr
Idan Horowitz
2021-01-12
Services: Move to Userland/Services/
Andreas Kling