summaryrefslogtreecommitdiff
path: root/crow
AgeCommit message (Expand)AuthorFilesLines
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
2018-02-06Fix bug with continued HTTP sessionsEd Tanous1-1/+1
2018-01-23Node abstraction layerBorawski.Lukasz1-1/+1
2018-01-22Enable PATCH method in crowBorawski.Lukasz1-13/+29
2018-01-19Revert "Merge "Enable PATCH method in crow""Ed Tanous1-37/+32
2018-01-19Merge "Enable PATCH method in crow"Tanous, Ed1-32/+37
2018-01-18Enable PATCH method in crowBorawski.Lukasz1-32/+37
2018-01-18Middleware prepared for Redfish integrationBorawski.Lukasz3-0/+100
2017-10-30Update get_routes to use trie for efficiencyEd Tanous2-26/+40
2017-10-25Update WebserverEd Tanous5-21/+27
2017-10-11Large updates to webserverEd Tanous21-618/+896
2017-08-09Lots of updates to webserver.Ed Tanous9-92/+101
2017-06-23incrementalEd Tanous3-7/+144
2017-06-13incrementalEd Tanous3-5/+9
2017-06-12incrementalEd Tanous1-1/+1
2017-06-07incrementalEd Tanous3-23/+21
2017-05-24Disable file loggingEd Tanous2-12/+1
2017-05-23IncrementalEd Tanous5-79/+120