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