summaryrefslogtreecommitdiff
path: root/http
AgeCommit message (Expand)AuthorFilesLines
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
2020-06-19Drop the boost 1.7 related dependencyManojkiran Eda3-30/+14
2020-06-11clang-format: update to latest from docs repoGunnar Mills13-194/+258
2020-06-04fix for bmcweb CI build failureAppaRao Puli1-2/+4
2020-06-03Fix duplicate NTP servers patchTony Lee1-4/+2
2020-05-28Redfish:Dump offload handler implementation using nbd-proxyraviteja-b2-1/+17
2020-05-20Implement Redfish PasswordChangeRequiredJoseph Reynolds1-0/+65
2020-05-13Fix incorrect decoding of query stringChanyoung Park1-1/+1
2020-05-02EventService: Queuing the request data and retryAppaRao Puli1-55/+175
2020-04-21Http client supportAppaRao Puli1-0/+190
2020-04-15Add CSRF check into websocketsJames Feist1-2/+15
2020-04-08Protect against timer exhaustionJames Feist2-3/+14
2020-03-31Protect against slow read attackJames Feist2-24/+33
2020-03-31Fix for possible memory leak in mTLS.Zbigniew Kurzynski1-0/+2
2020-03-17Task: Add payload supportJames Feist1-1/+2
2020-03-05Permission check for virtual media proxy modePrzemyslaw Czarnowski1-1/+10
2020-02-14Fix off by 1 errorJames Feist1-3/+1
2020-01-09Fix timeout issue during image uploadJan Sowinski2-14/+31
2020-01-09Revert "Revert "Connection and websockets fixes""Jan Sowinski4-83/+70
2020-01-08Revert "Connection and websockets fixes"James Feist4-70/+83
2019-12-19Make the max http request body size configurableAdriana Kobylak1-4/+8