summaryrefslogtreecommitdiff
path: root/http/http_client.hpp
AgeCommit message (Expand)AuthorFilesLines
2022-10-25HTTP Client: Improve handling operation timeoutsCarson Labrado1-22/+46
2022-10-12header cleanupsNan Zhou1-2/+4
2022-09-12ConnectionInfo move to bind_frontEd Tanous1-59/+59
2022-08-24Remove tcp_streamEd Tanous1-22/+50
2022-08-24Add SSL support for http_client (EventService)AppaRao Puli1-123/+276
2022-08-24Redfish Aggregation: Router to satellite resourcesCarson Labrado1-0/+6
2022-08-17HTTP Client: Further increase httpReadBodyLimitCarson Labrado1-1/+1
2022-07-15HTTP Client: Fix handling on connection timeoutCarson Labrado1-11/+12
2022-07-12Fix const correctness issuesEd Tanous1-2/+2
2022-07-06Remove redfish message from http clientEd Tanous1-1/+1
2022-07-05Make resHandler constEd Tanous1-2/+2
2022-07-02Remove unused variableEd Tanous1-1/+0
2022-07-02Fix unused branches in http_clientEd Tanous1-10/+6
2022-07-01Fix #includes on http_client.hppEd Tanous1-0/+10
2022-06-28Fix shadowed variable issuesEd Tanous1-15/+17
2022-06-28HttpClient: Increase httpReadBodyLimitCarson Labrado1-2/+3
2022-06-15bmcweb: Set Retry Policy Valid Response CodesCarson Labrado1-15/+28
2022-06-02Make code compile on clang againEd Tanous1-1/+1
2022-06-01Try to fix the lambda formatting issueEd Tanous1-103/+98
2022-05-23bmcweb: Remove hardcoded HTTP verbs and headersCarson Labrado1-42/+40
2022-05-17Add callback for response handling to HttpClientCarson Labrado1-11/+55
2022-05-11Refactor HttpClient ClassCarson Labrado1-159/+431
2022-04-19Remove regex uses in event service and consolidateEd Tanous1-2/+2
2022-03-07Don't rely on operator << for object loggingEd Tanous1-3/+5
2022-02-07Enable readability-redundant-control-flow checksEd Tanous1-3/+0
2022-01-28Enable readability-container-size-empty testsEd Tanous1-1/+1
2021-12-15Make timer system use boostEd Tanous1-0/+1
2021-12-07fixed errors in EventServiceKrzysztof Grobelny1-4/+2
2021-11-18EventService: Pass httpHeaders to subscriberSunitha Harish1-2/+4
2021-10-27Make code build in clangEd Tanous1-2/+0
2021-10-19Cleanup HttpClient to use inline initializationEd Tanous1-10/+8
2021-10-19Only generate headers once in EventServiceEd Tanous1-18/+8
2021-10-17Improve HttpHeaders in EventServiceEd Tanous1-9/+2
2021-09-30EventService : Fix retry handling for http-clientSunitha Harish1-85/+140
2021-09-16EventService : Optimize event data buffersSunitha Harish1-5/+9
2021-03-08EventService : Support async_resolve for subscribersSunitha Harish1-24/+55
2021-02-24Fix the build on clang-11Ed Tanous1-0/+1
2020-10-23Turn on ALL perf checksEd Tanous1-1/+1
2020-10-09Write the clang-tidy file OpenBMC needsEd Tanous1-11/+5
2020-10-06Fix includesEd Tanous1-3/+4
2020-08-17Enable unused variable warnings and resolveEd Tanous1-5/+5
2020-08-17Enable clang warningsEd Tanous1-2/+0
2020-07-10Codespell spelling fixesGunnar Mills1-1/+1
2020-07-02EventService: Add retry configuration supportAyushi Smriti1-15/+67
2020-06-11clang-format: update to latest from docs repoGunnar Mills1-0/+1
2020-06-04fix for bmcweb CI build failureAppaRao Puli1-2/+4
2020-06-03Fix duplicate NTP servers patchTony Lee1-4/+2
2020-05-02EventService: Queuing the request data and retryAppaRao Puli1-55/+175
2020-04-21Http client supportAppaRao Puli1-0/+190