1. 50bfc91 Fix redfish response for unknown method by Ed Tanous · 5 months ago
  2. bd79bce clang-format: re-format for clang-18 by Patrick Williams · 5 months ago
  3. efff2b5 Fix spelling mistakes using codespell by Manojkiran Eda · 7 months ago
  4. a3b9eb9 Make SSE pass by Ed Tanous · 7 months ago
  5. 102a4cd Manage Request with shared_ptr by Jonathan Doman · 9 months ago
  6. d9e89df Simplify router by Ed Tanous · 9 months ago
  7. 6ea9076 Rework logger to create compile time errors by Ed Tanous · 9 months ago
  8. 8cb2c02 Fix moves/forward by Ed Tanous · 9 months ago
  9. 4da0490 Use no-switch-default on clang by Ed Tanous · 10 months ago
  10. 8983cf5 Allow routes with 5 wildcards by Ed Tanous · 10 months ago
  11. 5a39f77 clang-format: copy latest and re-format by Patrick Williams · 1 year, 3 months ago
  12. 62598e3 Replace logging with std::format by Ed Tanous · 1 year, 6 months ago
  13. cfe3bc0 Simplify the router by Ed Tanous · 1 year, 6 months ago
  14. 08bbe11 Break up router into separate files by Ed Tanous · 1 year, 9 months ago
  15. 052bcbf Add support for multiple consoles by Ninad Palsule · 1 year, 7 months ago
  16. 6fde95f Server-sent-event fixes by Ed Tanous · 1 year, 7 months ago
  17. 88ada3b Add Server-Sent-Event support by V-Sanjana · 1 year, 9 months ago
  18. 3e72c20 Added new pre-defined usergroup called hostconsole by Ninad Palsule · 1 year, 9 months ago
  19. ef4c65b Boost::urls::format by Ed Tanous · 1 year, 9 months ago
  20. 89492a1 clang-format: copy latest and re-format by Patrick Williams · 1 year, 8 months ago
  21. 28f4b38 Remove nameStr from router by Ed Tanous · 1 year, 9 months ago
  22. 15a42df Remove number support from the router by Ed Tanous · 1 year, 11 months ago
  23. 9d192c7 Copy privilegeset into websocket rule by Ed Tanous · 1 year, 9 months ago
  24. 863c1c2 nbd proxy and websocket cleanups by Ed Tanous · 2 years, 11 months ago
  25. d3c8ce6 Fix Request use-after-move by Jonathan Doman · 1 year, 10 months ago
  26. 915d2d4 Fix some moves by Ed Tanous · 1 year, 10 months ago
  27. 7e9093e Add Support for privilege check in handleUpgrade by P Dheeraj Srujan Kumar · 3 years, 4 months ago
  28. 4f10f7e Remove try-catch blocks on handleUpgrade by Ed Tanous · 1 year, 10 months ago
  29. 3d18320 Move validation code to unpackPropertiesNoThrow by Ed Tanous · 1 year, 10 months ago
  30. e1f5c16 Break out large lambda into callback by Ed Tanous · 1 year, 10 months ago
  31. a9f076e Add asyncResp support to handleUpgrade by P Dheeraj Srujan Kumar · 3 years, 3 months ago
  32. 39662a3 Make url by value in Request by Ed Tanous · 1 year, 11 months ago
  33. 5e7e2dc Take boost error_code by reference by Ed Tanous · 1 year, 11 months ago
  34. 26ccae3 Pass string views by value by Ed Tanous · 1 year, 11 months ago
  35. 3ccb3ad Fix a boatload of #includes by Ed Tanous · 2 years ago
  36. 1c99da0 Add missing usage of new verb class in router by Snehalatha Venkatesh · 2 years ago
  37. 2d6cb56 Implement If-Match header in Http layer by Ed Tanous · 2 years, 6 months ago
  38. c0bdf22 Code move to prevent circular dependency by Edward Lee · 2 years, 2 months ago
  39. 2c9efc3 Make router take up less space for verbs by Ed Tanous · 2 years, 5 months ago
  40. 759cf10 Add Method Not Allowed (405) handler by Ed Tanous · 2 years, 5 months ago
  41. 44e4518 Allow custom 404 handlers by Ed Tanous · 2 years, 5 months ago
  42. ac6250a routing: fix some comments by Nan Zhou · 2 years, 5 months ago
  43. 5b22492 ServiceRoot Support Link header by Ed Tanous · 2 years, 7 months ago
  44. 4e23a44 Require explicit decorator on one arg constructors by Ed Tanous · 2 years, 7 months ago
  45. 002d39b Try to fix the lambda formatting issue by Ed Tanous · 2 years, 7 months ago
  46. 88a03c5 Handle HEAD and Allow headers per the spec by Ed Tanous · 2 years, 10 months ago
  47. d01e32c Revert "Handle HEAD and Allow headers per the spec" by Ed Tanous · 2 years, 8 months ago
  48. 867b205 Handle HEAD and Allow headers per the spec by Ed Tanous · 2 years, 10 months ago
  49. c867a83 Delete forked function_traits by Ed Tanous · 2 years, 10 months ago
  50. 7772638 Remove AsyncResp from openHandler by zhanghch05 · 3 years, 3 months ago
  51. b9d36b4 Consitently use dbus::utility types by Ed Tanous · 2 years, 10 months ago
  52. 313a3c2 Remove special router logic for trailing slash by Ed Tanous · 2 years, 10 months ago
  53. a94ac61 Make the router const correct by Ed Tanous · 2 years, 11 months ago
  54. 93c0202 websocket: fix authless by Nan Zhou · 2 years, 11 months ago
  55. ace85d6 Add url type safety to message registry by Ed Tanous · 3 years, 2 months ago
  56. dbb59d4 Enable readability-uppercase-literal-suffix by Ed Tanous · 3 years ago
  57. e662eae Enable readability-implicit-bool-conversion checks by Ed Tanous · 3 years ago
  58. 9eb808c Enable readability-avoid-const-params-in-decls by Ed Tanous · 3 years ago
  59. 104f09c Enable readability-named-parameter checks by Ed Tanous · 3 years ago
  60. ecd6a3a Enable cppcoreguidelines-special-member-functions checks by Ed Tanous · 3 years ago
  61. 543f440 Enable init checker by Ed Tanous · 3 years ago
  62. f94c4ec Enable clang-tidy forward reference checks by Ed Tanous · 3 years ago
  63. 168e20c Move to common variant by Ed Tanous · 3 years, 1 month ago
  64. 5dc924d Make routing capture by const reference by Ed Tanous · 3 years, 1 month ago
  65. ccd584f Revert "Remove AsyncResp from openHandler" by Gunnar Mills · 3 years, 2 months ago
  66. 0f3d3a0 Remove AsyncResp from openHandler by zhanghch05 · 3 years, 3 months ago
  67. 962cbe3 Remove unused includes by Ed Tanous · 3 years, 3 months ago
  68. c596704 catch exceptions as const by Patrick Williams · 3 years, 3 months ago
  69. ed39821 Automate PrivilegeRegistry to code by Ed Tanous · 3 years, 7 months ago
  70. 432a890 Remove ambiguous privileges constructor by Ed Tanous · 3 years, 7 months ago
  71. 8d1b46d Using AsyncResp everywhere by zhanghch05 · 3 years, 9 months ago
  72. feaf150 Fix XSS regressions by Ed Tanous · 3 years, 11 months ago
  73. 81ce609 Fix .clang-tidy by Ed Tanous · 4 years, 1 month ago
  74. f23b729 Turn on ALL perf checks by Ed Tanous · 4 years, 3 months ago
  75. 04e438c fix include names by Ed Tanous · 4 years, 3 months ago[Renamed (99%) from http/routing.h]
  76. b5a7693 Lots of performance improvements by Ed Tanous · 4 years, 3 months ago
  77. 3174e4d Write the clang-tidy file OpenBMC needs by Ed Tanous · 4 years, 3 months ago
  78. 988403c Clean up utils by Ed Tanous · 4 years, 4 months ago
  79. cc09044 Fix PATCH verb by Ed Tanous · 4 years, 3 months ago
  80. 888880a Cleanup per methods by Ed Tanous · 4 years, 4 months ago
  81. 2c70f80 Fix naming conventions by Ed Tanous · 4 years, 3 months ago
  82. 23a21a1 Enable clang warnings by Ed Tanous · 4 years, 6 months ago
  83. 6be0e40 Spelling: 's/Resposne/Response/g' by Gunnar Mills · 4 years, 6 months ago
  84. 1214b7e clang-format: update to latest from docs repo by Gunnar Mills · 4 years, 7 months ago
  85. 3bf4e63 Implement Redfish PasswordChangeRequired by Joseph Reynolds · 5 years ago
  86. ee52ae1 Revert "Revert "Connection and websockets fixes"" by Jan Sowinski · 5 years ago
  87. a808664 Revert "Connection and websockets fixes" by James Feist · 5 years ago
  88. c00500b Connection and websockets fixes by Jan Sowinski · 5 years ago
  89. 61dbeef Fix authorization for LDAP users by RAJESWARAN THILLAIGOVINDAN · 5 years ago
  90. 7166bf0 Revert "Fix authorization for LDAP users" by James Feist · 5 years ago
  91. 5e931ae Fix authorization for LDAP users by RAJESWARAN THILLAIGOVINDAN · 5 years ago
  92. c0a1c8a Implement nbd-proxy as a part of bmcweb by Iwona Klimaszewska · 5 years ago
  93. 0c0084a Move default destructors to = default syntax by Ed Tanous · 5 years ago
  94. 02453b1 Fix the websocket handshake by Ratan Gupta · 5 years ago
  95. c94ad49 Make references to crow less obvious by Ed Tanous · 5 years ago[Renamed (99%) from crow/include/crow/routing.h]
  96. 271584a Fix a bunch of warnings by Ed Tanous · 5 years ago
  97. ca0c93b Fix role map persistence by Ed Tanous · 5 years ago
  98. 6f35956 Redfish(Authorization): Map the user role with the Redfish privileges by Ratan Gupta · 6 years ago
  99. 961c9d9 Response for insufficient privileges to 403 by Gunnar Mills · 6 years ago
  100. 2634dcd bmcweb: return 405 when a method is not supported by Ed Tanous · 6 years ago