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
/
main.cpp
Age
Commit message (
Expand
)
Author
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-10-25
Services: Use new global variables at /sys/kernel/ directory
Liav A
2022-05-26
DHCPClient: Don't discover interfaces other than given by default
Maciej
2021-11-30
DHCPClient: Port to LibMain :^)
Andreas Kling
2021-05-27
DHCPClient: Remove unused #includes
Gunnar Beutner
2021-05-27
DHCPClient: Resend DHCP packets when we don't receive an answer
Gunnar Beutner
2021-05-13
Userland: Tighten a *lot* of pledges! :^)
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-06
DHCPClient: Retry DISCOVER for interfaces that fail
AnotherTest
2021-04-04
DHCPClient: Parse MacAddress parts using StringUtils
Idan Horowitz
2021-03-12
Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)
Andreas Kling
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-02-17
DHCPClient: Don't reject packets smaller than the max size
AnotherTest
2021-01-14
DHCPClient: handle /proc/net/adapters invalid JSON gracefully
Brendan Coles
2021-01-12
Services: Move to Userland/Services/
Andreas Kling