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.cpp
Age
Commit message (
Expand
)
Author
2023-02-13
LibCore: Rename `File` to `DeprecatedFile`
Tim Schumacher
2023-01-27
Services: Replace uses of JsonObject::get_deprecated()/get_ptr()
Sam Atkins
2023-01-17
AK+Everywhere: Rename JsonObject::get() to ::get_deprecated()
Sam Atkins
2023-01-12
LibCore+Userland: Make Core::Timer::create_single_shot() return ErrorOr
Sam Atkins
2023-01-12
LibCore+Userland: Make Core::Timer::create_repeating() return ErrorOr
Sam Atkins
2022-12-20
LibCore: Make UDPServer::receive() return ErrorOr<ByteBuffer>
Alexander Narsudinov
2022-12-06
Everywhere: Rename to_{string => deprecated_string}() where applicable
Linus Groh
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-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-07-12
Everywhere: Split Error::from_string_literal and Error::from_string_view
sin-ack
2022-05-31
DHCPClient: Don't reset the interface if its already configured
Tim Schumacher
2022-05-26
DHCPClient: Don't discover interfaces other than given by default
Maciej
2022-05-03
DHCPClient: Don't crash if DHCP options contain no gateway
Patrick Meyer
2022-04-17
DHCPClient: Send ParameterRequestList option with DHCPRequest packet
Thitat Auareesuksakul
2022-04-17
DHCPClient: Send ServerIdentifier option with DHCPRequest packet
Thitat Auareesuksakul
2022-04-11
DHCPClient: Close outgoing sockets after use
Tim Schumacher
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-24
Services: Use default constructors/destructors
Lenny Maiorani
2021-12-05
DHCP4Client: Cast unused Timer return values to void
Sam Atkins
2021-11-17
AK: Make JSON parser return ErrorOr<JsonValue> (instead of Optional)
Andreas Kling
2021-11-08
DHCPClient: Replace Result<T, E> use with ErrorOr<T>
Andreas Kling
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-12
LibCore+Everywhere: Move OpenMode out of IODevice
Ali Mohammad Pur
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-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-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-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-12
Services: Move to Userland/Services/
Andreas Kling