summaryrefslogtreecommitdiff
path: root/redfish-core/lib
AgeCommit message (Expand)AuthorFilesLines
2023-02-24Take boost error_code by referenceEd Tanous28-252/+258
2023-02-24Pass string views by valueEd Tanous4-13/+10
2023-02-23Session: Add v1 to urlFromPiecesGunnar Mills1-2/+2
2023-02-23Update most resources to use urlFromPiecesWilly Tu17-134/+185
2023-02-17Don't decrease journal messages time precisionKonstantin Aladyshev1-2/+1
2023-02-17Don't decrease POST codes time precisionKonstantin Aladyshev1-2/+1
2023-02-17Add option for validating content-type headerEd Tanous2-7/+9
2023-02-17Fix missed includeLakshmi Yadlapati1-0/+2
2023-02-17Implement alternative to on boost::splitEd Tanous2-7/+7
2023-02-17Fix missed includeGunnar Mills1-0/+1
2023-02-16Revert "Implement Manager/ServiceRootUptime"Ed Tanous1-44/+0
2023-02-16Add Health information for FabricAdapterLakshmi Yadlapati1-0/+28
2023-02-16Add State information for FabricAdapterLakshmi Yadlapati1-0/+29
2023-02-16Add Asset information for FabricAdapterLakshmi Yadlapati1-0/+60
2023-02-16Make pcie_slots compileEd Tanous1-18/+18
2023-02-16Fix some more includesEd Tanous3-0/+3
2023-02-16Add Location information for FabricAdapterLakshmi Yadlapati1-5/+36
2023-02-15Implement Manager/ServiceRootUptimeEd Tanous1-0/+44
2023-02-13Fix a couple #includesEd Tanous3-0/+5
2023-02-10Correct Id parameter for two log servicesEd Tanous1-2/+2
2023-02-09Implementation of FabricAdapter schema in bmcwebSunny Srivastava2-0/+210
2023-02-08Fix OemAccountService schemaEd Tanous1-1/+1
2023-02-07ethernet: Fix getting empty IP addressTony Lee1-8/+48
2023-02-02Fix some warnings by cppcheckGeorge Liu1-4/+2
2023-01-31Set state to Absent on Present == falseWilly Tu1-6/+6
2023-01-28Fix handleAccounttDelete spellingGunnar Mills1-4/+4
2023-01-27Remove unused variablesEd Tanous1-3/+0
2023-01-24Refactor GetSubTree methodGeorge Liu12-322/+252
2023-01-23Break out set time function and unit test itEd Tanous1-37/+20
2023-01-19Remove proprietary OEMSession supportEd Tanous1-36/+1
2023-01-19Add the GetObject method to dbus_utilityGeorge Liu5-67/+54
2023-01-19Add Get for PCIe property LanesInUseMyung Bae1-1/+10
2023-01-18Fix a boatload of #includesEd Tanous37-171/+196
2023-01-17Add check for globalsEd Tanous4-13/+21
2023-01-14LogService: Use DeleteAll DBus method in clearDumpClaire Weinan1-22/+38
2023-01-13Remove a couple references to @odata.contextEd Tanous1-4/+0
2023-01-11Fix parameter type for calling getSubTreePaths methodGeorge Liu1-1/+1
2023-01-11Refactor GetSubTreePaths methodGeorge Liu17-162/+166
2023-01-10Use actionParams struct instead of fieldsPrzemyslaw Czarnowski1-37/+33
2023-01-05Add ServiceProviderNotifyAbhishek Patel1-2/+46
2023-01-04Problem with RemoteRoleMapping JSONJorge Cisneros1-9/+2
2023-01-03Remove old TODOEd Tanous1-5/+0
2023-01-03Remove extra semi colonsEd Tanous1-8/+0
2023-01-03Add missing inline on function prototypeEd Tanous1-1/+1
2023-01-03Fix sensor overrideEd Tanous1-16/+32
2022-12-29Add missing const in update serviceEd Tanous1-1/+1
2022-12-28Fix some use-after-move issuesEd Tanous1-79/+77
2022-12-22Fix cppcheck errorEd Tanous1-29/+15
2022-12-22Avoid copyEd Tanous1-1/+1
2022-12-21Change variable scopesEd Tanous5-11/+11