summaryrefslogtreecommitdiff
path: root/http/http_client.hpp
AgeCommit message (Expand)AuthorFilesLines
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