summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* [redfish] Display missing field in PidControllersJames Feist2019-01-231-0/+1
* REST: Return a 405 on bad DELETE pathsMatt Spinler2019-01-231-2/+3
* REST: Refactor software image uploadMatt Spinler2019-01-231-22/+41
* Update content security policyEd Tanous2019-01-231-1/+1
* bmcweb: update SSL cipher suites to OWASP compatBEd Tanous2019-01-222-1/+20
* Add redfish schema linkAndrew Geissler2019-01-231-0/+2
* Add dev section on using SDK/QEMUAndrew Geissler2019-01-231-1/+85
* Redfish: Chassis: Remove Inventory.Item.SystemGunnar Mills2019-01-221-4/+2
* REST: If necessary, combine method response dataMatt Spinler2019-01-211-0/+59
* REST: Add method return support for variantsMatt Spinler2019-01-211-1/+43
* REST: Add method return support for structsMatt Spinler2019-01-211-1/+51
* REST: Add method return support for arrays/dictsMatt Spinler2019-01-211-1/+150
* REST: Add missing pointer dereferenceMatt Spinler2019-01-191-1/+1
* Miscellaneous formatting clean upAndrew Geissler2019-01-191-452/+457
* REST: Add method return support for basic typesMatt Spinler2019-01-181-0/+144
* REST: Add framework for returning method responseMatt Spinler2019-01-181-17/+92
* REST: Return on error in findActionOnInterfaceMatt Spinler2019-01-151-102/+95
* REST: Add missing return statementMatt Spinler2019-01-151-0/+2
* redfish: oem: add stepwise configuration SETJames Feist2019-01-141-220/+324
* redfish: oem: add stepwise configuration GETJames Feist2019-01-142-50/+160
* Redfish Schema: Add Stepwise to Oem SchemaJames Feist2019-01-142-1/+183
* REST: Add missing return statement to dbusArgSplitMatt Spinler2019-01-121-0/+2
* bmcweb: Remove deprecatd ASIO interfacesEd Tanous2019-01-1214-45/+45
* REST: Use status 400 for method arg problemsMatt Spinler2019-01-101-4/+9
* filesystem.hpp fix bad sedJames Feist2019-01-101-2/+2
* Fix disconnection problem for HTML5 SOLCheng C Yang2019-01-101-1/+1
* Fix host state checking logicAndrew Geissler2019-01-101-1/+1
* bmcweb: remove boost::asio::local::stream_protocol::endpoint hackVernon Mauery2019-01-091-17/+0
* Move filesystem from experimental namespaceJames Feist2019-01-084-9/+25
* bmcweb: Update schema versions to latestRapkiewicz, Pawel2019-01-072-3/+3
* Update schema files to 2018.2Ed Tanous2019-01-07210-3119/+14854
* Use the unpacking mechanisms for hostnameEd Tanous2019-01-041-42/+15
* bmcweb: Fix issues with /dump endpointEd Tanous2019-01-041-4/+7
* bmcweb: Resolve issue with MIME type on redfishEd Tanous2019-01-031-0/+1
* Redfish: Added RoleCollection and Role supportAppaRao Puli2019-01-021-23/+115
* Redfish:Get and Set AccountService root propertiesAppaRao Puli2018-12-291-16/+119
* Redfish: Adding bool support in readJsonAppaRao Puli2018-12-291-1/+2
* REST: Fixed issues with rest POST methodAppaRao Puli2018-12-271-4/+1
* bmcweb: Fix content type for javascript filesEd Tanous2018-12-211-1/+1
* jsonRead: Add floating point supportJames Feist2018-12-191-16/+66
* json_utils: readJson add array supportJames Feist2018-12-191-0/+31
* bmcweb: support next= url for forwarding loginEd Tanous2018-12-192-1/+27
* bmcweb: Add X-Content-Type-Options headerEd Tanous2018-12-181-0/+1
* bmcweb Add DELETE to allowed XSS methodsEd Tanous2018-12-181-1/+2
* bmcweb: resolve issue with Manager UUID propertyEd Tanous2018-12-181-3/+2
* bmcweb: Enable redfish unpacking of complex typesEd Tanous2018-12-183-157/+107
* Fix SessionService odata.idGunnar Mills2018-12-181-1/+1
* bmcweb: Redfish make MemorySizeInKB optionalGunnar Mills2018-12-141-23/+19
* REST: Add DELETE supportMatt Spinler2018-12-131-2/+52
* REST: For PUT, return errors in JSONMatt Spinler2018-12-131-34/+47
OpenPOWER on IntegriCloud