1. 5e7e2dc Take boost error_code by reference by Ed Tanous · 1 year, 10 months ago
  2. 26ccae3 Pass string views by value by Ed Tanous · 1 year, 10 months ago
  3. 66d90c2 HTTP Client: Increase max conns and reqs by Carson Labrado · 2 years, 1 month ago
  4. 1aa0c2b Add option for validating content-type header by Ed Tanous · 2 years, 11 months ago
  5. 6a04e0d Fix missing include by Ed Tanous · 1 year, 10 months ago
  6. d093c99 Fix some more includes by Ed Tanous · 2 years ago
  7. b496307 Fix overwriting mTLS session by Boleslaw Ogonczyk Makowski · 1 year, 11 months ago
  8. 43e14d3 Aggregation: Better handle dropped requests by Carson Labrado · 2 years, 2 months ago
  9. 770b3ff Timer not started if user session is logged in by Ninad Palsule · 2 years ago
  10. 4cdc2e8 Replace "Fix keepalive false" with patchset 3 by Ed Tanous · 2 years ago
  11. 3ccb3ad Fix a boatload of #includes by Ed Tanous · 2 years ago
  12. cf9e417 Add check for globals by Ed Tanous · 2 years ago
  13. 5ae6f92 Fix keepalive false by Ed Tanous · 2 years ago
  14. a4326fe Clean up http end_of_stream traces by Myung Bae · 2 years ago
  15. 7c8e064 Refactor mtls callbacks into their own file by Ed Tanous · 2 years, 10 months ago
  16. ed194be Add CBOR support by Ed Tanous · 2 years, 5 months ago
  17. 1c99da0 Add missing usage of new verb class in router by Snehalatha Venkatesh · 2 years ago
  18. 262f115 Return bad request if can't construct by Gunnar Mills · 2 years ago
  19. f8fe53e Change variable scopes by Ed Tanous · 2 years, 6 months ago
  20. 079360a Prepare for boost::url upgrade by Ed Tanous · 2 years, 6 months ago
  21. 2d6cb56 Implement If-Match header in Http layer by Ed Tanous · 2 years, 6 months ago
  22. c0bdf22 Code move to prevent circular dependency by Edward Lee · 2 years, 1 month ago
  23. 2c9efc3 Make router take up less space for verbs by Ed Tanous · 2 years, 5 months ago
  24. 291d709 Implement If-None-Match support for caching client by Ed Tanous · 2 years, 9 months ago
  25. c6bcedc utility: Append Url Pieces to existing Url by Willy Tu · 2 years, 3 months ago
  26. 513d1ff HTTP Client: Improve handling operation timeouts by Carson Labrado · 2 years, 5 months ago
  27. 77665bd header cleanups by Nan Zhou · 2 years, 2 months ago
  28. bb759e3 Move ClientID parameter out of OEM by Ed Tanous · 2 years, 5 months ago
  29. c33a039 treewide: reorganize unit tests by Nan Zhou · 2 years, 4 months ago
  30. 3590bd1 query: propogate errors for expand by Nan Zhou · 2 years, 5 months ago
  31. 06fe275 Make Accepts: */* default to JSON by Ed Tanous · 2 years, 3 months ago
  32. 99351cd Improve content type by Ed Tanous · 2 years, 5 months ago
  33. 3d36e3a ConnectionInfo move to bind_front by Ed Tanous · 2 years, 4 months ago
  34. 759cf10 Add Method Not Allowed (405) handler by Ed Tanous · 2 years, 5 months ago
  35. 44e4518 Allow custom 404 handlers by Ed Tanous · 2 years, 5 months ago
  36. 0d5f5cf Remove tcp_stream by Ed Tanous · 2 years, 10 months ago
  37. e38778a Add SSL support for http_client (EventService) by AppaRao Puli · 2 years, 6 months ago
  38. 4c30e22 Redfish Aggregation: Aggregate Collections by Carson Labrado · 2 years, 6 months ago
  39. 1c0bb5c Redfish Aggregation: Fixup aggregated URIs by Carson Labrado · 2 years, 7 months ago
  40. 46a8146 Redfish Aggregation: Router to satellite resources by Carson Labrado · 2 years, 8 months ago
  41. 7f8d8fa Allow parsing urls with extra elements by Ed Tanous · 2 years, 4 months ago
  42. 17dcc31 HTTP Client: Further increase httpReadBodyLimit by Carson Labrado · 2 years, 5 months ago
  43. 2b82937 Move time utils to be in one place by Ed Tanous · 2 years, 5 months ago
  44. 2c98676 Support micro and milli resolution on timestamps by Ed Tanous · 2 years, 5 months ago
  45. ac6250a routing: fix some comments by Nan Zhou · 2 years, 5 months ago
  46. d9f6c62 Use enum overload for field setting by Ed Tanous · 2 years, 9 months ago
  47. 9896eae Drop boost::posix_time by Ed Tanous · 2 years, 5 months ago
  48. 13548d8 Preserve headers from the root object on expand by Ed Tanous · 2 years, 5 months ago
  49. f610caa Remove jsonMode method by Ed Tanous · 2 years, 9 months ago
  50. d9049df app: fix -Wpessimizing-move by Nan Zhou · 2 years, 5 months ago
  51. 5b22492 ServiceRoot Support Link header by Ed Tanous · 2 years, 6 months ago
  52. d5c80ad test treewide: iwyu by Nan Zhou · 2 years, 6 months ago
  53. 11ba397 Remove usages of boost::starts/ends_with by Ed Tanous · 2 years, 6 months ago
  54. 5cab68f HTTP Client: Fix handling on connection timeout by Carson Labrado · 2 years, 6 months ago
  55. ef641b6 Simplify logic in router matcher by Ed Tanous · 2 years, 6 months ago
  56. 02cad96 Fix const correctness issues by Ed Tanous · 2 years, 6 months ago
  57. bb60f4d Fix const correctness on http Response object by Ed Tanous · 2 years, 6 months ago
  58. c715ec2 Remove magic numbers by Ed Tanous · 2 years, 10 months ago
  59. 40d799e Remove redfish message from http client by Ed Tanous · 2 years, 6 months ago
  60. 6b3db60 Make resHandler const by Ed Tanous · 2 years, 6 months ago
  61. 768989b Remove unused variable by Ed Tanous · 2 years, 6 months ago
  62. ca72376 Fix unused branches in http_client by Ed Tanous · 2 years, 6 months ago
  63. bb49eb5 Fix #includes on http_client.hpp by Ed Tanous · 2 years, 6 months ago
  64. 4e23a44 Require explicit decorator on one arg constructors by Ed Tanous · 2 years, 7 months ago
  65. 8a59281 Fix shadowed variable issues by Ed Tanous · 2 years, 7 months ago
  66. ef74026 http: router_test: fix namespace by Nan Zhou · 2 years, 6 months ago
  67. dff2f9b http: router_test: fix headers by Nan Zhou · 2 years, 6 months ago
  68. bf8ab7a http: utility_test: fix namespace by Nan Zhou · 2 years, 6 months ago
  69. 26500f2 http: utility_test: fix headers by Nan Zhou · 2 years, 6 months ago
  70. 4d94272 HttpClient: Increase httpReadBodyLimit by Carson Labrado · 2 years, 6 months ago
  71. a7a8029 bmcweb: Set Retry Policy Valid Response Codes by Carson Labrado · 2 years, 7 months ago
  72. cec58fe http/app: iwyu by Nan Zhou · 2 years, 6 months ago
  73. f9f4007 http_server: remove unused variable by Nan Zhou · 2 years, 6 months ago
  74. c127a0f Fix www-authenticate behavior by Ed Tanous · 2 years, 8 months ago
  75. 4ee8e21 Make code compile on clang again by Ed Tanous · 2 years, 7 months ago
  76. 71f2db7 Allow boost url and url_view to be added to json by Ed Tanous · 2 years, 7 months ago
  77. 002d39b Try to fix the lambda formatting issue by Ed Tanous · 2 years, 7 months ago
  78. a43ea82 meson option: make the insecure-disable-auth macro more accurate by Nan Zhou · 2 years, 7 months ago
  79. 918ef25 Include-what-you-use in http connection by Ed Tanous · 2 years, 7 months ago
  80. d055a34 auth: change authorization.hpp to authentication.hpp by Nan Zhou · 2 years, 7 months ago
  81. 244256c bmcweb: Remove hardcoded HTTP verbs and headers by Carson Labrado · 2 years, 8 months ago
  82. 039a47e Add callback for response handling to HttpClient by Carson Labrado · 2 years, 9 months ago
  83. 88a03c5 Handle HEAD and Allow headers per the spec by Ed Tanous · 2 years, 10 months ago
  84. f52c03c Refactor HttpClient Class by Carson Labrado · 2 years, 9 months ago
  85. d01e32c Revert "Handle HEAD and Allow headers per the spec" by Ed Tanous · 2 years, 8 months ago
  86. 867b205 Handle HEAD and Allow headers per the spec by Ed Tanous · 2 years, 10 months ago
  87. 89f1800 Implement etag headers by Ed Tanous · 2 years, 9 months ago
  88. c867a83 Delete forked function_traits by Ed Tanous · 2 years, 10 months ago
  89. eb1c47d Remove regex uses in event service and consolidate by Ed Tanous · 2 years, 11 months ago
  90. ca1600c Add common url segments parser by Szymon Dompke · 2 years, 10 months ago
  91. f4c99e7 Redfish: Query parameters: Only by Ed Tanous · 3 years, 3 months ago
  92. 7772638 Remove AsyncResp from openHandler by zhanghch05 · 3 years, 2 months ago
  93. 1c82527 Drop unused App.sslFile() method by Jiaqing Zhao · 2 years, 9 months ago
  94. 1c30e50 Refactor getParameterTag by Ed Tanous · 2 years, 10 months ago
  95. b9d36b4 Consitently use dbus::utility types by Ed Tanous · 2 years, 10 months ago
  96. 313a3c2 Remove special router logic for trailing slash by Ed Tanous · 2 years, 10 months ago
  97. 1b82988 Remove unused utility classes by Ed Tanous · 2 years, 10 months ago
  98. 4456f08 Add back getParameterTag unit tests by Ed Tanous · 2 years, 10 months ago
  99. 8cc8ede Don't rely on operator << for object logging by Ed Tanous · 2 years, 10 months ago
  100. 46666f3 Fix the build for time_t by Ed Tanous · 2 years, 10 months ago