summaryrefslogtreecommitdiff
path: root/redfish-core/include/utils
AgeCommit message (Expand)AuthorFilesLines
2024-04-29Break out formattersEd Tanous1-0/+1
2024-04-16Add type safety for NTP server objectsEd Tanous1-6/+27
2024-04-11Remove logically dead codeEd Tanous1-6/+1
2024-04-11Give static analysis some hintsEd Tanous1-12/+21
2024-04-11Fix object type in json utilsEd Tanous1-6/+4
2024-04-10Simplify query_paramEd Tanous1-12/+4
2024-04-09Move to Redfish Action specific setProperty callAsmitha Karunanithi1-1/+35
2024-04-07Fix moves/forwardEd Tanous1-1/+1
2024-04-04Allow parsing null or value classesEd Tanous1-1/+77
2024-04-01Move where appropriateEd Tanous1-1/+2
2024-04-01Fix redundant inline operatorsEd Tanous1-1/+1
2024-04-01Use no-switch-default on clangEd Tanous1-0/+2
2024-03-28Create Redfish specific setProperty callEd Tanous1-0/+42
2024-03-25Fix redundant init issuesEd Tanous1-1/+4
2024-03-19Make readJson accept object_tEd Tanous1-18/+66
2024-03-19Call systemd SetTime directlyEd Tanous1-1/+1
2024-02-16Simplify bodyEd Tanous1-1/+0
2024-01-19Remove some boost includesEd Tanous1-1/+0
2024-01-09Fix spelling mistakesEd Tanous2-7/+7
2023-12-21Fix typo in collection.hppMyung Bae1-1/+1
2023-12-18Refactor PCIeDeviceList to use getCollectionMembersLakshmi Yadlapati2-44/+37
2023-11-06Move date_h to pragma onceEd Tanous1-5/+1
2023-10-24utils: date: fix clang warningPatrick Williams1-4/+4
2023-10-24clang-format: copy latest and re-formatPatrick Williams4-9/+9
2023-10-05Update to boost 1.83.0Ed Tanous1-1/+1
2023-09-28Refactor getCollectionMembersLakshmi Yadlapati1-44/+48
2023-09-08Simplify datetime parsingEd Tanous2-27/+8255
2023-08-21Use rangesEd Tanous4-10/+11
2023-08-07Fix bugprone-unchecked-optional-access findingsEd Tanous1-1/+1
2023-07-31Add PATCH for MetricReportDefinitionLukasz Kazmierczak1-2/+2
2023-07-20Replace logging with std::formatEd Tanous9-84/+79
2023-07-06Simplify duration string parsingEd Tanous1-116/+121
2023-06-30Refactor redfishPcieGenerationFromDbus and redfishSlotTypeLakshmi Yadlapati1-6/+4
2023-06-28Rename all error_code instances to ecEd Tanous1-2/+2
2023-06-27FindNavigationReferences rename p->jsonPtrEd Tanous1-12/+13
2023-06-27Make findNavigationReference* use referencesEd Tanous1-14/+14
2023-06-27Split up findNavigationReferenceEd Tanous1-10/+38
2023-06-21json utils: add getEstimatedJsonSizeNan Zhou1-0/+14
2023-06-16Move PCIe functions to common fileLakshmi Yadlapati1-0/+97
2023-06-13Make propertyValueTypeError more typesafeEd Tanous1-20/+4
2023-06-13Make propertyValueNotInList typesafeEd Tanous1-5/+1
2023-06-12query: Fix default expand level with delegatedWilly Tu1-16/+32
2023-06-09Consistently name AsyncResp variablesEd Tanous3-33/+34
2023-06-08hex_units: Fix Werror=conversionWilly Tu1-2/+2
2023-06-02Move getPCIeDeviceList to pcie_utilLakshmi Yadlapati1-0/+76
2023-05-30Add support for POST on TriggersCollectionSzymon Dompke1-0/+19
2023-05-26json utility: add sortNan Zhou1-0/+103
2023-05-25Fix some includesEd Tanous1-1/+2
2023-05-23Switched bmcweb to use new telemetry service APIKrzysztof Grobelny2-2/+71
2023-05-16Boost::urls::formatEd Tanous1-7/+7