summaryrefslogtreecommitdiffstats
path: root/crow
Commit message (Expand)AuthorAgeFilesLines
* Make references to crow less obviousEd Tanous2019-10-1817-4856/+0
* Fix a bunch of warningsEd Tanous2019-10-1012-226/+204
* Fix role map persistenceEd Tanous2019-10-021-1/+3
* Don't throw if no-content is providedEd Tanous2019-09-161-0/+11
* Fix SSL-disabled buildJason M. Bills2019-09-161-3/+3
* Redfish(Authorization): Map the user role with the Redfish privilegesRatan Gupta2019-07-112-5/+16
* Add __FILE__ and __LINE__ to log printsJames Feist2019-07-091-7/+12
* Response for insufficient privileges to 403Gunnar Mills2019-06-201-1/+1
* Redfish: Add certificate service to manage HTTPS certificatesMarri Devender Rao2019-06-122-33/+92
* Add security headers to websocketsEd Tanous2019-05-291-4/+15
* bmcweb: /s/boost::beast::string_view/std::string_view/gAdriana Kobylak2019-05-021-29/+29
* crow: websocket: Increase input buffer sizeAdriana Kobylak2019-04-241-1/+1
* Redfish: Local variable overriding member variableMarri Devender Rao2019-04-081-4/+4
* Add link for "Uri" objectsJason M. Bills2019-04-051-0/+4
* Initial redfish logging supportAndrew Geissler2019-04-041-1/+29
* bmcweb: return 405 when a method is not supportedEd Tanous2019-04-011-0/+12
* bmcweb: avoid move in error conditionsEd Tanous2019-04-013-36/+19
* Allow multiple registrationsTanous2019-04-012-77/+177
* update ASIO interfacesEd Tanous2019-03-293-47/+97
* Revert "bmcweb: Fix a bunch of warnings"Ed Tanous2019-03-258-121/+98
* bmcweb: Fix a bunch of warningsEd Tanous2019-03-228-98/+121
* bmcweb: /s/boost::string_view/std::string_view/gEd Tanous2019-03-066-17/+16
* bmcweb: update TLS cipher suites to mozilla modernEd Tanous2019-02-221-3/+7
* bmcweb: fix compiler warningsEd Tanous2019-02-215-13/+11
* bmcweb: Resolve build error with non-SSL buildsEd Tanous2019-02-202-9/+4
* Delete socket adaptersEd Tanous2019-02-048-293/+129
* bmcweb: Remove deprecatd ASIO interfacesEd Tanous2019-01-126-25/+25
* bmcweb: Resolve issue with MIME type on redfishEd Tanous2019-01-031-0/+1
* bmcweb: Fix inversion of SSLEd Tanous2018-12-101-2/+2
* bmcweb: Move boost::optional to std::optionalEd Tanous2018-12-102-5/+5
* bmcweb: make SSL enabling more effectiveEd Tanous2018-12-101-34/+37
* bmcweb: Fix header includes to be more specificEd Tanous2018-12-043-9/+11
* bmcweb: Move some functions to utilitiesEd Tanous2018-12-042-48/+49
* crow: work around gcc bug 87513Brad Bishop2018-11-301-3/+1
* Remove HTTPMethod EnumEd Tanous2018-11-261-24/+0
* Add paging and partial results for BMCLogServiceJason M. Bills2018-10-291-2/+7
* Fix URL query parameter parsingJason M. Bills2018-10-192-2/+2
* Fix buffer bug in websocketsEd Tanous2018-10-081-11/+11
* Move to clang-format-6.0Ed Tanous2018-09-0515-3021/+3728
* Last round of variable renamesEd Tanous2018-08-151-9/+9
* Disable threadingEd Tanous2018-08-151-1/+0
* Implement POST for redfish UpdateServiceJennifer Lee2018-08-151-2/+9
* Fix merge conflictEd Tanous2018-08-091-5/+3
* Move websocket implementation to boost beastEd Tanous2018-08-074-393/+133
* Move over to upstream c++ styleEd Tanous2018-07-2616-1417/+1408
* Implement debug logging for responsesEd Tanous2018-07-261-6/+11
* Avoid an extra move when returning 404Ed Tanous2018-07-261-1/+1
* Implement feature selection in bmcwebEd Tanous2018-06-296-141/+117
* Fix issue with basic auth and the bmcwebEd Tanous2018-06-291-18/+2
* Boost beastEd Tanous2018-06-2922-5558/+455
OpenPOWER on IntegriCloud