1. d7f04fd memory: refactor JSON assembling codes by Nan Zhou · 2 years, 8 months ago
  2. 3ba0007 Expose AsyncResp shared_ptr when handling response by Carson Labrado · 2 years, 7 months ago
  3. a7a8029 bmcweb: Set Retry Policy Valid Response Codes by Carson Labrado · 2 years, 7 months ago
  4. cec58fe http/app: iwyu by Nan Zhou · 2 years, 7 months ago
  5. f9f4007 http_server: remove unused variable by Nan Zhou · 2 years, 7 months ago
  6. 69d2825 kvm_websocket_test: delete the test by Nan Zhou · 2 years, 7 months ago
  7. c7a6d66 LogService: Fix setUpRedfishRoute() for dumps by Claire Weinan · 2 years, 7 months ago
  8. a85afbe storage: Refactor Drive and StorageController into separate method by Willy Tu · 3 years ago
  9. 08eca73 Add PCIeSlots schemas to the BMC by Ed Tanous · 2 years, 7 months ago
  10. d02420b Document common error of replacing the json object by Ed Tanous · 2 years, 7 months ago
  11. 2c615df Add initial documentation about bmcweb clients by Ed Tanous · 2 years, 7 months ago
  12. 7b7f041 On logout set Session cookie with expired date by Gunnar Mills · 2 years, 7 months ago
  13. 70fae94 query_param: remove dead file by Nan Zhou · 2 years, 7 months ago
  14. 7267c21 memory: Precisely match DIMM ID by Sui Chen · 2 years, 7 months ago
  15. 593f644 query params: avoid copy by Nan Zhou · 2 years, 7 months ago
  16. 3215e70 ComputerSystem: fix ResetActionInfo by Nan Zhou · 2 years, 7 months ago
  17. 5b9e95a Chassis: fix ResetActionInfo by Nan Zhou · 2 years, 7 months ago
  18. 2c5cb51 Leave off firmware properties if EBADR by Gunnar Mills · 2 years, 7 months ago
  19. c127a0f Fix www-authenticate behavior by Ed Tanous · 2 years, 8 months ago
  20. 92903bd redfish: Add Chassis listing associated drive by John Edward Broadbent · 2 years, 8 months ago
  21. 0bad320 Remove extraneous semicolon by Ed Tanous · 2 years, 7 months ago
  22. f848367 Enable redfish journal by default by Willy Tu · 2 years, 8 months ago
  23. aa6d453 Fix indentation of clang-format off blocks by Jiaqing Zhao · 2 years, 7 months ago
  24. 4ee8e21 Make code compile on clang again by Ed Tanous · 2 years, 7 months ago
  25. 71f2db7 Allow boost url and url_view to be added to json by Ed Tanous · 2 years, 7 months ago
  26. 72c3ae3 Expand query: reimplement the way to do subqueries by Nan Zhou · 2 years, 8 months ago
  27. de167a6 SensorCollection: use inline functions+bind_front by Nan Zhou · 2 years, 7 months ago
  28. e6bd846 sensors: use inline functions + bind_front by Nan Zhou · 2 years, 7 months ago
  29. f65fca6 Move redfish/v1 instantiation by Ed Tanous · 2 years, 7 months ago
  30. 002d39b Try to fix the lambda formatting issue by Ed Tanous · 2 years, 7 months ago
  31. 62c416f Document prior experiences with headers by Ed Tanous · 2 years, 7 months ago
  32. a43ea82 meson option: make the insecure-disable-auth macro more accurate by Nan Zhou · 2 years, 7 months ago
  33. 1a1d5d6 memory: set @odata attributes only if the object is found by Nan Zhou · 2 years, 7 months ago
  34. 30f11eb Enable -Wno-psabi for bmcweb builds by Ed Tanous · 2 years, 7 months ago
  35. 918ef25 Include-what-you-use in http connection by Ed Tanous · 2 years, 7 months ago
  36. d055a34 auth: change authorization.hpp to authentication.hpp by Nan Zhou · 2 years, 7 months ago
  37. dfababf health: take json_ptr instead of reference when filling status by Nan Zhou · 2 years, 7 months ago
  38. ef00d7d memory: move Partition codes from callbacks into separate functions by Nan Zhou · 2 years, 7 months ago
  39. b1e8a8e Remove messages::operationFailed from processor by Ed Tanous · 2 years, 7 months ago
  40. 8868776 Change operationFailed to return 502 by Ed Tanous · 2 years, 7 months ago
  41. 3927e13 ethernet: Remove PATCH VLANId support by Jiaqing Zhao · 2 years, 9 months ago
  42. 17e2202 ethernet: Use std::optional<uint32> for VLAN ID by Jiaqing Zhao · 2 years, 9 months ago
  43. 4ee8f0b bmcweb: fixes virtual media buffer overflow by Troy Lee · 3 years, 5 months ago
  44. 0fd2986 Fix segmentation fault when deleting the sessions by wukaihua-fii-na · 2 years, 7 months ago
  45. 244256c bmcweb: Remove hardcoded HTTP verbs and headers by Carson Labrado · 2 years, 8 months ago
  46. 7fb3356 bmcweb: Fetch Satellite Config from D-Bus by Carson Labrado · 2 years, 8 months ago
  47. 3a097b2 Include tinyxml2 dependency for all builds by Cody Smith · 2 years, 7 months ago
  48. b6a5518 google_api: Fix build issue by Jiaqing Zhao · 2 years, 7 months ago
  49. 4cee35e Add RootOfTrustCollection and RootOfTrust under Google service root. by Vidya Satyamsetti · 2 years, 8 months ago
  50. 9a5acea memory: move long code blocks in callbacks into separate functions by Nan Zhou · 2 years, 7 months ago
  51. 6a409c1 Change query param errors to be 400 instead of 403 by Ed Tanous · 2 years, 8 months ago
  52. 039a47e Add callback for response handling to HttpClient by Carson Labrado · 2 years, 9 months ago
  53. 88a03c5 Handle HEAD and Allow headers per the spec by Ed Tanous · 2 years, 10 months ago
  54. 32ca38a Fake out allow header in UpdateService by Ed Tanous · 2 years, 8 months ago
  55. 4dc23f3 Change UpdateService POST URI by Ed Tanous · 2 years, 8 months ago
  56. c2051d1 Move update service post to free method by Ed Tanous · 2 years, 8 months ago
  57. b2c7e20 Fix regression in ComputerSystem by Ed Tanous · 2 years, 7 months ago
  58. e7dbd53 log_services: fix wrong AdditionalDataURI by Potin Lai · 2 years, 8 months ago
  59. c08f032 Fix regression in brace initialization by Ed Tanous · 2 years, 7 months ago
  60. c02a74f Return OData.Version with responses by Ed Tanous · 2 years, 8 months ago
  61. d3355c5 Move /redfish to free methods by Ed Tanous · 2 years, 8 months ago
  62. 1e925c8 Add setUpRedfishRoute to /redfish/ route by Ed Tanous · 2 years, 8 months ago
  63. 565dfb6 LogService: Sort dump entries collection by Id by Claire Weinan · 2 years, 8 months ago
  64. 482c45a Separate validFilename into a separate function by Josh Lehan · 2 years, 9 months ago
  65. 1476687 Remove brace initialization of json objects by Ed Tanous · 2 years, 10 months ago
  66. 1656b29 Move /bus/system/<str>/<path> POST to method by Ed Tanous · 2 years, 8 months ago
  67. 4c25d66 Move redfish v1 into redfish-core by Ed Tanous · 2 years, 8 months ago
  68. f52c03c Refactor HttpClient Class by Carson Labrado · 2 years, 9 months ago
  69. d01e32c Revert "Handle HEAD and Allow headers per the spec" by Ed Tanous · 2 years, 8 months ago
  70. 867b205 Handle HEAD and Allow headers per the spec by Ed Tanous · 2 years, 10 months ago
  71. 2a68dc8 Implement $top and $skip by Ed Tanous · 2 years, 9 months ago
  72. 550a6bf system: Handle PATCH request with multi-depth readJson by Jiaqing Zhao · 2 years, 8 months ago
  73. e479ad5 query: expand: fix a bug in inLinks by Nan Zhou · 2 years, 8 months ago
  74. da8ba40 memory: correct type of MemorySizeInKB by Nan Zhou · 2 years, 8 months ago
  75. 89f1800 Implement etag headers by Ed Tanous · 2 years, 9 months ago
  76. 031514f Fix bmcweb crash problem when no-auth by JunLin Chen · 3 years ago
  77. 19ace2b Document expectations for commit messages by Ed Tanous · 3 years, 4 months ago
  78. 0cd5f78 Fix whitespacing on meson_options.txt by Ed Tanous · 2 years, 8 months ago
  79. f12b57b Add OpenBMC.1.0.ServiceStarted to registry by Sui Chen · 2 years, 9 months ago
  80. 61b83d0 storage: Call function only if interfaces exist by Willy Tu · 2 years, 9 months ago
  81. 5611d54 Fix unmounting image in proxy mode. by Przemyslaw Czarnowski · 2 years, 8 months ago
  82. 670eaca Fix compilation of nbd_proxy.hpp by Przemyslaw Czarnowski · 2 years, 8 months ago
  83. c867a83 Delete forked function_traits by Ed Tanous · 2 years, 10 months ago
  84. c937d2b Make log services use parameter delegation by Ed Tanous · 2 years, 9 months ago
  85. 5e52870 Make insecure-enable-redfish-query more specific by Ed Tanous · 2 years, 8 months ago
  86. 3d768a1 Fix Ethernet privileges by Abhishek Patel · 3 years, 5 months ago
  87. 5344ab8 Fix certificate_service privileges by Abhishek Patel · 3 years, 5 months ago
  88. 02da7c5 Simplify sensor path lookups by Ed Tanous · 2 years, 10 months ago
  89. 49328a2 system: Fix incorrect WatchdogTimer PATCH handler by Jiaqing Zhao · 2 years, 8 months ago
  90. 5deabed Sensors: Add humidity hierarchy by Gunnar Mills · 2 years, 8 months ago
  91. eb1c47d Remove regex uses in event service and consolidate by Ed Tanous · 2 years, 11 months ago
  92. 357bb8f Implement odata annotations ignoring by Ed Tanous · 2 years, 9 months ago
  93. 82695a5 ethernet: Fix naming conventions by Jiaqing Zhao · 2 years, 9 months ago
  94. 2bf0e92 ethernet: Remove unused SendHostNameEnabled property by Jiaqing Zhao · 2 years, 9 months ago
  95. 82818b9 ethernet: Remove unused changeVlanId() function by Jiaqing Zhao · 2 years, 9 months ago
  96. 90d2d1e CertificateService: Enhance error handling for ReplaceCertificate by Jiaqing Zhao · 2 years, 9 months ago
  97. 6f581ec pcie: Remove duplicate DeviceType property check by Jiaqing Zhao · 2 years, 9 months ago
  98. 4f568f7 EventService: Enhance inotify event filename handling by Jiaqing Zhao · 2 years, 9 months ago
  99. 725525e doc: add a testing doc as guidelines for commits by Nan Zhou · 2 years, 10 months ago
  100. ca1600c Add common url segments parser by Szymon Dompke · 2 years, 10 months ago