summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* REST: Add JSON error when no D-Bus handlers foundMatt Spinler2018-12-131-1/+4
* REST: For /action/<method>, return errors in JSONMatt Spinler2018-12-131-14/+26
* REST: For list, return the error in JSONMatt Spinler2018-12-131-1/+2
* REST: For GET, return errors in JSONMatt Spinler2018-12-131-6/+18
* REST: For enumerate, return the error in JSONMatt Spinler2018-12-131-0/+18
* REST: For enumerate, try GetAll as last resortMatt Spinler2018-12-131-1/+74
* REST: For enumerate, use GetObject for target pathMatt Spinler2018-12-131-55/+123
* build_x86.sh add missing dependenciesJames Feist2018-12-111-1/+2
* bmcweb: Fix inversion of SSLEd Tanous2018-12-101-2/+2
* bmcweb: Move boost::optional to std::optionalEd Tanous2018-12-107-20/+19
* bmcweb: Clean up security headersEd Tanous2018-12-101-34/+23
* bmcweb: Redfish make CpuCoreCount optionalEd Tanous2018-12-101-22/+20
* Redfish AccountService service modificationsAppaRao Puli2018-12-101-129/+220
* Add details to BMCWEB config option help stringsJoseph Reynolds2018-12-101-21/+26
* Remove custom version of getPtrEd Tanous2018-12-1011-88/+97
* bmcweb: make SSL enabling more effectiveEd Tanous2018-12-101-34/+37
* bmcweb: Session member count is zeroEd Tanous2018-12-061-2/+0
* Revert "Update Content-Security-Policy"Ed Tanous2018-12-061-3/+2
* bmcweb: Fix header includes to be more specificEd Tanous2018-12-045-11/+13
* Update Content-Security-PolicyJoseph Reynolds2018-12-041-2/+3
* bmcweb: Move some functions to utilitiesEd Tanous2018-12-042-48/+49
* Fix missing Managers route on serviceRootEd Tanous2018-12-041-0/+1
* build: prepare for boost 1.68Brad Bishop2018-12-011-0/+1
* build: add eof newline to CMakeLists.txtBrad Bishop2018-11-301-1/+1
* crow: work around gcc bug 87513Brad Bishop2018-11-301-3/+1
* Make chassis errors return the appropriate messageEd Tanous2018-11-301-8/+3
* Remove GET handler for manager.ResetEd Tanous2018-11-290-0/+0
* Remove HTTPMethod EnumEd Tanous2018-11-261-24/+0
* bmcweb: Redfish away from json cacheEd Tanous2018-11-2616-461/+333
* bmcweb: fix Redfish UUIDEd Tanous2018-11-211-16/+14
* bmcweb:Properly implement the / operator in dbusEd Tanous2018-11-201-8/+13
* Move Redfish PECI to the new json interfaceEd Tanous2018-11-192-53/+32
* Add README configuration sectionJoseph Reynolds2018-11-191-1/+21
* Add MessageArgs for Redfish messages from the Base registryJason M. Bills2018-11-191-0/+58
* Add automatic range-checking and type-casting for readJsonJason M. Bills2018-11-161-19/+64
* Change the BMC LogService to only display from the message registryJason M. Bills2018-11-164-53/+432
* Add the Redfish message registriesJason M. Bills2018-11-166-0/+708
* Add helper functions to get data from the journalJason M. Bills2018-11-161-124/+233
* Use target_compile_definitions() for build flagsJason M. Bills2018-11-163-14/+14
* Simplify Redfish error message property interfaceJason M. Bills2018-11-159-422/+99
* Bump nlohmann-json externalproject to v3.3.0Jason M. Bills2018-11-061-1/+1
* Add VlanInterface patch backEd Tanous2018-11-021-0/+1
* Initial implementation of processors and memory schemaRapkiewicz, Pawel2018-11-023-0/+523
* Fix an issue with non-root objectmapper entriesEd Tanous2018-11-021-117/+155
* Managers: Actions object: Support Reset propertyJennifer Lee2018-11-022-3/+105
* bmcweb: fix a possible buffer overflow issueEd Tanous2018-11-011-4/+3
* Update Redfish to Base.1.4.0 message registryJason M. Bills2018-10-312-68/+164
* Update formatting of error string literals and message descriptionsJason M. Bills2018-10-312-222/+166
* Fix a bug in optional json parsingEd Tanous2018-10-311-5/+1
* Add Pid Oem Redfish SchemaJames Feist2018-10-293-0/+648
OpenPOWER on IntegriCloud