1. 291d709 Implement If-None-Match support for caching client by Ed Tanous · 2 years, 9 months ago
  2. bb759e3 Move ClientID parameter out of OEM by Ed Tanous · 2 years, 5 months ago
  3. 06fe275 Make Accepts: */* default to JSON by Ed Tanous · 2 years, 3 months ago
  4. 99351cd Improve content type by Ed Tanous · 2 years, 5 months ago
  5. d9f6c62 Use enum overload for field setting by Ed Tanous · 2 years, 10 months ago
  6. f610caa Remove jsonMode method by Ed Tanous · 2 years, 10 months ago
  7. 11ba397 Remove usages of boost::starts/ends_with by Ed Tanous · 2 years, 6 months ago
  8. 8a59281 Fix shadowed variable issues by Ed Tanous · 2 years, 7 months ago
  9. c127a0f Fix www-authenticate behavior by Ed Tanous · 2 years, 8 months ago
  10. 002d39b Try to fix the lambda formatting issue by Ed Tanous · 2 years, 7 months ago
  11. a43ea82 meson option: make the insecure-disable-auth macro more accurate by Nan Zhou · 2 years, 7 months ago
  12. 918ef25 Include-what-you-use in http connection by Ed Tanous · 2 years, 7 months ago
  13. d055a34 auth: change authorization.hpp to authentication.hpp by Nan Zhou · 2 years, 7 months ago
  14. f4c99e7 Redfish: Query parameters: Only by Ed Tanous · 3 years, 3 months ago
  15. 8cc8ede Don't rely on operator << for object logging by Ed Tanous · 2 years, 10 months ago
  16. 72374eb Change the completionhandler to accept Res by Nan Zhou · 2 years, 11 months ago
  17. e05aec5 Add readability-redundant-* checks by Ed Tanous · 3 years ago
  18. 9eb808c Enable readability-avoid-const-params-in-decls by Ed Tanous · 3 years ago
  19. 4bac4a8 Enable pro-type-cstyle-cast checks by Ed Tanous · 3 years ago
  20. ca45aa3 Enable checks for pointer arithmetic by Ed Tanous · 3 years ago
  21. 46ff87b Enable reinterpre_cast checks by Ed Tanous · 3 years ago
  22. ecd6a3a Enable cppcoreguidelines-special-member-functions checks by Ed Tanous · 3 years ago
  23. 6de264c Enable bugprone widening checks in clang by Ed Tanous · 3 years ago
  24. 638e239 http_connection: Fix loggedIn check and timeout by Lei YU · 3 years ago
  25. 895e46d Skip contentLength check in insecure-disable-auth by JunLin Chen · 3 years ago
  26. 6fbdbca Implement connection limit by Ed Tanous · 3 years, 1 month ago
  27. 5dfb5b2 Make timer system use boost by Ed Tanous · 3 years, 1 month ago
  28. 41d61c8 Convert IPv4-mapped IPv6 ClientIP back to IPv4 by Jiaqing Zhao · 3 years, 1 month ago
  29. 171676f Fix bmcweb core-dump caused by Split up authenticate by zhanghaicheng · 3 years, 1 month ago
  30. 8682c5a meson_options: implement disable-auth; delete pam by Nan Zhou · 3 years, 1 month ago
  31. 1c801e1 reduce error traces in connection and auth code by Andrew Geissler · 3 years, 3 months ago
  32. 9062d47 Revert "Change the completionhandler to accept Res" by Gunnar Mills · 3 years, 1 month ago
  33. 91995f3 Change the completionhandler to accept Res by zhanghch05 · 3 years, 2 months ago
  34. efee36b Rename method to isOnAllowlist by Ed Tanous · 3 years, 3 months ago
  35. f79b7a5 Deduplicate url parsing code by Ed Tanous · 3 years, 3 months ago
  36. 1d3c14a Split up authenticate by Ed Tanous · 3 years, 3 months ago
  37. d32c4fa Boost uri update by Ed Tanous · 3 years, 3 months ago
  38. 596b203 Fill in request earlier by Ed Tanous · 3 years, 4 months ago
  39. 9a69d5a Clear UserSession in between requests by Ed Tanous · 3 years, 4 months ago
  40. 6c7f01d Rearrange/clean code in connection by Ed Tanous · 3 years, 4 months ago
  41. cf099fa Remove unused variables in connection class by Ed Tanous · 3 years, 4 months ago
  42. 59b98b2 Change ownership of boost::req to crow::req by John Edward Broadbent · 3 years, 6 months ago
  43. 4147b8a connection use setter for completeRequestHandler by John Edward Broadbent · 3 years, 5 months ago
  44. 40aa058 Rearrange mtls code by Ed Tanous · 3 years, 6 months ago
  45. b937830 Free cert usage before return by Vernon Mauery · 3 years, 6 months ago
  46. f65b0be bmcweb: fetch ip address on every request in handle by Ivan Mikhaylov · 3 years, 8 months ago
  47. 8d1b46d Using AsyncResp everywhere by zhanghch05 · 3 years, 9 months ago
  48. d323922 Redfish Session : Fix clientIp getting mapped to clientId by Sunitha Harish · 3 years, 10 months ago
  49. 7531298 Change config file name to bmcweb_config.h by Ed Tanous · 3 years, 11 months ago
  50. 0260d9d Fix compile issue on DISABLE_XSS_PREVENTION by Ed Tanous · 3 years, 11 months ago
  51. 71f52d9 Fix nlohmann::json::dump calls by Ed Tanous · 3 years, 10 months ago
  52. 81ce609 Fix .clang-tidy by Ed Tanous · 4 years ago
  53. 83deb7d Avoid std::filesystem exception on trust store by Jonathan Doman · 4 years, 1 month ago
  54. c0ea7ae Redfish Session : Support ClientOriginIPAddress by Sunitha Harish · 4 years, 2 months ago
  55. 10f0d24 Revert "Redfish Session : Support ClientOriginIPAddress" by Ed Tanous · 4 years, 2 months ago
  56. 04e438c fix include names by Ed Tanous · 4 years, 3 months ago[Renamed (99%) from http/http_connection.h]
  57. c7d3422 Avoid using deleted Connection in Response by Wludzik, Jozef · 4 years, 2 months ago
  58. e436008 Redfish Session : Support ClientOriginIPAddress by Sunitha Harish · 4 years, 3 months ago
  59. d43cd0c Fix includes by Ed Tanous · 4 years, 3 months ago
  60. e7d1a1c Remove Server header from responses by Ed Tanous · 4 years, 3 months ago
  61. 2c70f80 Fix naming conventions by Ed Tanous · 4 years, 3 months ago
  62. 57fce80 Improve JSON->HTML conversion by Ed Tanous · 6 years ago
  63. 23e6420 Fix using namespace by Ed Tanous · 4 years, 3 months ago
  64. d206b43 Revert http::Request::socket() callback by Ed Tanous · 4 years, 4 months ago
  65. 3bcc015 Fix build error in debug by Ed Tanous · 4 years, 4 months ago
  66. 92ccb88 Catch more errors in url_view by Ed Tanous · 4 years, 4 months ago
  67. dc7a793 url_view throws if a parse error is found by Ed Tanous · 4 years, 4 months ago
  68. cb13a39 Enable unused variable warnings and resolve by Ed Tanous · 4 years, 5 months ago
  69. 23a21a1 Enable clang warnings by Ed Tanous · 4 years, 5 months ago
  70. 52cc112 Remove middlewares by Ed Tanous · 4 years, 5 months ago
  71. 5a7e877 Remove QueryString by James Feist · 4 years, 5 months ago
  72. 6964c98 Fix MTLS Auth by James Feist · 4 years, 5 months ago
  73. ded2a1e Add back reset body limit by Gunnar Mills · 4 years, 5 months ago
  74. be5dfca Add read in progress check to timer by James Feist · 4 years, 5 months ago
  75. 54d8bb1 CancelDeadlineTimer after doWrite by James Feist · 4 years, 5 months ago
  76. 3909dc8 Rework Authorization flow by James Feist · 4 years, 9 months ago
  77. 4425044 Drop the boost 1.7 related dependency by Manojkiran Eda · 4 years, 6 months ago
  78. 1214b7e clang-format: update to latest from docs repo by Gunnar Mills · 4 years, 7 months ago
  79. 4722efe Redfish:Dump offload handler implementation using nbd-proxy by raviteja-b · 5 years ago
  80. cb6cb49 Protect against timer exhaustion by James Feist · 4 years, 9 months ago
  81. f0af859 Protect against slow read attack by James Feist · 4 years, 9 months ago
  82. 09d02f8 Fix for possible memory leak in mTLS. by Zbigniew Kurzynski · 4 years, 9 months ago
  83. 2b5e08e Fix timeout issue during image upload by Jan Sowinski · 5 years ago
  84. ee52ae1 Revert "Revert "Connection and websockets fixes"" by Jan Sowinski · 5 years ago
  85. a808664 Revert "Connection and websockets fixes" by James Feist · 5 years ago
  86. 0e1cf26 Make the max http request body size configurable by Adriana Kobylak · 5 years ago
  87. c00500b Connection and websockets fixes by Jan Sowinski · 5 years ago
  88. cac94c5 Turning ON the mutual TLS by Zbigniew Kurzynski · 5 years ago
  89. 26139a5 Adding a new value to cookie by Zbigniew Kurzynski · 5 years ago
  90. 009c2a4 Fixing mTLS switches by Zbigniew Kurzynski · 5 years ago
  91. 2658d98 Adding instance address to log formatting. by Zbigniew Kurzynski · 5 years ago
  92. 7d7034a mTLS access fix to some URLs. by Zbigniew Lukwinski · 5 years ago
  93. 501f1e5 TLS method configuration by Zbigniew Kurzynski · 5 years ago
  94. 55e43f6 TLS based user auth implementation by Kowalski, Kamil · 5 years ago
  95. 0c838cf Move some variables to constexpr by Ed Tanous · 5 years ago
  96. c94ad49 Make references to crow less obvious by Ed Tanous · 5 years ago[Renamed (98%) from crow/include/crow/http_connection.h]
  97. 271584a Fix a bunch of warnings by Ed Tanous · 5 years ago
  98. 6295bec Don't throw if no-content is provided by Ed Tanous · 5 years ago
  99. de5c9f3 bmcweb: avoid move in error conditions by Ed Tanous · 6 years ago
  100. e278c18 update ASIO interfaces by Ed Tanous · 6 years ago