1. 52e3162 Simplify body by Ed Tanous · 11 months ago
  2. 18f8f60 Remove some boost includes by Ed Tanous · 1 year, 5 months ago
  3. 8ece0e4 Fix spelling mistakes by Ed Tanous · 12 months ago
  4. 998e0cb Fix missing date by Ed Tanous · 1 year, 4 months ago
  5. 4fa45df Unit test Connection by Ed Tanous · 1 year, 4 months ago
  6. 27b0cf9 Move to file_body in boost by Ed Tanous · 1 year, 5 months ago
  7. 5a39f77 clang-format: copy latest and re-format by Patrick Williams · 1 year, 2 months ago
  8. 7aa9ab0 mTLS: Fix handshake failures by Michal Orzel · 1 year, 4 months ago
  9. e01d0c3 Fix bugprone-unchecked-optional-access findings by Ed Tanous · 1 year, 6 months ago
  10. 62598e3 Replace logging with std::format by Ed Tanous · 1 year, 5 months ago
  11. fca2cbe HTTP/2 support by Ed Tanous · 4 years ago
  12. ed5f895 Break out request completion from connection by Ed Tanous · 1 year, 6 months ago
  13. c51a58e Remove urlEncode by Ed Tanous · 1 year, 9 months ago
  14. 61e349a Break out serializer into its own cpp file by Ed Tanous · 1 year, 7 months ago
  15. 6fde95f Server-sent-event fixes by Ed Tanous · 1 year, 7 months ago
  16. 88ada3b Add Server-Sent-Event support by V-Sanjana · 1 year, 9 months ago
  17. 81c4e33 Capture all boost::system::error_codes by ref by Ed Tanous · 1 year, 7 months ago
  18. ad2b2eb http_connection: Allow empty json objects by Ed Tanous · 1 year, 7 months ago
  19. eea9c97 Clean up preparePayload by Ed Tanous · 1 year, 8 months ago
  20. b84e729 Revert "http_connection: Allow empty json objects" by Ed Tanous · 1 year, 8 months ago
  21. 89492a1 clang-format: copy latest and re-format by Patrick Williams · 1 year, 8 months ago
  22. 02e01b5 http_connection: Allow empty json objects by Lei YU · 1 year, 8 months ago
  23. a9f076e Add asyncResp support to handleUpgrade by P Dheeraj Srujan Kumar · 3 years, 2 months ago
  24. 39662a3 Make url by value in Request by Ed Tanous · 1 year, 11 months ago
  25. 7d243eb Allow logged in users to upload incrementally by Ed Tanous · 1 year, 11 months ago
  26. d093c99 Fix some more includes by Ed Tanous · 2 years ago
  27. b496307 Fix overwriting mTLS session by Boleslaw Ogonczyk Makowski · 1 year, 11 months ago
  28. 770b3ff Timer not started if user session is logged in by Ninad Palsule · 2 years ago
  29. 4cdc2e8 Replace "Fix keepalive false" with patchset 3 by Ed Tanous · 2 years ago
  30. 3ccb3ad Fix a boatload of #includes by Ed Tanous · 2 years ago
  31. cf9e417 Add check for globals by Ed Tanous · 2 years ago
  32. 5ae6f92 Fix keepalive false by Ed Tanous · 2 years ago
  33. a4326fe Clean up http end_of_stream traces by Myung Bae · 2 years ago
  34. 7c8e064 Refactor mtls callbacks into their own file by Ed Tanous · 2 years, 10 months ago
  35. ed194be Add CBOR support by Ed Tanous · 2 years, 5 months ago
  36. 262f115 Return bad request if can't construct by Gunnar Mills · 2 years ago
  37. 291d709 Implement If-None-Match support for caching client by Ed Tanous · 2 years, 9 months ago
  38. bb759e3 Move ClientID parameter out of OEM by Ed Tanous · 2 years, 5 months ago
  39. 06fe275 Make Accepts: */* default to JSON by Ed Tanous · 2 years, 3 months ago
  40. 99351cd Improve content type by Ed Tanous · 2 years, 5 months ago
  41. d9f6c62 Use enum overload for field setting by Ed Tanous · 2 years, 9 months ago
  42. f610caa Remove jsonMode method by Ed Tanous · 2 years, 9 months ago
  43. 11ba397 Remove usages of boost::starts/ends_with by Ed Tanous · 2 years, 6 months ago
  44. 8a59281 Fix shadowed variable issues by Ed Tanous · 2 years, 7 months ago
  45. c127a0f Fix www-authenticate behavior by Ed Tanous · 2 years, 8 months ago
  46. 002d39b Try to fix the lambda formatting issue by Ed Tanous · 2 years, 7 months ago
  47. a43ea82 meson option: make the insecure-disable-auth macro more accurate by Nan Zhou · 2 years, 7 months ago
  48. 918ef25 Include-what-you-use in http connection by Ed Tanous · 2 years, 7 months ago
  49. d055a34 auth: change authorization.hpp to authentication.hpp by Nan Zhou · 2 years, 7 months ago
  50. f4c99e7 Redfish: Query parameters: Only by Ed Tanous · 3 years, 3 months ago
  51. 8cc8ede Don't rely on operator << for object logging by Ed Tanous · 2 years, 10 months ago
  52. 72374eb Change the completionhandler to accept Res by Nan Zhou · 2 years, 11 months ago
  53. e05aec5 Add readability-redundant-* checks by Ed Tanous · 3 years ago
  54. 9eb808c Enable readability-avoid-const-params-in-decls by Ed Tanous · 3 years ago
  55. 4bac4a8 Enable pro-type-cstyle-cast checks by Ed Tanous · 3 years ago
  56. ca45aa3 Enable checks for pointer arithmetic by Ed Tanous · 3 years ago
  57. 46ff87b Enable reinterpre_cast checks by Ed Tanous · 3 years ago
  58. ecd6a3a Enable cppcoreguidelines-special-member-functions checks by Ed Tanous · 3 years ago
  59. 6de264c Enable bugprone widening checks in clang by Ed Tanous · 3 years ago
  60. 638e239 http_connection: Fix loggedIn check and timeout by Lei YU · 3 years ago
  61. 895e46d Skip contentLength check in insecure-disable-auth by JunLin Chen · 3 years ago
  62. 6fbdbca Implement connection limit by Ed Tanous · 3 years, 1 month ago
  63. 5dfb5b2 Make timer system use boost by Ed Tanous · 3 years, 1 month ago
  64. 41d61c8 Convert IPv4-mapped IPv6 ClientIP back to IPv4 by Jiaqing Zhao · 3 years, 1 month ago
  65. 171676f Fix bmcweb core-dump caused by Split up authenticate by zhanghaicheng · 3 years, 1 month ago
  66. 8682c5a meson_options: implement disable-auth; delete pam by Nan Zhou · 3 years, 1 month ago
  67. 1c801e1 reduce error traces in connection and auth code by Andrew Geissler · 3 years, 3 months ago
  68. 9062d47 Revert "Change the completionhandler to accept Res" by Gunnar Mills · 3 years, 1 month ago
  69. 91995f3 Change the completionhandler to accept Res by zhanghch05 · 3 years, 2 months ago
  70. efee36b Rename method to isOnAllowlist by Ed Tanous · 3 years, 3 months ago
  71. f79b7a5 Deduplicate url parsing code by Ed Tanous · 3 years, 3 months ago
  72. 1d3c14a Split up authenticate by Ed Tanous · 3 years, 3 months ago
  73. d32c4fa Boost uri update by Ed Tanous · 3 years, 3 months ago
  74. 596b203 Fill in request earlier by Ed Tanous · 3 years, 3 months ago
  75. 9a69d5a Clear UserSession in between requests by Ed Tanous · 3 years, 3 months ago
  76. 6c7f01d Rearrange/clean code in connection by Ed Tanous · 3 years, 4 months ago
  77. cf099fa Remove unused variables in connection class by Ed Tanous · 3 years, 4 months ago
  78. 59b98b2 Change ownership of boost::req to crow::req by John Edward Broadbent · 3 years, 6 months ago
  79. 4147b8a connection use setter for completeRequestHandler by John Edward Broadbent · 3 years, 5 months ago
  80. 40aa058 Rearrange mtls code by Ed Tanous · 3 years, 6 months ago
  81. b937830 Free cert usage before return by Vernon Mauery · 3 years, 6 months ago
  82. f65b0be bmcweb: fetch ip address on every request in handle by Ivan Mikhaylov · 3 years, 8 months ago
  83. 8d1b46d Using AsyncResp everywhere by zhanghch05 · 3 years, 9 months ago
  84. d323922 Redfish Session : Fix clientIp getting mapped to clientId by Sunitha Harish · 3 years, 10 months ago
  85. 7531298 Change config file name to bmcweb_config.h by Ed Tanous · 3 years, 11 months ago
  86. 0260d9d Fix compile issue on DISABLE_XSS_PREVENTION by Ed Tanous · 3 years, 11 months ago
  87. 71f52d9 Fix nlohmann::json::dump calls by Ed Tanous · 3 years, 10 months ago
  88. 81ce609 Fix .clang-tidy by Ed Tanous · 4 years ago
  89. 83deb7d Avoid std::filesystem exception on trust store by Jonathan Doman · 4 years, 1 month ago
  90. c0ea7ae Redfish Session : Support ClientOriginIPAddress by Sunitha Harish · 4 years, 2 months ago
  91. 10f0d24 Revert "Redfish Session : Support ClientOriginIPAddress" by Ed Tanous · 4 years, 2 months ago
  92. 04e438c fix include names by Ed Tanous · 4 years, 3 months ago[Renamed (99%) from http/http_connection.h]
  93. c7d3422 Avoid using deleted Connection in Response by Wludzik, Jozef · 4 years, 2 months ago
  94. e436008 Redfish Session : Support ClientOriginIPAddress by Sunitha Harish · 4 years, 3 months ago
  95. d43cd0c Fix includes by Ed Tanous · 4 years, 3 months ago
  96. e7d1a1c Remove Server header from responses by Ed Tanous · 4 years, 3 months ago
  97. 2c70f80 Fix naming conventions by Ed Tanous · 4 years, 3 months ago
  98. 57fce80 Improve JSON->HTML conversion by Ed Tanous · 6 years ago
  99. 23e6420 Fix using namespace by Ed Tanous · 4 years, 3 months ago
  100. d206b43 Revert http::Request::socket() callback by Ed Tanous · 4 years, 4 months ago