summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-05-27memory: set @odata attributes only if the object is foundNan Zhou1-5/+5
2022-05-27Enable -Wno-psabi for bmcweb buildsEd Tanous1-0/+1
2022-05-27Include-what-you-use in http connectionEd Tanous1-0/+4
2022-05-26auth: change authorization.hpp to authentication.hppNan Zhou2-6/+6
2022-05-26health: take json_ptr instead of reference when filling statusNan Zhou3-7/+18
2022-05-26memory: move Partition codes from callbacks into separate functionsNan Zhou1-61/+65
2022-05-25Remove messages::operationFailed from processorEd Tanous1-7/+0
2022-05-25Change operationFailed to return 502Ed Tanous1-1/+1
2022-05-25ethernet: Remove PATCH VLANId supportJiaqing Zhao1-14/+11
2022-05-24ethernet: Use std::optional<uint32> for VLAN IDJiaqing Zhao1-7/+7
2022-05-24bmcweb: fixes virtual media buffer overflowTroy Lee1-2/+3
2022-05-24Fix segmentation fault when deleting the sessionswukaihua-fii-na1-1/+2
2022-05-23bmcweb: Remove hardcoded HTTP verbs and headersCarson Labrado2-44/+43
2022-05-23bmcweb: Fetch Satellite Config from D-BusCarson Labrado4-1/+247
2022-05-23Include tinyxml2 dependency for all buildsCody Smith1-7/+5
2022-05-20google_api: Fix build issueJiaqing Zhao1-1/+2
2022-05-20Add RootOfTrustCollection and RootOfTrust under Google service root.Vidya Satyamsetti8-14/+426
2022-05-19memory: move long code blocks in callbacks into separate functionsNan Zhou1-267/+257
2022-05-19Change query param errors to be 400 instead of 403Ed Tanous1-2/+2
2022-05-17Add callback for response handling to HttpClientCarson Labrado2-12/+56
2022-05-17Handle HEAD and Allow headers per the specEd Tanous3-11/+80
2022-05-17Fake out allow header in UpdateServiceEd Tanous1-0/+9
2022-05-17Change UpdateService POST URIEd Tanous3-1/+38
2022-05-17Move update service post to free methodEd Tanous1-23/+26
2022-05-16Fix regression in ComputerSystemEd Tanous1-2/+5
2022-05-16log_services: fix wrong AdditionalDataURIPotin Lai1-2/+2
2022-05-16Fix regression in brace initializationEd Tanous1-1/+1
2022-05-16Return OData.Version with responsesEd Tanous1-0/+2
2022-05-13Move /redfish to free methodsEd Tanous1-8/+11
2022-05-13Add setUpRedfishRoute to /redfish/ routeEd Tanous1-2/+6
2022-05-13LogService: Sort dump entries collection by IdClaire Weinan1-0/+6
2022-05-13Separate validFilename into a separate functionJosh Lehan3-2/+44
2022-05-13Remove brace initialization of json objectsEd Tanous32-986/+1140
2022-05-13Move /bus/system/<str>/<path> POST to methodEd Tanous1-345/+317
2022-05-12Move redfish v1 into redfish-coreEd Tanous1-0/+0
2022-05-11Refactor HttpClient ClassCarson Labrado2-188/+457
2022-05-11Revert "Handle HEAD and Allow headers per the spec"Ed Tanous3-80/+11
2022-05-10Handle HEAD and Allow headers per the specEd Tanous3-11/+80
2022-05-10Implement $top and $skipEd Tanous2-1/+114
2022-05-06system: Handle PATCH request with multi-depth readJsonJiaqing Zhao1-67/+48
2022-05-06query: expand: fix a bug in inLinksNan Zhou2-5/+14
2022-05-06memory: correct type of MemorySizeInKBNan Zhou1-2/+2
2022-05-05Implement etag headersEd Tanous1-0/+12
2022-05-04Fix bmcweb crash problem when no-authJunLin Chen1-1/+38
2022-05-04Document expectations for commit messagesEd Tanous1-0/+50
2022-05-04Fix whitespacing on meson_options.txtEd Tanous1-34/+272
2022-05-02Add OpenBMC.1.0.ServiceStarted to registrySui Chen1-2/+11
2022-05-02storage: Call function only if interfaces existWilly Tu1-4/+24
2022-04-30Fix unmounting image in proxy mode.Przemyslaw Czarnowski1-1/+1
2022-04-30Fix compilation of nbd_proxy.hppPrzemyslaw Czarnowski1-4/+6