1. 603a664 Add BMCWEB_ENABLE_REDFISH_ONE_CHASSIS build option by Gunnar Mills · 6 years ago
  2. 9474b37 Redfish(Network): Allow empty list item for ipv4 address. by Ratan Gupta · 6 years ago
  3. 82fd90f Redfish(Ethernet): Fix to not convert the json index into string by Ratan Gupta · 6 years ago
  4. f15aad3 Redfish(Ethernet): Don't init the vlanID and vlanEnable by Ratan Gupta · 6 years ago
  5. 19fb6e7 Redfish(AccountService): Send the correct error message for the read only property by Ratan Gupta · 6 years ago
  6. f65af9e Support for overriding multiple sensor by Richard Marian Thomaiyar · 6 years ago
  7. add6133 Redfish: Send the success message in PATCH request by Ratan Gupta · 6 years ago
  8. 5c6221a Fix IndicatorLED "Blinking" value by Gunnar Mills · 6 years ago
  9. 6f4fd47 Fix: Power & Thermal patch method role update by Richard Marian Thomaiyar · 6 years ago
  10. 8afa1b9 Fix typelist for fan in Thermal schema by Richard Marian Thomaiyar · 6 years ago
  11. 24c8542 Redfish: Add the PATCH support for user locked property. by Ratan Gupta · 6 years ago
  12. 413961d Patch support for sensor overrride by Richard Marian Thomaiyar · 6 years ago
  13. 491d8ee Support for boot properties by Santosh Puranik · 6 years ago
  14. c9ab1d5 Redfish: Fix incorrect reference tag added as part of update_schemas.py script by Marri Devender Rao · 6 years ago
  15. c181942 redfish: chassis: add property of physical security by Qiang XU · 6 years ago
  16. 5ded8c7 Redfish: Fix incorrect data of NetworkProtocol by Jennifer Lee · 6 years ago
  17. 9f898f8 REST: Increase timeout for image upload by Lei YU · 6 years ago
  18. 99cffd7 Redfish Chassis: Fix @odata.id, remove BuildDate by Shawn McCarney · 6 years ago
  19. 39e7750 bmcweb: /s/boost::string_view/std::string_view/g by Ed Tanous · 6 years ago
  20. f1eebf0 Fix some static analysis bugs by Ed Tanous · 6 years ago
  21. 770841b Move some include headers to a less specific folder by Ed Tanous · 6 years ago
  22. 501be32 Redfish(Network): Support the PATCH operation of HostName property by raviteja-b · 6 years ago
  23. fc5afcf Redfish remove buildDate property from system by beccabroek · 6 years ago
  24. be12c72 Don't set result to success when calling success by James Feist · 6 years ago
  25. c33a90e pid: add direction to stepwise by James Feist · 6 years ago
  26. d3ec07f s/MinThermalRpm/MinThermalOutput by James Feist · 6 years ago
  27. b6baeaa pid: fix patching with regex inputs by James Feist · 6 years ago
  28. 537174c bmcweb: move ethernet VLAN to readJson by Ed Tanous · 6 years ago
  29. 457207f bmcweb: update TLS cipher suites to mozilla modern by Ed Tanous · 6 years ago
  30. cde19e5 Fixes in System schema PATCH handling by Santosh Puranik · 6 years ago
  31. 43b761d bmcweb: fix compiler warnings by Ed Tanous · 6 years ago
  32. 3eb2f35 Implement KVM websocket proxy in bmcweb by Ed Tanous · 6 years ago
  33. 2f1ebcd bmcweb: Resolve build error with non-SSL builds by Ed Tanous · 6 years ago
  34. aad1a25 pid: Add hysteresis by James Feist · 6 years ago
  35. d53dd41 Move the CPU LogService to Systems by Jason M. Bills · 6 years ago
  36. cd50aa4 Add missing Entries fields for CPU and BMC LogServices by Jason M. Bills · 6 years ago
  37. c4d0043 Update the CPU Log Timestamp location by Jason M. Bills · 6 years ago
  38. 029573d bmcweb: Implement single Redfish "system" endpoint by Ed Tanous · 6 years ago
  39. 0f26153 bmcweb: Fix some errors in Redfish Sessions by Ed Tanous · 6 years ago
  40. abf2add bmcweb: move variant usage to std namespace by Ed Tanous · 6 years ago
  41. 734bfe9 Use Chassis interfaces to determine if chassis by Gunnar Mills · 6 years ago
  42. 63faafa Fix bad link in Redfish JsonSchemas ID by Ed Tanous · 6 years ago
  43. ceac6f7 Delete socket adapters by Ed Tanous · 6 years ago
  44. b957ba5 Add IBM Processor Properties by Gunnar Mills · 6 years ago
  45. d45d2d0 Redfish: Update schema files to 2018.3 by Marri Devender Rao · 6 years ago
  46. fe7e97d REST: GET: Use convertDBusToJSON by Matt Spinler · 6 years ago
  47. 715748a Support any message type in /subscribe callbacks by Matt Spinler · 6 years ago
  48. f39420c REST: sd_bus_message->JSON: fix multiple entries by Matt Spinler · 6 years ago
  49. da21df7 Revert "bmcweb: update SSL cipher suites to OWASP compatB" by Ed Tanous · 6 years ago
  50. 7625cb8 [redfish] Display missing field in PidControllers by James Feist · 6 years ago
  51. 62d2e8b REST: Return a 405 on bad DELETE paths by Matt Spinler · 6 years ago
  52. c900850 REST: Refactor software image upload by Matt Spinler · 6 years ago
  53. 66cdfb4 Update content security policy by Ed Tanous · 6 years ago
  54. 54fd221 bmcweb: update SSL cipher suites to OWASP compatB by Ed Tanous · 6 years ago
  55. 671a717 Add redfish schema link by Andrew Geissler · 6 years ago
  56. 89f5e23 Add dev section on using SDK/QEMU by Andrew Geissler · 6 years ago
  57. 8f1ac8e Redfish: Chassis: Remove Inventory.Item.System by Gunnar Mills · 6 years ago
  58. 39a4e39 REST: If necessary, combine method response data by Matt Spinler · 6 years ago
  59. 89c1970 REST: Add method return support for variants by Matt Spinler · 6 years ago
  60. 75c6c67 REST: Add method return support for structs by Matt Spinler · 6 years ago
  61. 6df8f99 REST: Add method return support for arrays/dicts by Matt Spinler · 6 years ago
  62. a2f0263 REST: Add missing pointer dereference by Matt Spinler · 6 years ago
  63. dce4ccc Miscellaneous formatting clean up by Andrew Geissler · 6 years ago
  64. d22a713 REST: Add method return support for basic types by Matt Spinler · 6 years ago
  65. 16caaee REST: Add framework for returning method response by Matt Spinler · 6 years ago
  66. 318bd89 REST: Return on error in findActionOnInterface by Matt Spinler · 6 years ago
  67. 127ea54 REST: Add missing return statement by Matt Spinler · 6 years ago
  68. 5f2caae redfish: oem: add stepwise configuration SET by James Feist · 6 years ago
  69. b7a08d0 redfish: oem: add stepwise configuration GET by James Feist · 6 years ago
  70. baa5c14 Redfish Schema: Add Stepwise to Oem Schema by James Feist · 6 years ago
  71. 4ae611d REST: Add missing return statement to dbusArgSplit by Matt Spinler · 6 years ago
  72. 8f62635 bmcweb: Remove deprecatd ASIO interfaces by Ed Tanous · 6 years ago
  73. c0eb9bd REST: Use status 400 for method arg problems by Matt Spinler · 6 years ago
  74. 673eda6 filesystem.hpp fix bad sed by James Feist · 6 years ago
  75. 81bfd11 Fix disconnection problem for HTML5 SOL by Cheng C Yang · 6 years ago
  76. 9473266 Fix host state checking logic by Andrew Geissler · 6 years ago
  77. a870486 bmcweb: remove boost::asio::local::stream_protocol::endpoint hack by Vernon Mauery · 6 years ago
  78. f615040 Move filesystem from experimental namespace by James Feist · 6 years ago
  79. bb3d994 bmcweb: Update schema versions to latest by Rapkiewicz, Pawel · 6 years ago
  80. 530520e Update schema files to 2018.2 by Ed Tanous · 6 years ago
  81. bc0bd6e Use the unpacking mechanisms for hostname by Ed Tanous · 6 years ago
  82. ad18f07 bmcweb: Fix issues with /dump endpoint by Ed Tanous · 6 years ago
  83. 93ef580 bmcweb: Resolve issue with MIME type on redfish by Ed Tanous · 6 years ago
  84. 8fcb65b Redfish: Added RoleCollection and Role support by AppaRao Puli · 6 years ago
  85. 3d958bb Redfish:Get and Set AccountService root properties by AppaRao Puli · 6 years ago
  86. 8102ddb Redfish: Adding bool support in readJson by AppaRao Puli · 6 years ago
  87. 4d72dcc REST: Fixed issues with rest POST method by AppaRao Puli · 6 years ago
  88. 7e51389 bmcweb: Fix content type for javascript files by Ed Tanous · 6 years ago
  89. a6acbb3 jsonRead: Add floating point support by James Feist · 6 years ago
  90. 318226c json_utils: readJson add array support by James Feist · 6 years ago
  91. 6b5e77d bmcweb: support next= url for forwarding login by Ed Tanous · 6 years ago
  92. 02db306 bmcweb: Add X-Content-Type-Options header by Ed Tanous · 6 years ago
  93. da7f41e bmcweb Add DELETE to allowed XSS methods by Ed Tanous · 6 years ago
  94. 7517658 bmcweb: resolve issue with Manager UUID property by Ed Tanous · 6 years ago
  95. 0627a2c bmcweb: Enable redfish unpacking of complex types by Ed Tanous · 6 years ago
  96. 8d3cae6 Fix SessionService odata.id by Gunnar Mills · 6 years ago
  97. aceb7fc bmcweb: Redfish make MemorySizeInKB optional by Gunnar Mills · 6 years ago
  98. de81881 REST: Add DELETE support by Matt Spinler · 6 years ago
  99. fbc19ea REST: For PUT, return errors in JSON by Matt Spinler · 6 years ago
  100. c4e8d21d6 REST: Add JSON error when no D-Bus handlers found by Matt Spinler · 6 years ago