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
Age
Commit message (
Expand
)
Author
2021-11-02
Services: Fix visibility of Object-derivative constructors
Ben Wiederhake
2021-10-25
DHCPClient: Simplify DHCPv4PacketBuilder
Andreas Kling
2021-09-06
Everywhere: Make ByteBuffer::{create_*,copy}() OOM-safe
Ali Mohammad Pur
2021-06-17
Everywhere: Add component declarations
Gunnar Beutner
2021-05-27
DHCPClient: Avoid unaligned access when parsing options
Andrew Kaster
2021-05-27
DHCPClient: Rename struct members for InterfaceDescriptor
Gunnar Beutner
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-05-12
LibCore+Everywhere: Move OpenMode out of IODevice
Ali Mohammad Pur
2021-05-07
Services: Convert StringBuilder::appendf() => AK::Format
Andreas Kling
2021-05-06
DHCPClient: Handle invalid DHCP responses more gracefully
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-17
DHCPClient: Fix undefined behaviour when calling memcpy() (#6416)
Georgiy Komarov
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-04-04
DHCPClient: Dont set DHCPOption::ServerIdentifier on DHCPRequest
Idan Horowitz
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-26
Everywhere: Remove a bunch of redundant 'AK::' namespace prefixes
Linus Groh
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-02-21
DHCPClient: Actually randomize transaction ID's (XID)
Andreas Kling
2021-02-21
DHCPClient: Silence a debug message
Andreas Kling
2021-02-17
DHCPClient: Set ServerIdentifier and RequestedAddress in DHCP REQUESTs
AnotherTest
2021-02-17
DHCPClient: Set the client IP field of the DHCP DISCOVER message
AnotherTest
2021-02-17
DHCPClient: Don't reject packets smaller than the max size
AnotherTest
2021-02-17
DHCPClient: Fix incorrect BOOTP Broadcast flag value
AnotherTest
2021-02-08
Everywhere: Replace dbgln<flag>(...) with dbgln_if(flag, ...)
AnotherTest
2021-01-25
Everywhere: Debug macros instead of constexpr.
asynts
2021-01-22
Everywhere: Replace a bundle of dbg with dbgln.
asynts
2021-01-14
DHCPClient: handle /proc/net/adapters invalid JSON gracefully
Brendan Coles
2021-01-12
Services: Move to Userland/Services/
Andreas Kling