#
2d86eb1b |
| 16-Jul-2023 |
William A. Kennington III <wak@google.com> |
netlink: Use stdplus function_view
We are trying to get rid of function2 dependencies.
Change-Id: I7cd750b279e7e83b2c71f1c6cc53a114daf4532c Signed-off-by: William A. Kennington III <wak@google.com>
|
#
89d734b9 |
| 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: Ia4966a0790437eb0fc011c747f3be2a52884e4d8 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
show more ...
|
#
29418efc |
| 08-Nov-2022 |
William A. Kennington III <wak@google.com> |
rtnetlink_server: Fix edge triggering
We need to receive messages until there are no more pending or else we will leave messages in the file descriptor.
Change-Id: I3f4a5a7e57ccca62be76591d47c8317d
rtnetlink_server: Fix edge triggering
We need to receive messages until there are no more pending or else we will leave messages in the file descriptor.
Change-Id: I3f4a5a7e57ccca62be76591d47c8317d995e527e Signed-off-by: William A. Kennington III <wak@google.com>
show more ...
|
#
f1289a0a |
| 24-Oct-2022 |
William A. Kennington III <wak@google.com> |
netlink: Add common function for extracting payload
Change-Id: I809bd17d50ccb8a8f624b6117c088193f55e79de Signed-off-by: William A. Kennington III <wak@google.com>
|
#
5f165dcc |
| 24-Oct-2022 |
William A. Kennington III <wak@google.com> |
rtnetlink_server: Use netlink parser code
Change-Id: I97a8fd1c692973a8ac97171dfaf309cfc9cfceb1 Signed-off-by: William A. Kennington III <wak@google.com>
|
#
058f4cf7 |
| 25-Aug-2022 |
William A. Kennington III <wak@google.com> |
netlink: Use function views
These provide type erasure without requiring us to copy anything into function objects.
Change-Id: I4dcddb54b1b78d36945ac4c976a1be55bed1c0f9 Signed-off-by: William A. Ke
netlink: Use function views
These provide type erasure without requiring us to copy anything into function objects.
Change-Id: I4dcddb54b1b78d36945ac4c976a1be55bed1c0f9 Signed-off-by: William A. Kennington III <wak@google.com>
show more ...
|
#
1bbe3d1e |
| 14-May-2021 |
William A. Kennington III <wak@google.com> |
build: Split c++ sources into a subdirectory
Change-Id: Iedea50c688189ae4953195105e323f7173d17a4b Signed-off-by: William A. Kennington III <wak@google.com>
|