- e7c2991 Avoid setting SNI hostname for IP addresses by Ravi Teja · 1 year, 5 months ago
- a716aa7 Move http client to URL by Ed Tanous · 1 year, 5 months ago
- bf2dded Reduce some Error log severities by Carson Labrado · 1 year, 5 months ago
- e01d0c3 Fix bugprone-unchecked-optional-access findings by Ed Tanous · 1 year, 6 months ago
- 62598e3 Replace logging with std::format by Ed Tanous · 1 year, 5 months ago
- e1452be AsyncResolve cleanups and error handling by Ed Tanous · 3 years, 3 months ago
- d7043b3 HTTP Client: Improve error message by Sunitha Harish · 1 year, 6 months ago
- 5e44e3d Add SSE style subscription support to eventservice by AppaRao Puli · 3 years, 10 months ago
- f8ca6d7 Allow async resolver to be optional by Ed Tanous · 2 years, 6 months ago
- 81c4e33 Capture all boost::system::error_codes by ref by Ed Tanous · 1 year, 7 months ago
- 89492a1 clang-format: copy latest and re-format by Patrick Williams · 1 year, 8 months ago
- d14a48f Aggregation: Increase response read limit to 50MB by Carson Labrado · 1 year, 10 months ago
- 5e7e2dc Take boost error_code by reference by Ed Tanous · 1 year, 10 months ago
- 66d90c2 HTTP Client: Increase max conns and reqs by Carson Labrado · 2 years, 1 month ago
- 43e14d3 Aggregation: Better handle dropped requests by Carson Labrado · 2 years, 2 months ago
- 3ccb3ad Fix a boatload of #includes by Ed Tanous · 2 years ago
- 513d1ff HTTP Client: Improve handling operation timeouts by Carson Labrado · 2 years, 5 months ago
- 77665bd header cleanups by Nan Zhou · 2 years, 3 months ago
- 3d36e3a ConnectionInfo move to bind_front by Ed Tanous · 2 years, 4 months ago
- 0d5f5cf Remove tcp_stream by Ed Tanous · 2 years, 10 months ago
- e38778a Add SSL support for http_client (EventService) by AppaRao Puli · 2 years, 6 months ago
- 46a8146 Redfish Aggregation: Router to satellite resources by Carson Labrado · 2 years, 8 months ago
- 17dcc31 HTTP Client: Further increase httpReadBodyLimit by Carson Labrado · 2 years, 5 months ago
- 5cab68f HTTP Client: Fix handling on connection timeout by Carson Labrado · 2 years, 6 months ago
- 02cad96 Fix const correctness issues by Ed Tanous · 2 years, 6 months ago
- 40d799e Remove redfish message from http client by Ed Tanous · 2 years, 6 months ago
- 6b3db60 Make resHandler const by Ed Tanous · 2 years, 6 months ago
- 768989b Remove unused variable by Ed Tanous · 2 years, 6 months ago
- ca72376 Fix unused branches in http_client by Ed Tanous · 2 years, 6 months ago
- bb49eb5 Fix #includes on http_client.hpp by Ed Tanous · 2 years, 6 months ago
- 8a59281 Fix shadowed variable issues by Ed Tanous · 2 years, 7 months ago
- 4d94272 HttpClient: Increase httpReadBodyLimit by Carson Labrado · 2 years, 6 months ago
- a7a8029 bmcweb: Set Retry Policy Valid Response Codes by Carson Labrado · 2 years, 7 months ago
- 4ee8e21 Make code compile on clang again by Ed Tanous · 2 years, 7 months ago
- 002d39b Try to fix the lambda formatting issue by Ed Tanous · 2 years, 7 months ago
- 244256c bmcweb: Remove hardcoded HTTP verbs and headers by Carson Labrado · 2 years, 8 months ago
- 039a47e Add callback for response handling to HttpClient by Carson Labrado · 2 years, 9 months ago
- f52c03c Refactor HttpClient Class by Carson Labrado · 2 years, 9 months ago
- eb1c47d Remove regex uses in event service and consolidate by Ed Tanous · 2 years, 11 months ago
- 8cc8ede Don't rely on operator << for object logging by Ed Tanous · 2 years, 10 months ago
- dcf2ebc Enable readability-redundant-control-flow checks by Ed Tanous · 3 years ago
- 26f6976 Enable readability-container-size-empty tests by Ed Tanous · 3 years ago
- 5dfb5b2 Make timer system use boost by Ed Tanous · 3 years, 1 month ago
- 116c184 fixed errors in EventService by Krzysztof Grobelny · 3 years, 1 month ago
- 7adb85a EventService: Pass httpHeaders to subscriber by Sunitha Harish · 3 years, 2 months ago
- 39b129f Make code build in clang by Ed Tanous · 3 years, 2 months ago
- 84b3560 Cleanup HttpClient to use inline initialization by Ed Tanous · 3 years, 4 months ago
- 4da0445 Only generate headers once in EventService by Ed Tanous · 3 years, 4 months ago
- 601c71a Improve HttpHeaders in EventService by Ed Tanous · 3 years, 4 months ago
- 6eaa1d2 EventService : Fix retry handling for http-client by Sunitha Harish · 3 years, 10 months ago
- 7de9f81 EventService : Optimize event data buffers by Sunitha Harish · 3 years, 4 months ago
- 29a82b0 EventService : Support async_resolve for subscribers by Sunitha Harish · 3 years, 10 months ago
- b00dcc2 Fix the build on clang-11 by Ed Tanous · 3 years, 10 months ago
- f23b729 Turn on ALL perf checks by Ed Tanous · 4 years, 2 months ago
- 3174e4d Write the clang-tidy file OpenBMC needs by Ed Tanous · 4 years, 3 months ago
- d43cd0c Fix includes by Ed Tanous · 4 years, 3 months ago
- cb13a39 Enable unused variable warnings and resolve by Ed Tanous · 4 years, 5 months ago
- 23a21a1 Enable clang warnings by Ed Tanous · 4 years, 5 months ago
- caa3ce3 Codespell spelling fixes by Gunnar Mills · 4 years, 6 months ago
- fe44eb0 EventService: Add retry configuration support by Ayushi Smriti · 4 years, 8 months ago
- 1214b7e clang-format: update to latest from docs repo by Gunnar Mills · 4 years, 7 months ago
- 92a74e5 fix for bmcweb CI build failure by AppaRao Puli · 4 years, 7 months ago
- dc3fbbd Fix duplicate NTP servers patch by Tony Lee · 4 years, 7 months ago
- 2a5689a EventService: Queuing the request data and retry by AppaRao Puli · 4 years, 8 months ago
- bd030d0 Http client support by AppaRao Puli · 4 years, 9 months ago