- 052bcbf Add support for multiple consoles by Ninad Palsule · 1 year, 7 months ago
- 6fde95f Server-sent-event fixes by Ed Tanous · 1 year, 7 months ago
- 88ada3b Add Server-Sent-Event support by V-Sanjana · 1 year, 9 months ago
- 3e72c20 Added new pre-defined usergroup called hostconsole by Ninad Palsule · 1 year, 9 months ago
- ef4c65b Boost::urls::format by Ed Tanous · 1 year, 8 months ago
- 89492a1 clang-format: copy latest and re-format by Patrick Williams · 1 year, 8 months ago
- 28f4b38 Remove nameStr from router by Ed Tanous · 1 year, 9 months ago
- 15a42df Remove number support from the router by Ed Tanous · 1 year, 11 months ago
- 9d192c7 Copy privilegeset into websocket rule by Ed Tanous · 1 year, 9 months ago
- 863c1c2 nbd proxy and websocket cleanups by Ed Tanous · 2 years, 10 months ago
- d3c8ce6 Fix Request use-after-move by Jonathan Doman · 1 year, 9 months ago
- 915d2d4 Fix some moves by Ed Tanous · 1 year, 10 months ago
- 7e9093e Add Support for privilege check in handleUpgrade by P Dheeraj Srujan Kumar · 3 years, 3 months ago
- 4f10f7e Remove try-catch blocks on handleUpgrade by Ed Tanous · 1 year, 10 months ago
- 3d18320 Move validation code to unpackPropertiesNoThrow by Ed Tanous · 1 year, 10 months ago
- e1f5c16 Break out large lambda into callback by Ed Tanous · 1 year, 10 months ago
- a9f076e Add asyncResp support to handleUpgrade by P Dheeraj Srujan Kumar · 3 years, 2 months ago
- 39662a3 Make url by value in Request by Ed Tanous · 1 year, 11 months ago
- 5e7e2dc Take boost error_code by reference by Ed Tanous · 1 year, 10 months ago
- 26ccae3 Pass string views by value by Ed Tanous · 1 year, 10 months ago
- 3ccb3ad Fix a boatload of #includes by Ed Tanous · 2 years ago
- 1c99da0 Add missing usage of new verb class in router by Snehalatha Venkatesh · 2 years ago
- 2d6cb56 Implement If-Match header in Http layer by Ed Tanous · 2 years, 6 months ago
- c0bdf22 Code move to prevent circular dependency by Edward Lee · 2 years, 2 months ago
- 2c9efc3 Make router take up less space for verbs by Ed Tanous · 2 years, 5 months ago
- 759cf10 Add Method Not Allowed (405) handler by Ed Tanous · 2 years, 5 months ago
- 44e4518 Allow custom 404 handlers by Ed Tanous · 2 years, 5 months ago
- ac6250a routing: fix some comments by Nan Zhou · 2 years, 5 months ago
- 5b22492 ServiceRoot Support Link header by Ed Tanous · 2 years, 6 months ago
- 4e23a44 Require explicit decorator on one arg constructors by Ed Tanous · 2 years, 7 months ago
- 002d39b Try to fix the lambda formatting issue by Ed Tanous · 2 years, 7 months ago
- 88a03c5 Handle HEAD and Allow headers per the spec by Ed Tanous · 2 years, 10 months ago
- d01e32c Revert "Handle HEAD and Allow headers per the spec" by Ed Tanous · 2 years, 8 months ago
- 867b205 Handle HEAD and Allow headers per the spec by Ed Tanous · 2 years, 10 months ago
- c867a83 Delete forked function_traits by Ed Tanous · 2 years, 10 months ago
- 7772638 Remove AsyncResp from openHandler by zhanghch05 · 3 years, 2 months ago
- b9d36b4 Consitently use dbus::utility types by Ed Tanous · 2 years, 10 months ago
- 313a3c2 Remove special router logic for trailing slash by Ed Tanous · 2 years, 10 months ago
- a94ac61 Make the router const correct by Ed Tanous · 2 years, 10 months ago
- 93c0202 websocket: fix authless by Nan Zhou · 2 years, 10 months ago
- ace85d6 Add url type safety to message registry by Ed Tanous · 3 years, 2 months ago
- dbb59d4 Enable readability-uppercase-literal-suffix by Ed Tanous · 3 years ago
- e662eae Enable readability-implicit-bool-conversion checks by Ed Tanous · 3 years ago
- 9eb808c Enable readability-avoid-const-params-in-decls by Ed Tanous · 3 years ago
- 104f09c Enable readability-named-parameter checks by Ed Tanous · 3 years ago
- ecd6a3a Enable cppcoreguidelines-special-member-functions checks by Ed Tanous · 3 years ago
- 543f440 Enable init checker by Ed Tanous · 3 years ago
- f94c4ec Enable clang-tidy forward reference checks by Ed Tanous · 3 years ago
- 168e20c Move to common variant by Ed Tanous · 3 years ago
- 5dc924d Make routing capture by const reference by Ed Tanous · 3 years ago
- ccd584f Revert "Remove AsyncResp from openHandler" by Gunnar Mills · 3 years, 1 month ago
- 0f3d3a0 Remove AsyncResp from openHandler by zhanghch05 · 3 years, 2 months ago
- 962cbe3 Remove unused includes by Ed Tanous · 3 years, 3 months ago
- c596704 catch exceptions as const by Patrick Williams · 3 years, 3 months ago
- ed39821 Automate PrivilegeRegistry to code by Ed Tanous · 3 years, 7 months ago
- 432a890 Remove ambiguous privileges constructor by Ed Tanous · 3 years, 7 months ago
- 8d1b46d Using AsyncResp everywhere by zhanghch05 · 3 years, 9 months ago
- feaf150 Fix XSS regressions by Ed Tanous · 3 years, 10 months ago
- 81ce609 Fix .clang-tidy by Ed Tanous · 4 years ago
- f23b729 Turn on ALL perf checks by Ed Tanous · 4 years, 2 months ago
- 04e438c fix include names by Ed Tanous · 4 years, 3 months ago[Renamed (99%) from http/routing.h]
- b5a7693 Lots of performance improvements by Ed Tanous · 4 years, 3 months ago
- 3174e4d Write the clang-tidy file OpenBMC needs by Ed Tanous · 4 years, 3 months ago
- 988403c Clean up utils by Ed Tanous · 4 years, 4 months ago
- cc09044 Fix PATCH verb by Ed Tanous · 4 years, 3 months ago
- 888880a Cleanup per methods by Ed Tanous · 4 years, 4 months ago
- 2c70f80 Fix naming conventions by Ed Tanous · 4 years, 3 months ago
- 23a21a1 Enable clang warnings by Ed Tanous · 4 years, 5 months ago
- 6be0e40 Spelling: 's/Resposne/Response/g' by Gunnar Mills · 4 years, 6 months ago
- 1214b7e clang-format: update to latest from docs repo by Gunnar Mills · 4 years, 7 months ago
- 3bf4e63 Implement Redfish PasswordChangeRequired by Joseph Reynolds · 4 years, 11 months ago
- ee52ae1 Revert "Revert "Connection and websockets fixes"" by Jan Sowinski · 5 years ago
- a808664 Revert "Connection and websockets fixes" by James Feist · 5 years ago
- c00500b Connection and websockets fixes by Jan Sowinski · 5 years ago
- 61dbeef Fix authorization for LDAP users by RAJESWARAN THILLAIGOVINDAN · 5 years ago
- 7166bf0 Revert "Fix authorization for LDAP users" by James Feist · 5 years ago
- 5e931ae Fix authorization for LDAP users by RAJESWARAN THILLAIGOVINDAN · 5 years ago
- c0a1c8a Implement nbd-proxy as a part of bmcweb by Iwona Klimaszewska · 5 years ago
- 0c0084a Move default destructors to = default syntax by Ed Tanous · 5 years ago
- 02453b1 Fix the websocket handshake by Ratan Gupta · 5 years ago
- c94ad49 Make references to crow less obvious by Ed Tanous · 5 years ago[Renamed (99%) from crow/include/crow/routing.h]
- 271584a Fix a bunch of warnings by Ed Tanous · 5 years ago
- ca0c93b Fix role map persistence by Ed Tanous · 5 years ago
- 6f35956 Redfish(Authorization): Map the user role with the Redfish privileges by Ratan Gupta · 6 years ago
- 961c9d9 Response for insufficient privileges to 403 by Gunnar Mills · 6 years ago
- 2634dcd bmcweb: return 405 when a method is not supported by Ed Tanous · 6 years ago
- de5c9f3 bmcweb: avoid move in error conditions by Ed Tanous · 6 years ago
- f00032d Allow multiple registrations by Tanous · 6 years ago
- b01bf29 Revert "bmcweb: Fix a bunch of warnings" by Ed Tanous · 6 years ago
- 6ea007a bmcweb: Fix a bunch of warnings by Ed Tanous · 6 years ago
- 39e7750 bmcweb: /s/boost::string_view/std::string_view/g by Ed Tanous · 6 years ago
- ceac6f7 Delete socket adapters by Ed Tanous · 6 years ago
- 1abe55e Move to clang-format-6.0 by Ed Tanous · 6 years ago
- 1b0044b Move websocket implementation to boost beast by Ed Tanous · 6 years ago
- 55c7b7a Move over to upstream c++ style by Ed Tanous · 7 years ago
- 514b813 Avoid an extra move when returning 404 by Ed Tanous · 6 years ago
- e0d918b Boost beast by Ed Tanous · 7 years ago
- ac569ed Fix seg fault on shutdown by Ed Tanous · 7 years ago
- 1c74de8 Update get_routes to use trie for efficiency by Ed Tanous · 7 years ago
- ba9f9a6 Update Webserver by Ed Tanous · 7 years ago