summaryrefslogtreecommitdiff
path: root/redfish-core/lib/network_protocol.hpp
AgeCommit message (Expand)AuthorFilesLines
2024-05-23Remove openbmc-rest includesEd Tanous1-1/+0
2024-05-21Allow configuring "bmc" and "system"Ed Tanous1-9/+40
2024-04-17Fix NTP set race conditionEd Tanous1-32/+28
2024-04-16Add type safety for NTP server objectsEd Tanous1-16/+21
2024-04-15Move to Redfish setProperty callAsmitha Karunanithi1-42/+14
2024-04-07Fix moves/forwardEd Tanous1-1/+1
2024-04-03Call dump() lessEd Tanous1-15/+9
2024-01-19Remove some boost includesEd Tanous1-1/+1
2023-10-24clang-format: copy latest and re-formatPatrick Williams1-12/+12
2023-07-20Replace logging with std::formatEd Tanous1-1/+1
2023-06-28Rename all error_code instances to ecEd Tanous1-10/+9
2023-06-28Refactor setProperty methodGeorge Liu1-24/+22
2023-06-20Refactor getManagedObjects methodGeorge Liu1-4/+4
2023-05-20Added new pre-defined usergroup called hostconsoleNinad Palsule1-1/+7
2023-05-20redfish: ensure protocol state always returnedAndrew Geissler1-0/+11
2023-05-11clang-format: copy latest and re-formatPatrick Williams1-1/+0
2023-03-17Fix cannot get NTPServersJian Zhang1-2/+5
2023-02-28Retrieve port info for systems serviceAbhishek Patel1-46/+46
2023-02-27Add support for Link header in NetworkProtocolEd Tanous1-2/+12
2023-02-27Move network protocol to separate methodsEd Tanous1-63/+71
2023-02-24Take boost error_code by referenceEd Tanous1-8/+8
2023-01-24Refactor GetSubTree methodGeorge Liu1-14/+13
2023-01-18Fix a boatload of #includesEd Tanous1-6/+6
2023-01-03Add missing inline on function prototypeEd Tanous1-1/+1
2022-12-01Fix NTPServers property in RedfishEd Tanous1-2/+2
2022-11-29Add the GetSubTree and GetSubTreePaths method to dbus_utilityGeorge Liu1-18/+16
2022-11-07Implement links and HEAD for NetworkProtocolEd Tanous1-0/+21
2022-10-19Revert "NetworkProtocol: Support NetworkSuppliedServers property"Gunnar Mills1-25/+7
2022-10-14NetworkProtocol: Support NetworkSuppliedServers propertySunitha Harish1-7/+25
2022-07-12Fix const correctness issuesEd Tanous1-1/+1
2022-07-07Handle NTPServers list per the specificationEd Tanous1-17/+92
2022-07-07Move duplicate reductionEd Tanous1-1/+1
2022-06-29Encode service object path with sdbusplusJiaqing Zhao1-8/+20
2022-06-28Fix shadowed variable issuesEd Tanous1-4/+4
2022-06-15Expose AsyncResp shared_ptr when handling responseCarson Labrado1-2/+2
2022-06-02Fix indentation of clang-format off blocksJiaqing Zhao1-10/+10
2022-06-01Try to fix the lambda formatting issueEd Tanous1-168/+158
2022-05-13Remove brace initialization of json objectsEd Tanous1-3/+2
2022-04-06Use multi-depth readJson to handle PATCH NetworkProtocolJiaqing Zhao1-56/+30
2022-04-06Add setUpRedfishRoute to all nodes in redfishEd Tanous1-5/+15
2022-03-22Consitently use dbus::utility typesEd Tanous1-2/+2
2022-02-25json_utils: Add support jsonRead Patch/ActionWilly Tu1-3/+3
2022-02-24Do not send duplicate data for ntp serversRadivoje Jovanovic1-1/+2
2022-01-28Enable readability-container-size-empty testsEd Tanous1-2/+2
2022-01-12Enforce variable initEd Tanous1-1/+1
2022-01-12Enable clang-tidy forward reference checksEd Tanous1-1/+1
2022-01-10Consistently use ManagedObjectTypeEd Tanous1-5/+4
2021-12-28Using sdbusplus::asio::getPropertyJonathan Doman1-11/+12
2021-12-28Move to common variantEd Tanous1-5/+8
2021-11-19Update clang-formatGeorge Liu1-67/+66