- 7d243eb Allow logged in users to upload incrementally by Ed Tanous · 1 year, 11 months ago
- 5e7e2dc Take boost error_code by reference by Ed Tanous · 1 year, 11 months ago
- 26ccae3 Pass string views by value by Ed Tanous · 1 year, 11 months ago
- 66d90c2 HTTP Client: Increase max conns and reqs by Carson Labrado · 2 years, 1 month ago
- 1aa0c2b Add option for validating content-type header by Ed Tanous · 2 years, 11 months ago
- 6a04e0d Fix missing include by Ed Tanous · 1 year, 11 months ago
- d093c99 Fix some more includes by Ed Tanous · 2 years ago
- b496307 Fix overwriting mTLS session by Boleslaw Ogonczyk Makowski · 1 year, 11 months ago
- 43e14d3 Aggregation: Better handle dropped requests by Carson Labrado · 2 years, 2 months ago
- 770b3ff Timer not started if user session is logged in by Ninad Palsule · 2 years ago
- 4cdc2e8 Replace "Fix keepalive false" with patchset 3 by Ed Tanous · 2 years ago
- 3ccb3ad Fix a boatload of #includes by Ed Tanous · 2 years ago
- cf9e417 Add check for globals by Ed Tanous · 2 years ago
- 5ae6f92 Fix keepalive false by Ed Tanous · 2 years ago
- a4326fe Clean up http end_of_stream traces by Myung Bae · 2 years ago
- 7c8e064 Refactor mtls callbacks into their own file by Ed Tanous · 2 years, 10 months ago
- ed194be Add CBOR support by Ed Tanous · 2 years, 5 months ago
- 1c99da0 Add missing usage of new verb class in router by Snehalatha Venkatesh · 2 years ago
- 262f115 Return bad request if can't construct by Gunnar Mills · 2 years ago
- f8fe53e Change variable scopes by Ed Tanous · 2 years, 6 months ago
- 079360a Prepare for boost::url upgrade by Ed Tanous · 2 years, 6 months ago
- 2d6cb56 Implement If-Match header in Http layer by Ed Tanous · 2 years, 6 months ago
- c0bdf22 Code move to prevent circular dependency by Edward Lee · 2 years, 2 months ago
- 2c9efc3 Make router take up less space for verbs by Ed Tanous · 2 years, 5 months ago
- 291d709 Implement If-None-Match support for caching client by Ed Tanous · 2 years, 9 months ago
- c6bcedc utility: Append Url Pieces to existing Url by Willy Tu · 2 years, 3 months 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
- bb759e3 Move ClientID parameter out of OEM by Ed Tanous · 2 years, 5 months ago
- c33a039 treewide: reorganize unit tests by Nan Zhou · 2 years, 4 months ago
- 3590bd1 query: propogate errors for expand by Nan Zhou · 2 years, 5 months ago
- 06fe275 Make Accepts: */* default to JSON by Ed Tanous · 2 years, 4 months ago
- 99351cd Improve content type by Ed Tanous · 2 years, 5 months ago
- 3d36e3a ConnectionInfo move to bind_front by Ed Tanous · 2 years, 4 months ago
- 759cf10 Add Method Not Allowed (405) handler by Ed Tanous · 2 years, 5 months ago
- 44e4518 Allow custom 404 handlers by Ed Tanous · 2 years, 5 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
- 4c30e22 Redfish Aggregation: Aggregate Collections by Carson Labrado · 2 years, 6 months ago
- 1c0bb5c Redfish Aggregation: Fixup aggregated URIs by Carson Labrado · 2 years, 8 months ago
- 46a8146 Redfish Aggregation: Router to satellite resources by Carson Labrado · 2 years, 8 months ago
- 7f8d8fa Allow parsing urls with extra elements by Ed Tanous · 2 years, 4 months ago
- 17dcc31 HTTP Client: Further increase httpReadBodyLimit by Carson Labrado · 2 years, 5 months ago
- 2b82937 Move time utils to be in one place by Ed Tanous · 2 years, 5 months ago
- 2c98676 Support micro and milli resolution on timestamps by Ed Tanous · 2 years, 5 months ago
- ac6250a routing: fix some comments by Nan Zhou · 2 years, 5 months ago
- d9f6c62 Use enum overload for field setting by Ed Tanous · 2 years, 10 months ago
- 9896eae Drop boost::posix_time by Ed Tanous · 2 years, 5 months ago
- 13548d8 Preserve headers from the root object on expand by Ed Tanous · 2 years, 5 months ago
- f610caa Remove jsonMode method by Ed Tanous · 2 years, 10 months ago
- d9049df app: fix -Wpessimizing-move by Nan Zhou · 2 years, 5 months ago
- 5b22492 ServiceRoot Support Link header by Ed Tanous · 2 years, 6 months ago
- d5c80ad test treewide: iwyu by Nan Zhou · 2 years, 6 months ago
- 11ba397 Remove usages of boost::starts/ends_with by Ed Tanous · 2 years, 6 months ago
- 5cab68f HTTP Client: Fix handling on connection timeout by Carson Labrado · 2 years, 6 months ago
- ef641b6 Simplify logic in router matcher by Ed Tanous · 2 years, 6 months ago
- 02cad96 Fix const correctness issues by Ed Tanous · 2 years, 6 months ago
- bb60f4d Fix const correctness on http Response object by Ed Tanous · 2 years, 6 months ago
- c715ec2 Remove magic numbers by Ed Tanous · 2 years, 10 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
- 4e23a44 Require explicit decorator on one arg constructors by Ed Tanous · 2 years, 7 months ago
- 8a59281 Fix shadowed variable issues by Ed Tanous · 2 years, 7 months ago
- ef74026 http: router_test: fix namespace by Nan Zhou · 2 years, 6 months ago
- dff2f9b http: router_test: fix headers by Nan Zhou · 2 years, 6 months ago
- bf8ab7a http: utility_test: fix namespace by Nan Zhou · 2 years, 6 months ago
- 26500f2 http: utility_test: fix headers by Nan Zhou · 2 years, 6 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
- cec58fe http/app: iwyu by Nan Zhou · 2 years, 7 months ago
- f9f4007 http_server: remove unused variable by Nan Zhou · 2 years, 7 months ago
- c127a0f Fix www-authenticate behavior by Ed Tanous · 2 years, 8 months ago
- 4ee8e21 Make code compile on clang again by Ed Tanous · 2 years, 7 months ago
- 71f2db7 Allow boost url and url_view to be added to json by Ed Tanous · 2 years, 7 months ago
- 002d39b Try to fix the lambda formatting issue by Ed Tanous · 2 years, 7 months ago
- a43ea82 meson option: make the insecure-disable-auth macro more accurate by Nan Zhou · 2 years, 7 months ago
- 918ef25 Include-what-you-use in http connection by Ed Tanous · 2 years, 7 months ago
- d055a34 auth: change authorization.hpp to authentication.hpp by Nan Zhou · 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
- 88a03c5 Handle HEAD and Allow headers per the spec by Ed Tanous · 2 years, 10 months ago
- f52c03c Refactor HttpClient Class by Carson Labrado · 2 years, 9 months ago
- d01e32c Revert "Handle HEAD and Allow headers per the spec" by Ed Tanous · 2 years, 8 months ago
- 867b205 Handle HEAD and Allow headers per the spec by Ed Tanous · 2 years, 10 months ago
- 89f1800 Implement etag headers by Ed Tanous · 2 years, 9 months ago
- c867a83 Delete forked function_traits by Ed Tanous · 2 years, 10 months ago
- eb1c47d Remove regex uses in event service and consolidate by Ed Tanous · 2 years, 11 months ago
- ca1600c Add common url segments parser by Szymon Dompke · 2 years, 10 months ago
- f4c99e7 Redfish: Query parameters: Only by Ed Tanous · 3 years, 3 months ago
- 7772638 Remove AsyncResp from openHandler by zhanghch05 · 3 years, 2 months ago
- 1c82527 Drop unused App.sslFile() method by Jiaqing Zhao · 2 years, 9 months ago
- 1c30e50 Refactor getParameterTag by Ed Tanous · 2 years, 10 months ago
- b9d36b4 Consitently use dbus::utility types by Ed Tanous · 2 years, 10 months ago
- 313a3c2 Remove special router logic for trailing slash by Ed Tanous · 2 years, 10 months ago
- 1b82988 Remove unused utility classes by Ed Tanous · 2 years, 10 months ago
- 4456f08 Add back getParameterTag unit tests by Ed Tanous · 2 years, 10 months ago
- 8cc8ede Don't rely on operator << for object logging by Ed Tanous · 2 years, 10 months ago