summaryrefslogtreecommitdiff
path: root/http
AgeCommit message (Expand)AuthorFilesLines
2021-02-13Bind dev server to ipv4 onlyEd Tanous1-1/+1
2021-02-06Add chrono include to http/utility.hppEd Tanous1-0/+1
2021-02-03http: utility: Add base64encodeAdriana Kobylak2-0/+98
2021-01-16Add missing nullptr checkEd Tanous1-7/+10
2020-12-18Fix .clang-tidyEd Tanous6-82/+81
2020-12-12Flush the timer queue at each timer cancellationKarthick Sundarrajan1-0/+5
2020-11-18Avoid std::filesystem exception on trust storeJonathan Doman1-2/+4
2020-11-10Redfish Session : Support ClientOriginIPAddressSunitha Harish2-2/+29
2020-10-29Revert "Redfish Session : Support ClientOriginIPAddress"Ed Tanous2-6/+0
2020-10-23Turn on ALL perf checksEd Tanous3-20/+9
2020-10-23fix include namesEd Tanous12-30/+25
2020-10-22Avoid using deleted Connection in ResponseWludzik, Jozef1-1/+2
2020-10-15Lots of performance improvementsEd Tanous3-9/+9
2020-10-09Write the clang-tidy file OpenBMC needsEd Tanous3-18/+36
2020-10-08Redfish Session : Support ClientOriginIPAddressSunitha Harish2-0/+6
2020-10-07Clean up utilsEd Tanous3-329/+105
2020-10-07Fix PATCH verbEd Tanous1-1/+1
2020-10-06Cleanup per methodsEd Tanous1-4/+13
2020-10-06Fix includesEd Tanous4-8/+8
2020-10-05Fix naming conventions in loggerEd Tanous1-17/+17
2020-10-01Remove socket() call from RequestEd Tanous1-7/+0
2020-09-30Remove Server header from responsesEd Tanous2-14/+14
2020-09-29Fix naming conventionsEd Tanous4-12/+12
2020-09-24Improve JSON->HTML conversionEd Tanous2-66/+3
2020-09-17Fix using namespaceEd Tanous3-14/+10
2020-09-11Remove tick timerEd Tanous2-62/+11
2020-09-03Revert http::Request::socket() callbackEd Tanous1-4/+0
2020-08-26Fix build error in debugEd Tanous1-1/+1
2020-08-25Implement Modified Event log propertyGeorge Liu1-0/+10
2020-08-24Prep for boost 1.74.0Ed Tanous1-12/+13
2020-08-20Catch more errors in url_viewEd Tanous1-1/+2
2020-08-18Improve base64Decode bounds checkingJonathan Doman2-5/+31
2020-08-18url_view throws if a parse error is foundEd Tanous1-3/+18
2020-08-17Enable unused variable warnings and resolveEd Tanous5-42/+42
2020-08-17Enable clang warningsEd Tanous9-60/+34
2020-08-17Remove middlewaresEd Tanous7-347/+43
2020-08-04Remove QueryStringJames Feist3-431/+16
2020-07-31Revert "Add out of bounds check in base64Decode"James Feist1-28/+6
2020-07-31Add out of bounds check in base64DecodeZhikui Ren1-6/+28
2020-07-29Fix MTLS AuthJames Feist1-35/+1
2020-07-24Add back reset body limitGunnar Mills1-0/+2
2020-07-23Add 'reason' message to websocket close methodWludzik, Jozef1-1/+1
2020-07-22Add read in progress check to timerJames Feist1-3/+13
2020-07-20CancelDeadlineTimer after doWriteJames Feist1-0/+2
2020-07-16Deprecate the "" operator, and isEqPEd Tanous2-30/+0
2020-07-16Rework Authorization flowJames Feist2-38/+103
2020-07-10Server Name: Rename iBMC to bmcwebGunnar Mills1-1/+1
2020-07-10Codespell spelling fixesGunnar Mills3-3/+3
2020-07-10Spelling: 's/Resposne/Response/g'Gunnar Mills1-3/+3
2020-07-02EventService: Add retry configuration supportAyushi Smriti1-15/+67