0757597b | 04-Apr-2023 |
Patrick Williams <patrick@stwcx.xyz> |
prettier: reformat markdown
Change-Id: Ie725617155f5c5978ca9acc697a391138c11c4fb Signed-off-by: Patrick Williams <patrick@stwcx.xyz> |
a867f3f2 | 04-Apr-2023 |
Patrick Williams <patrick@stwcx.xyz> |
bootstrap: fix shellcheck warnings
Change-Id: I277b84c709d1a6c313f6df1b8f1351d8cb82d478 Signed-off-by: Patrick Williams <patrick@stwcx.xyz> |
ef078cd0 | 23-Oct-2021 |
Manojkiran Eda <manojkiran.eda@gmail.com> |
Add OWNERS file
Signed-off-by: Manojkiran Eda <manojkiran.eda@gmail.com> Change-Id: I611927506d9ccca2a581c6907b690764e680a244 |
ee12f48f | 26-Oct-2021 |
Manojkiran Eda <manojkiran.eda@gmail.com> |
Update .clang-format file & clang-format-12 changes
Signed-off-by: Manojkiran Eda <manojkiran.eda@gmail.com> Change-Id: I05355ef921725a8e36e49d5677d87b0424ca8230 |
a5928883 | 01-Nov-2018 |
Patrick Venture <venture@google.com> |
Add gitignore to repo
Add .gitignore to repo.
Change-Id: I1a8bcfd2d5c79aab3d12a359094e77c909b62fcd Signed-off-by: Patrick Venture <venture@google.com> |
537ff140 | 01-Nov-2018 |
Patrick Venture <venture@google.com> |
add clang-format to repo for style
Add .clang-format to repo for style.
Change-Id: I286b3b245550d6a736d7df797f0ce21b51d7a235 Signed-off-by: Patrick Venture <venture@google.com> |
54d47314 | 29-Oct-2018 |
Patrick Venture <venture@google.com> |
build: bump to use c++17
Bump build to use c++17.
Change-Id: If75df125e900871151d3e723b0580e94063a6e28 Signed-off-by: Patrick Venture <venture@google.com> |
edd13020 | 29-Oct-2018 |
Patrick Venture <venture@google.com> |
build: set language to C++
Set the language in the build to C++.
Change-Id: I519cecba1e751625734c2bcd3c6a93fbe2f69470 Signed-off-by: Patrick Venture <venture@google.com> |
1f12e380 | 13-Jun-2018 |
Gunnar Mills <gmills@us.ibm.com> |
Spelling fixes
Spelling errors found using github.com/lucasdemarchi/codespell A tool to fix common misspellings. This tool is licensed under GNU General Public License, version 2.
Change-Id: I2a2cf
Spelling fixes
Spelling errors found using github.com/lucasdemarchi/codespell A tool to fix common misspellings. This tool is licensed under GNU General Public License, version 2.
Change-Id: I2a2cf8b85dc24b4f109e05ed176d1e24bc8717cc Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
show more ...
|
8146a055 | 18-May-2018 |
Andrew Jeffery <andrew@aj.id.au> |
Add MAINTAINERS file
Change-Id: Iea0c4d4df1643f150a89cccece4ded6f5115e96c Signed-off-by: Andrew Jeffery <andrew@aj.id.au> |
b5e632a1 | 23-Feb-2018 |
Brad Bishop <bradleyb@fuzziesquirrel.com> |
Fix switch-unreachable bug
Move a debug print out of a switch statement body to avoid [-Wswitch-unreachable] compiler warnings.
Change-Id: Idab511a24c7a53a3f5de5fdd685bd440db864b8a Signed-off-by: B
Fix switch-unreachable bug
Move a debug print out of a switch statement body to avoid [-Wswitch-unreachable] compiler warnings.
Change-Id: Idab511a24c7a53a3f5de5fdd685bd440db864b8a Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
show more ...
|
7435de04 | 23-Feb-2018 |
Brad Bishop <bradleyb@fuzziesquirrel.com> |
Add missing functional include
std::function is not found with a GCC 7.2 runtime.
Change-Id: I313895d1398ca69f879c435ef211a3e2e3edecbd Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com> |
908dee3d | 21-Mar-2017 |
Ratan Gupta <ratagupt@in.ibm.com> |
Remove unnecessary logs
Change-Id: Ib537f58bc7d5ec5efdada2243952bb868d99ffa1 Signed-off-by: Ratan Gupta <ratagupt@in.ibm.com> |
aab308d5 | 10-Feb-2017 |
Ratan Gupta <ratagupt@in.ibm.com> |
Fixed the linking error.
Fixes openbmc/openbmc#1105
Change-Id: Ie289088be22a5fd3c17c707e4e444218967e8472 Signed-off-by: Ratan Gupta <ratagupt@in.ibm.com> |
1ee36397 | 10-Feb-2017 |
Ratan Gupta <ratagupt@in.ibm.com> |
Remove prefix strings on debug statements.
Change-Id: Ieae336be4edba0ff84f4f752620aad3c60436a78 Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Signed-off-by: Ratan Gupta <ratagupt@in.ibm.com> |
0d3e9e33 | 10-Feb-2017 |
Ratan Gupta <ratagupt@in.ibm.com> |
Reduced excessive logging to the journal.
Fixes openbmc/openbmc#983
Change-Id: If52055feca8f965162948bd7af710da3ea9257d2 Signed-off-by: Ratan Gupta <ratagupt@in.ibm.com> |
5e008877 | 10-Feb-2017 |
Ratan Gupta <ratagupt@in.ibm.com> |
Fix compilation errors for x86-64 SDK
Various socket parameters were size_t instead of socklen_t, which are equivalent on 32-bit machines but not 64-bit.
Change-Id: Ibf08ff9a7128cfcb4b5e114d43cd6a2
Fix compilation errors for x86-64 SDK
Various socket parameters were size_t instead of socklen_t, which are equivalent on 32-bit machines but not 64-bit.
Change-Id: Ibf08ff9a7128cfcb4b5e114d43cd6a24ba68cf97 Signed-off-by: Ratan Gupta <ratagupt@in.ibm.com> Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
show more ...
|
70b85271 | 05-Jan-2017 |
Ratan Gupta <ratagupt@in.ibm.com> |
Ipv6 support.
Changes to support Ipv6.
Change-Id: I0f1e991e79e7b1fe7f6f4890cef85049cb23b4c3 Signed-off-by: Ratan Gupta <ratagupt@in.ibm.com> |
ead7a3ca | 05-Jan-2017 |
Ratan Gupta <ratagupt@in.ibm.com> |
Read the slp service info.
Read the info from the services file which are in the services dir.
Change-Id: If31b98af8eea55d75356d895afa42bf6c3cb6493 Signed-off-by: Ratan Gupta <ratagupt@in.ibm.com> |
04ccedc5 | 03-Jan-2017 |
Ratan Gupta <ratagupt@in.ibm.com> |
Removing the slp.cpp.
Not needed now.Implict definitions would be enough.
Change-Id: I4fee449084b0cb94916544d142d081c32953aa5d Signed-off-by: Ratan Gupta <ratagupt@in.ibm.com> |
07c462ac | 13-Dec-2016 |
Ratan Gupta <ratagupt@in.ibm.com> |
SLP Parser
Contains SLP Parser and SLP Message Handler for the following messages: -findsrvtypes. -findsrvs.
Change-Id: I24234b63a8a1226b5c4bb3f6ac0c9aa799987ffc Signed-off-by: Ratan Gupta <ratag
SLP Parser
Contains SLP Parser and SLP Message Handler for the following messages: -findsrvtypes. -findsrvs.
Change-Id: I24234b63a8a1226b5c4bb3f6ac0c9aa799987ffc Signed-off-by: Ratan Gupta <ratagupt@in.ibm.com>
show more ...
|
309ac445 | 13-Dec-2016 |
Ratan Gupta <ratagupt@in.ibm.com> |
SLP Server
This contains the entry point for the SLP and starts the SLP Server.
Change-Id: I5976c8168a1af2703143c9bead61583197949115 Signed-off-by: Ratan Gupta <ratagupt@in.ibm.com> |
37a7a078 | 13-Dec-2016 |
Ratan Gupta <ratagupt@in.ibm.com> |
Socket Class to encapsulate the socket operations.
The operations provided are reading the UDP packet, writing the packet.
Change-Id: I087dcbdf715213edf787c3053be76813ce8d9802 Signed-off-by: Ratan
Socket Class to encapsulate the socket operations.
The operations provided are reading the UDP packet, writing the packet.
Change-Id: I087dcbdf715213edf787c3053be76813ce8d9802 Signed-off-by: Ratan Gupta <ratagupt@in.ibm.com>
show more ...
|
df371c2b | 09-Nov-2016 |
Patrick Williams <patrick@stwcx.xyz> |
Initial commit |