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