1. e19e97e certificate: Use string certId in getCertificateProperties by Jiaqing Zhao · 2 years, 7 months ago
  2. 3648c8b Query param: fix regression in top parameters by Ed Tanous · 2 years, 5 months ago
  3. 3acced2 authn: correct meson behaviors by Nan Zhou · 2 years, 5 months ago
  4. 45248ba bmcweb: Show exception what() before exiting by Josh Lehan · 2 years, 5 months ago
  5. 59d494e sdbusplus: use shorter type aliases by Patrick Williams · 2 years, 5 months ago
  6. d5c80ad test treewide: iwyu by Nan Zhou · 2 years, 6 months ago
  7. 0d7702c Refactor getValidChassisPath by Zhenwei Chen · 2 years, 6 months ago
  8. cf7eba0 chassis: replace lambda with inline functions by Nan Zhou · 2 years, 5 months ago
  9. ce8ea74 query_param: Set default value of $top to maxEntriesPerPage by Jiaqing Zhao · 2 years, 6 months ago
  10. a926c53 query_param: Update OutOfRange error message for $top and $skip by Jiaqing Zhao · 2 years, 5 months ago
  11. 2a9beee LogService: Remove setUpRedfishRoute in crashdump by Shounak Mitra · 2 years, 5 months ago
  12. a170f27 Replace boost with std replace by Ed Tanous · 2 years, 6 months ago
  13. d2b83cf Update the readme by Ed Tanous · 2 years, 6 months ago
  14. 07c8c20 Use more specific include by Ed Tanous · 2 years, 6 months ago
  15. 11ba397 Remove usages of boost::starts/ends_with by Ed Tanous · 2 years, 6 months ago
  16. 433b68b Use nlohmann::json::object_t for dump entries by Jason M. Bills · 2 years, 6 months ago
  17. 02fea7a Use more specific include by Ed Tanous · 2 years, 6 months ago
  18. 5cab68f HTTP Client: Fix handling on connection timeout by Carson Labrado · 2 years, 6 months ago
  19. bc20089 Fix redundant store by Ed Tanous · 2 years, 6 months ago
  20. a51fc2d Manager: add ManagerDiagnosticData handler by Sui Chen · 2 years, 5 months ago
  21. 4f93c20 lock test: remove unused function by Nan Zhou · 2 years, 6 months ago
  22. 6f2cd97 Move errant logging statement by Ed Tanous · 2 years, 6 months ago
  23. ef641b6 Simplify logic in router matcher by Ed Tanous · 2 years, 6 months ago
  24. b5a10a2 redfish-core tests: use matcher correctly by Nan Zhou · 2 years, 6 months ago
  25. 7ea4643 test treewide: apply test names best practices by Nan Zhou · 2 years, 6 months ago
  26. 38ead5e test treewide: apply namespace best practice by Nan Zhou · 2 years, 6 months ago
  27. 02cad96 Fix const correctness issues by Ed Tanous · 2 years, 6 months ago
  28. bb60f4d Fix const correctness on http Response object by Ed Tanous · 2 years, 6 months ago
  29. 5600f02 Google RoT: simplify subtree iteration by Nan Zhou · 2 years, 6 months ago
  30. 322204a Google RoT: add unit tests for /google/v1 by Nan Zhou · 2 years, 6 months ago
  31. cd02759 Google RoT: remove global constant strings by Nan Zhou · 2 years, 6 months ago
  32. 30aacdd Google RoT: allign callback style by Nan Zhou · 2 years, 6 months ago
  33. c5bb998 Remove clang-tidy documentation by Ed Tanous · 2 years, 8 months ago
  34. fdb2034 Make virtual media use urlFromPieces by Ed Tanous · 2 years, 7 months ago
  35. b2f7609 Fix undefined behavior in timestamp parsing by Ed Tanous · 2 years, 6 months ago
  36. 6d6574c Update host logger with recent JSON fixes by Jason M. Bills · 2 years, 6 months ago
  37. c715ec2 Remove magic numbers by Ed Tanous · 2 years, 10 months ago
  38. 7b1dd2f Set UnknownProperty message to be an error by Ed Tanous · 2 years, 6 months ago
  39. b9e1522 Handle NTPServers list per the specification by Ed Tanous · 2 years, 6 months ago
  40. 0225b87 Move duplicate reduction by Ed Tanous · 2 years, 6 months ago
  41. 1ec1899 Add TermalSubsystem schema by Xiaochao Ma · 2 years, 6 months ago
  42. 6384e32 dbus_singleton: use stack variable and extern by Nan Zhou · 2 years, 6 months ago
  43. 16a5535 Google RoT: avoid potential dangling pointer by Nan Zhou · 2 years, 6 months ago
  44. 623e533 dbus_utility_test: fix test case names by Nan Zhou · 2 years, 6 months ago
  45. 774258e ip utils test: revive the test by Nan Zhou · 2 years, 6 months ago
  46. 40d799e Remove redfish message from http client by Ed Tanous · 2 years, 6 months ago
  47. 5ef735c system: don't fail when Boot service isn't there by Nan Zhou · 2 years, 6 months ago
  48. 514ce68 Replace CHAR_MAX with numeric_limits by Ed Tanous · 2 years, 6 months ago
  49. 9d33509 Remove unused variables by Ed Tanous · 2 years, 6 months ago
  50. 840098b IWYU redfish_sessions.hpp by Ed Tanous · 2 years, 6 months ago
  51. 6b3db60 Make resHandler const by Ed Tanous · 2 years, 6 months ago
  52. 768989b Remove unused variable by Ed Tanous · 2 years, 6 months ago
  53. ca72376 Fix unused branches in http_client by Ed Tanous · 2 years, 6 months ago
  54. e3009e4 Make nbd-proxy header build in all cases by Ed Tanous · 2 years, 10 months ago
  55. f970c35 Remove BLONS by Ed Tanous · 2 years, 6 months ago
  56. bb49eb5 Fix #includes on http_client.hpp by Ed Tanous · 2 years, 6 months ago
  57. 4e23a44 Require explicit decorator on one arg constructors by Ed Tanous · 2 years, 7 months ago
  58. 69320d5 Encode service object path with sdbusplus by Jiaqing Zhao · 2 years, 9 months ago
  59. a02b586 http_utility_test: fix test case names by Nan Zhou · 2 years, 6 months ago
  60. ad3edd4 http_utility_test: add namespace by Nan Zhou · 2 years, 6 months ago
  61. 8a59281 Fix shadowed variable issues by Ed Tanous · 2 years, 7 months ago
  62. 517d9a5 Fix fail on get PostCode entry by Tony Lee · 2 years, 6 months ago
  63. af24660 update_service: Refactor getSoftwareVersion into a seperate function by Willy Tu · 2 years, 6 months ago
  64. 15f6019 query_param_test: Update Positive cases for Delegate by Jiaqing Zhao · 2 years, 6 months ago
  65. a90d663 clients.md: fix headers by Nan Zhou · 2 years, 6 months ago
  66. 93b443d http_utility_test: fix headers by Nan Zhou · 2 years, 6 months ago
  67. 2f07bde dbus_utility_test: clean up headers by Nan Zhou · 2 years, 6 months ago
  68. 5b28cdf dbus_utility_test: add namespace by Nan Zhou · 2 years, 6 months ago
  69. fa31f81 query_param_test: fix namespaces by Nan Zhou · 2 years, 6 months ago
  70. 4712a7b query_param: fix headers by Nan Zhou · 2 years, 6 months ago
  71. ef74026 http: router_test: fix namespace by Nan Zhou · 2 years, 6 months ago
  72. dff2f9b http: router_test: fix headers by Nan Zhou · 2 years, 6 months ago
  73. bf8ab7a http: utility_test: fix namespace by Nan Zhou · 2 years, 6 months ago
  74. 26500f2 http: utility_test: fix headers by Nan Zhou · 2 years, 6 months ago
  75. 3b5c75e human_sort_test: add namespace by Nan Zhou · 2 years, 6 months ago
  76. f2a3677 human_sort_test: fix headers by Nan Zhou · 2 years, 6 months ago
  77. ac992cd Use an enum to return message registry parsing status by Jason M. Bills · 2 years, 6 months ago
  78. 84afc48 log_services: remove brace initialization by Jason M. Bills · 2 years, 6 months ago
  79. d405bb5 log_services: don't replace res.jsonValue by Jason M. Bills · 2 years, 6 months ago
  80. 3a48b3a log_services: use nlohmann::json::object_t by Jason M. Bills · 2 years, 6 months ago
  81. de703c5 Update handling of skipped log entries by Jason M. Bills · 2 years, 6 months ago
  82. efde4ec Clean up firstEntry boolean checks by Jason M. Bills · 2 years, 6 months ago
  83. fbe4fb6 memory: Use dbus::utility::DBusPropertiesMap::value_type by Jiaqing Zhao · 2 years, 6 months ago
  84. 4d94272 HttpClient: Increase httpReadBodyLimit by Carson Labrado · 2 years, 6 months ago
  85. 1ef4c34 Move AccountService to separate methods by Ed Tanous · 2 years, 8 months ago
  86. 347d1a1 Rearrange forward_unauthorized by Ed Tanous · 2 years, 6 months ago
  87. 22daffd Add missing Context type to MetricReport by AppaRao Puli · 2 years, 6 months ago
  88. b7e21eb health: remove boost container header by Nan Zhou · 2 years, 6 months ago
  89. 21ab404 log_service: make function static by Nan Zhou · 2 years, 6 months ago
  90. 0135854 Add Nan Zhou as a reviewer by Nan Zhou · 2 years, 6 months ago
  91. 3862cb1 Remove old MAINTAINERS file by Ed Tanous · 2 years, 6 months ago
  92. 227a2b0 error_messages: Add PropertyValueOutOfRange error by Jiaqing Zhao · 2 years, 6 months ago
  93. f866686 registry: Base: Upgrade 1.11.0 -> 1.13.0 by Jiaqing Zhao · 2 years, 6 months ago
  94. b5b4060 sessions: iwyu by nitroglycerine · 2 years, 6 months ago
  95. cc60619 multipart_test: use ASSERT_EQ correctly by Nan Zhou · 2 years, 6 months ago
  96. e52d156 multipart_test: add namespace by Nan Zhou · 2 years, 6 months ago
  97. ca0cb4c multipart_test: fix headers by Nan Zhou · 2 years, 6 months ago
  98. a439ca2 openbmc_dbus_rest_test: fix headers by Nan Zhou · 2 years, 6 months ago
  99. fdd2690 LogService: Add support for Fault Log by Claire Weinan · 2 years, 10 months ago
  100. 80d37e7 dbus_utility: iwyu by Nan Zhou · 2 years, 6 months ago