summaryrefslogtreecommitdiff
path: root/redfish-core/lib/virtual_media.hpp
AgeCommit message (Expand)AuthorFilesLines
2024-04-27Move to process v2Ed Tanous1-2/+1
2024-04-11Fix large copies with url_view and segments_viewEd Tanous1-1/+2
2024-04-07Fix moves/forwardEd Tanous1-3/+3
2023-10-24clang-format: copy latest and re-formatPatrick Williams1-10/+10
2023-10-05Update to boost 1.83.0Ed Tanous1-2/+2
2023-09-25Clean up vm CredentialPipeEd Tanous1-165/+24
2023-09-01Fix mounting in legacy mode in virtual mediaBoleslaw Ogonczyk Makowski1-6/+1
2023-08-24Fix typo `DBusInteracesMap` -> `DBusInterfacesMap`Michael Shen1-3/+3
2023-08-21Use rangesEd Tanous1-2/+3
2023-08-07Fix bugprone-unchecked-optional-access findingsEd Tanous1-15/+20
2023-07-20Replace logging with std::formatEd Tanous1-46/+45
2023-06-20Refactor getManagedObjects methodGeorge Liu1-19/+22
2023-06-09Consistently name AsyncResp variablesEd Tanous1-24/+25
2023-05-20Redfish validator error fixV-Sanjana1-0/+2
2023-05-16Boost::urls::formatEd Tanous1-15/+15
2023-05-11clang-format: copy latest and re-formatPatrick Williams1-2/+0
2023-05-02virtual_media: Fix for bmcweb crashJayaprakash Mutyala1-0/+10
2023-04-25Fix regression in virtual mediaBoleslaw Ogonczyk Makowski1-1/+2
2023-03-15Take url views by valueEd Tanous1-1/+1
2023-03-07Pass boost error_code by referenceLakshmi Yadlapati1-1/+1
2023-03-06Fix local CI failure issueGeorge Liu1-11/+11
2023-02-27Extract out common partsPrzemyslaw Czarnowski1-70/+103
2023-02-25Detemplate SecurePipeEd Tanous1-32/+14
2023-02-25Seal "NotConnected" usageEd Tanous1-2/+6
2023-02-24Use same method to parse dbus objectEd Tanous1-84/+59
2023-02-24Rename doVmAction to doEjectActionEd Tanous1-5/+5
2023-02-24Postpone params validationPrzemyslaw Czarnowski1-147/+146
2023-02-24Take boost error_code by referenceEd Tanous1-7/+7
2023-01-19Add the GetObject method to dbus_utilityGeorge Liu1-28/+20
2023-01-18Fix a boatload of #includesEd Tanous1-5/+6
2023-01-10Use actionParams struct instead of fieldsPrzemyslaw Czarnowski1-37/+33
2022-12-22Avoid copyEd Tanous1-1/+1
2022-12-15Prepare for boost::url upgradeEd Tanous1-4/+4
2022-09-12Remove nlohmann brace initializationEd Tanous1-1/+1
2022-09-06Update content of ResourceNotFound/ResourceAlreadyExists messageJiaqing Zhao1-2/+1
2022-07-12Fix const correctness issuesEd Tanous1-6/+6
2022-07-09Make virtual media use urlFromPiecesEd Tanous1-23/+12
2022-06-28Fix shadowed variable issuesEd Tanous1-9/+9
2022-06-24Replace BMCWEB_ROUTES lambdas with functionsEd Tanous1-240/+250
2022-06-20Fix for segfault in VirtualMedia.InsertMediaMichal Orzel1-2/+3
2022-06-15Expose AsyncResp shared_ptr when handling responseCarson Labrado1-4/+4
2022-06-01Try to fix the lambda formatting issueEd Tanous1-372/+349
2022-04-06Add setUpRedfishRoute to all nodes in redfishEd Tanous1-12/+29
2022-03-22Consitently use dbus::utility typesEd Tanous1-13/+13
2022-02-28Add url type safety to message registryEd Tanous1-13/+12
2022-02-25json_utils: Add support jsonRead Patch/ActionWilly Tu1-1/+1
2022-02-15Enable readability-implicit-bool-conversion checksEd Tanous1-3/+3
2022-02-11Add readability-redundant-* checksEd Tanous1-3/+3
2022-02-04Remove NEW_BOOST_URL macroEd Tanous1-54/+0
2022-02-02Next round of boost-uri updatesEd Tanous1-0/+52