History log of /openbmc/google-misc/subprojects/dhcp-done/dhcp-done.cpp (Results 1 – 7 of 7)
Revision Date Author Comments
# c66ebc35 16-Aug-2024 Patrick Williams <patrick@stwcx.xyz>

clang-format: re-format for clang-18

clang-format-18 isn't compatible with the clang-format-17 output, so we
need to reformat the code with the latest version. The way clang-18
handles lambda forma

clang-format: re-format for clang-18

clang-format-18 isn't compatible with the clang-format-17 output, so we
need to reformat the code with the latest version. The way clang-18
handles lambda formatting also changed, so we have made changes to the
organization default style format to better handle lambda formatting.

See I5e08687e696dd240402a2780158664b7113def0e for updated style.
See Iea0776aaa7edd483fa395e23de25ebf5a6288f71 for clang-18 enablement.

Change-Id: I362352dcb341658501899267c2ff3ad044ed5912
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>

show more ...


# 1e76060a 07-Mar-2024 Yuxiao Zhang <yuxiaozhang@google.com>

meta-google: dhcp-done: Adding status report

Previously dhcp-done only sends status code, this one provides the
capability to send status code + status message for better
troubleshooting.
Provide a

meta-google: dhcp-done: Adding status report

Previously dhcp-done only sends status code, this one provides the
capability to send status code + status message for better
troubleshooting.
Provide a way to let other process upgrade the status.

Tested: Unit test passed.

Change-Id: I9c689f90502a32b586c41e3491ad47ebc78fcc38
Signed-off-by: Yuxiao Zhang <yuxiaozhang@google.com>

show more ...


# 253e6463 28-Dec-2023 Willy Tu <wltu@google.com>

build: Remove dependencies on fmtlib

With C++23, we can replace fmt::format with std::format and fmt::print
with stdplus::print. This allows us to migrate to std::print once the
support is available

build: Remove dependencies on fmtlib

With C++23, we can replace fmt::format with std::format and fmt::print
with stdplus::print. This allows us to migrate to std::print once the
support is available.

Change-Id: I790901fb3b96d815275a3919e1fb90973189fc02
Signed-off-by: Willy Tu <wltu@google.com>

show more ...


# 6084957f 20-Oct-2023 Patrick Williams <patrick@stwcx.xyz>

clang-format: copy latest and re-format

clang-format-17 has some backwards incompatible changes that require
additional settings for best compatibility and re-running the formatter.
Copy the latest

clang-format: copy latest and re-format

clang-format-17 has some backwards incompatible changes that require
additional settings for best compatibility and re-running the formatter.
Copy the latest .clang-format from the docs repository and reformat the
repository.

Change-Id: I4610d1d37873b2019baa2ae22c036f81f4319214
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>

show more ...


# 2be45238 10-May-2023 Patrick Williams <patrick@stwcx.xyz>

clang-format: copy latest and re-format

clang-format-16 has some backwards incompatible changes that require
additional settings for best compatibility and re-running the formatter.
Copy the latest

clang-format: copy latest and re-format

clang-format-16 has some backwards incompatible changes that require
additional settings for best compatibility and re-running the formatter.
Copy the latest .clang-format from the docs repository and reformat the
repository.

Change-Id: Ia240047e2472bccb2bb039ff71bea20a7a602ec4
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>

show more ...


# 5ca20ffe 30-Mar-2023 Yuxiao Zhang <yuxiaozhang@google.com>

dhcp-done: send status to notify netboot service

This enables the daemon for sending boot status so that netboot service
can take actions accordingly.

Tested with nc and verified that the data byte

dhcp-done: send status to notify netboot service

This enables the daemon for sending boot status so that netboot service
can take actions accordingly.

Tested with nc and verified that the data byte is present.

Change-Id: I570bbd7c05028b6c007ff9d5a00a8589da73a8ff
Signed-off-by: Yuxiao Zhang <yuxiaozhang@google.com>

show more ...


# dffd6523 08-Feb-2022 William A. Kennington III <wak@google.com>

dhcp-done: Add daemon

Used to communicate with cloud utilities monitoring the netboot status
of the machine. Started once the netboot has completed in order to
provide status.

Change-Id: I6eb8b5a00

dhcp-done: Add daemon

Used to communicate with cloud utilities monitoring the netboot status
of the machine. Started once the netboot has completed in order to
provide status.

Change-Id: I6eb8b5a0048e3a9d5d4f56adae42ef5aff2c2bab
Signed-off-by: William A. Kennington III <wak@google.com>

show more ...