Age | Commit message (Expand) | Author | Files | Lines |
2024-05-04 | RedfishPkg: Rename x-uefi-redfish to x-UEFI-redfish | Nickle Wang | 1 | -2/+2 |
2024-04-04 | RedfishPkg/RedfishDebugLib: Introduce Redfish DEBUG macro | Abner Chang | 2 | -43/+16 |
2024-02-29 | RedfishPkg/RedfishDebugLib: use RedfishHttpLib | Nickle Wang | 2 | -2/+3 |
2024-02-29 | RedfishPkg: introduce RedfishHttpLib | Nickle Wang | 2 | -0/+628 |
2024-01-16 | RedfishPkg/JsonLib: Add JSON delete object function | Abner Chang | 1 | -0/+24 |
2024-01-15 | RedfishPkg/RedfishCrtLib: handle floating point number in JSON | Nickle Wang | 1 | -2/+3 |
2024-01-10 | RedfishPkg/RedfishDebugLib: add function to print buffer. | Nickle Wang | 1 | -3/+42 |
2023-12-27 | RedfishPkg: add proper initialization of IPMI request | Mike Maslenkin | 1 | -3/+5 |
2023-12-27 | RedfishPkg: fix RedfishPlatformCredentialLib library class name typo. | Mike Maslenkin | 1 | -1/+1 |
2023-12-27 | RedfishPkg: fix RedfishPlatformHostInterfaceLib library class name typo. | Mike Maslenkin | 1 | -1/+1 |
2023-12-05 | RedfishPkg/HostInterfaceBmcUsbNic: Fix potential memory corruption issue | Abner Chang | 1 | -2/+2 |
2023-12-05 | RedfishPkg/HostInterfaceBmcUsbNic: Fix incorrect HI protocol record size | Abner Chang | 1 | -2/+2 |
2023-12-05 | RedfishPkg/HostInterfaceBmcUsbNic: Correct MAC address reference | Abner Chang | 1 | -1/+1 |
2023-12-05 | RedfishPkg/BmcUsbNicLib: Update BMC USB NIC searching algorithm | Abner Chang | 1 | -60/+128 |
2023-12-01 | RedfishPkg/HostInterfaceBmcUsbNic: Set default Redfish service port | Abner Chang | 2 | -1/+2 |
2023-11-30 | RedfishPkg: add explicit variable initialization | Mike Maslenkin | 1 | -0/+1 |
2023-11-30 | RedfishPkg: fix memory leak in HiiUtilityLib | Mike Maslenkin | 1 | -0/+2 |
2023-09-22 | RedfishPkg/JsonLib: fix JsonObjectGetValue issue | Nickle Wang | 2 | -0/+36 |
2023-09-19 | RedfishPkg/PlatformHostInterfaceBmcUsbNicLib: Fix DEBUG macro args | Michael Kubacki | 1 | -4/+4 |
2023-07-26 | RedfishPkg/RedfishDiscoverDxe: fix netmask check issue | Nickle Wang | 1 | -0/+26 |
2023-07-06 | RedfishPkg/RedfishDebugLib: add new interfaces | Nickle Wang | 1 | -0/+113 |
2023-07-06 | RedfishPkg/JsonLib: add object clear interface | Nickle Wang | 1 | -8/+31 |
2023-05-31 | RedfishPkg: Use DEBUG_MANAGEABILITY | Abner Chang | 2 | -15/+15 |
2023-05-08 | RedfishPkg: Create RestEx child on selected interface | Vu Nguyen | 1 | -100/+69 |
2023-04-28 | RedfishPkg: Helper library of EDKII_REDFISH_PLATFORM_CONFIG_PROTOCOL | Nickle Wang | 3 | -0/+386 |
2023-04-28 | RedfishPkg: introduce HII utility helper library | Nickle Wang | 7 | -0/+11363 |
2023-04-10 | RedfishPkg: Update code to be more C11 compliant by using __func__ | Rebecca Cran | 2 | -32/+32 |
2023-03-30 | RedfishPkg/RedfishPlatformCredentialIpmiLib: IPMI implementation | Nickle Wang | 3 | -0/+589 |
2023-03-29 | RedfishPkg/JsonLib: address coverity issue | Nickle Wang | 1 | -1/+2 |
2023-03-20 | RedfishPkg/Library: Redfish BMC USBNIC Host Interface | Abner Chang | 3 | -0/+1423 |
2023-03-06 | RedfishPkg/RedfishDebugLib: provide Redfish debug | Nickle Wang | 2 | -0/+268 |
2022-12-20 | RedfishPkg/RedfishHostInterface: Platform Redfish HI notification | Abner Chang | 1 | -1/+25 |
2022-09-23 | RedfishPkg/JsonLib: Fix JsonLib build failure | Nickle Wang | 1 | -0/+2 |
2021-12-07 | RedfishPkg: Apply uncrustify changes | Michael Kubacki | 9 | -1128/+1435 |
2021-08-10 | RedfishPkg/JsonLib: Add more JsonLib functions | Abner Chang | 1 | -14/+142 |
2021-02-24 | RedfishPkg/RedfishContentCodingLib: EDKII Redfish En/Decode library | Abner Chang | 2 | -0/+112 |
2021-02-24 | RedfishPkg/JsonLib: Ignore the build error of conditional expression. | Abner Chang | 1 | -2/+3 |
2021-02-24 | RedfishPkg/JsonLib: Fix the mistake of removing code by a accident | Abner Chang | 1 | -2/+2 |
2021-02-24 | RedfishPkg/JsonLib: Add JsonLoadString function | Abner Chang | 1 | -0/+26 |
2021-01-09 | RedfishPkg/library: EDK2 port of jansson library | Abner Chang | 6 | -0/+2249 |
2021-01-09 | edk2: jansson submodule for edk2 JSON library | Abner Chang | 1 | -0/+0 |
2021-01-09 | RedfishPkg/Ucs2Utf8lib: UCS2 to UFT8 manipulation library | Abner Chang | 2 | -0/+452 |
2020-12-24 | RedfishPkg/DxeRestExLib: DxeRestExLib | Abner Chang | 2 | -0/+210 |
2020-12-16 | RedfishPkg/RedfishCredentialDxe: EDKII Redfish Credential DXE driver | Abner Chang | 2 | -0/+131 |
2020-11-02 | RedfishPkg/PlatformHostInterfaceLib: Platform NULL lib | Abner Chang | 2 | -0/+85 |