summaryrefslogtreecommitdiff
path: root/crow
AgeCommit message (Expand)AuthorFilesLines
2019-05-30Add security headers to websocketsEd Tanous1-4/+15
2019-05-02bmcweb: /s/boost::beast::string_view/std::string_view/gAdriana Kobylak1-29/+29
2019-04-24crow: websocket: Increase input buffer sizeAdriana Kobylak1-1/+1
2019-04-08Redfish: Local variable overriding member variableMarri Devender Rao1-4/+4
2019-04-05Add link for "Uri" objectsJason M. Bills1-0/+4
2019-04-05Initial redfish logging supportAndrew Geissler1-1/+29
2019-04-01bmcweb: return 405 when a method is not supportedEd Tanous1-0/+12
2019-04-01bmcweb: avoid move in error conditionsEd Tanous3-36/+19
2019-04-01Allow multiple registrationsTanous2-77/+177
2019-03-29update ASIO interfacesEd Tanous3-47/+97
2019-03-25Revert "bmcweb: Fix a bunch of warnings"Ed Tanous8-121/+98
2019-03-23bmcweb: Fix a bunch of warningsEd Tanous8-98/+121
2019-03-07bmcweb: /s/boost::string_view/std::string_view/gEd Tanous6-17/+16
2019-02-22bmcweb: update TLS cipher suites to mozilla modernEd Tanous1-3/+7
2019-02-21bmcweb: fix compiler warningsEd Tanous5-13/+11
2019-02-20bmcweb: Resolve build error with non-SSL buildsEd Tanous2-9/+4
2019-02-04Delete socket adaptersEd Tanous8-293/+129
2019-01-12bmcweb: Remove deprecatd ASIO interfacesEd Tanous6-25/+25
2019-01-04bmcweb: Resolve issue with MIME type on redfishEd Tanous1-0/+1
2018-12-11bmcweb: Fix inversion of SSLEd Tanous1-2/+2
2018-12-11bmcweb: Move boost::optional to std::optionalEd Tanous2-5/+5
2018-12-10bmcweb: make SSL enabling more effectiveEd Tanous1-34/+37
2018-12-04bmcweb: Fix header includes to be more specificEd Tanous3-9/+11
2018-12-04bmcweb: Move some functions to utilitiesEd Tanous2-48/+49
2018-11-30crow: work around gcc bug 87513Brad Bishop1-3/+1
2018-11-26Remove HTTPMethod EnumEd Tanous1-24/+0
2018-10-29Add paging and partial results for BMCLogServiceJason M. Bills1-2/+7
2018-10-19Fix URL query parameter parsingJason M. Bills2-2/+2
2018-10-08Fix buffer bug in websocketsEd Tanous1-11/+11
2018-09-05Move to clang-format-6.0Ed Tanous15-3021/+3728
2018-08-15Last round of variable renamesEd Tanous1-9/+9
2018-08-15Disable threadingEd Tanous1-1/+0
2018-08-15Implement POST for redfish UpdateServiceJennifer Lee1-2/+9
2018-08-09Fix merge conflictEd Tanous1-5/+3
2018-08-07Move websocket implementation to boost beastEd Tanous4-393/+133
2018-07-27Move over to upstream c++ styleEd Tanous16-1417/+1408
2018-07-27Implement debug logging for responsesEd Tanous1-6/+11
2018-07-27Avoid an extra move when returning 404Ed Tanous1-1/+1
2018-06-29Implement feature selection in bmcwebEd Tanous6-141/+117
2018-06-29Fix issue with basic auth and the bmcwebEd Tanous1-18/+2
2018-06-29Boost beastEd Tanous22-5558/+455
2018-04-25Remove hunter and submodulesEd tanous1-1/+1
2018-04-22Fix seg fault on shutdownEd Tanous1-22/+20
2018-04-22Implement pretty printing json to HTMLEd Tanous1-40/+111
2018-04-22Remove multithreaded code, and make crow use a single threadEd Tanous2-158/+69
2018-04-22Disable logging when in release modeEd Tanous1-6/+0
2018-03-28Make crow pretty print json responsesEd Tanous1-1/+1
2018-03-07Fix unbounded memory consumption in crowBorawski.Lukasz1-0/+2
2018-02-27Fix HTTP 405 code handlingBorawski.Lukasz1-0/+1
2018-02-06Allow for systemd socket activationVernon Mauery2-15/+51