1. 5e7e2dc Take boost error_code by reference by Ed Tanous · 1 year, 10 months ago
  2. 26ccae3 Pass string views by value by Ed Tanous · 1 year, 10 months ago
  3. 1aa0c2b Add option for validating content-type header by Ed Tanous · 2 years, 11 months ago
  4. 3ccb3ad Fix a boatload of #includes by Ed Tanous · 2 years ago
  5. cf9e417 Add check for globals by Ed Tanous · 2 years ago
  6. 7a1dbc4 Refactor GetSubTreePaths method by George Liu · 2 years, 1 month ago
  7. d51e39d Remove old TODO by Ed Tanous · 2 years ago
  8. 9961224 certificate: Allow deleting LDAP client certificate by Jiaqing Zhao · 2 years, 3 months ago
  9. 7a3a8f7 certificate: Add deleteCertificate function by Jiaqing Zhao · 2 years, 3 months ago
  10. 828252d certificate: Replace lambda with inline function by Jiaqing Zhao · 2 years, 3 months ago
  11. 613dabe Remove nlohmann brace initialization by Ed Tanous · 2 years, 6 months ago
  12. d8a5d5d Update content of ResourceNotFound/ResourceAlreadyExists message by Jiaqing Zhao · 2 years, 5 months ago
  13. 9b12d1f used sdbusplus::unpackPropertiesNoThrow part 4 by Krzysztof Grobelny · 2 years, 5 months ago
  14. 2b82937 Move time utils to be in one place by Ed Tanous · 2 years, 5 months ago
  15. d9f6c62 Use enum overload for field setting by Ed Tanous · 2 years, 10 months ago
  16. 1e31259 certificate: Use urlFromPieces to generate URL by Jiaqing Zhao · 2 years, 7 months ago
  17. 75b63a2 certificate: Parse URL with readUrlSegments in ReplaceCertificate by Jiaqing Zhao · 2 years, 7 months ago
  18. 717b980 certificate: Don't check if certificate id is a number by Jiaqing Zhao · 2 years, 7 months ago
  19. e19e97e certificate: Use string certId in getCertificateProperties by Jiaqing Zhao · 2 years, 7 months ago
  20. 59d494e sdbusplus: use shorter type aliases by Patrick Williams · 2 years, 5 months ago
  21. 11ba397 Remove usages of boost::starts/ends_with by Ed Tanous · 2 years, 6 months ago
  22. 02cad96 Fix const correctness issues by Ed Tanous · 2 years, 6 months ago
  23. 4e23a44 Require explicit decorator on one arg constructors by Ed Tanous · 2 years, 7 months ago
  24. d3f92ce certificate: Add getCertificateList for get collections by Jiaqing Zhao · 2 years, 7 months ago
  25. c6a8dfb certificate: Use ObjectMapper in getCertificateLocations by Jiaqing Zhao · 2 years, 7 months ago
  26. 3ba0007 Expose AsyncResp shared_ptr when handling response by Carson Labrado · 2 years, 7 months ago
  27. 002d39b Try to fix the lambda formatting issue by Ed Tanous · 2 years, 7 months ago
  28. 1476687 Remove brace initialization of json objects by Ed Tanous · 2 years, 10 months ago
  29. 5344ab8 Fix certificate_service privileges by Abhishek Patel · 3 years, 5 months ago
  30. 90d2d1e CertificateService: Enhance error handling for ReplaceCertificate by Jiaqing Zhao · 2 years, 9 months ago
  31. 45ca1b8 Add setUpRedfishRoute to all nodes in redfish by Ed Tanous · 2 years, 9 months ago
  32. b9d36b4 Consitently use dbus::utility types by Ed Tanous · 2 years, 10 months ago
  33. 8cc8ede Don't rely on operator << for object logging by Ed Tanous · 2 years, 10 months ago
  34. 15ed678 json_utils: Add support jsonRead Patch/Action by Willy Tu · 3 years ago
  35. e662eae Enable readability-implicit-bool-conversion checks by Ed Tanous · 3 years ago
  36. 9eb808c Enable readability-avoid-const-params-in-decls by Ed Tanous · 3 years ago
  37. 26f6976 Enable readability-container-size-empty tests by Ed Tanous · 3 years ago
  38. 914e2d5 Enforce const correctness by Ed Tanous · 3 years ago
  39. 711ac7a Consistently use ManagedObjectType by Ed Tanous · 3 years ago
  40. 168e20c Move to common variant by Ed Tanous · 3 years ago
  41. 1d8782e fix the year 2038 problem in getDateTime by Nan Zhou · 3 years, 1 month ago
  42. 0fda0f1 Update clang-format by George Liu · 3 years, 1 month ago
  43. abb93cd Make code pass clang-tidy-13 by Ed Tanous · 3 years, 4 months ago
  44. 4f48d5f Make code compile with clang-13 by Ed Tanous · 3 years, 6 months ago
  45. ed39821 Automate PrivilegeRegistry to code by Ed Tanous · 3 years, 7 months ago
  46. 7204878 Modify entityPrivileges for certificate service by Abhishek Patel · 3 years, 7 months ago
  47. 432a890 Remove ambiguous privileges constructor by Ed Tanous · 3 years, 7 months ago
  48. 7e860f1 Remove Redfish Node class by John Edward Broadbent · 3 years, 9 months ago
  49. 8d1b46d Using AsyncResp everywhere by zhanghch05 · 3 years, 9 months ago
  50. 0daf14e Remove IBM copyright by Gunnar Mills · 3 years, 10 months ago
  51. 9c8e039 Remove unnecessary error responses for LDAP certs by Jonathan Doman · 3 years, 11 months ago
  52. 17a897d Improve loops & fix cpp check warning by Manojkiran Eda · 4 years, 4 months ago
  53. f23b729 Turn on ALL perf checks by Ed Tanous · 4 years, 2 months ago
  54. 72d52d2 Fix integer constant from 20 to 18 by Ed Tanous · 4 years, 3 months ago
  55. 5207438 Use std::array instead of char array by Ed Tanous · 4 years, 3 months ago
  56. 2c70f80 Fix naming conventions by Ed Tanous · 4 years, 3 months ago
  57. cb13a39 Enable unused variable warnings and resolve by Ed Tanous · 4 years, 5 months ago
  58. 23a21a1 Enable clang warnings by Ed Tanous · 4 years, 5 months ago
  59. 52cc112 Remove middlewares by Ed Tanous · 4 years, 5 months ago
  60. 4e0453b Codespell redfish-core spelling fixes by Gunnar Mills · 4 years, 6 months ago
  61. 1214b7e clang-format: update to latest from docs repo by Gunnar Mills · 4 years, 7 months ago
  62. aaf3206 Change the default EC key to secp384r1 by Vernon Mauery · 4 years, 10 months ago
  63. 8c9ced1 certificate_service: Remove odata.context by Gunnar Mills · 4 years, 11 months ago
  64. e195977 Add "Retry-After" header for temporarily unavailable messages by Jason M. Bills · 5 years ago
  65. e6604b1 Fix extracting certificate id by Iwona Klimaszewska · 5 years ago
  66. 07a6029 Certificate delete API – middleware by Zbigniew Kurzynski · 5 years ago
  67. a08752f Handling of adding certificates the Redfish way (TrustStore) by Zbigniew Kurzynski · 5 years ago
  68. 656ec7e Support uploading multiple certificates [install-middlewere] by Zbigniew Kurzynski · 5 years ago
  69. 271584a Fix a bunch of warnings by Ed Tanous · 5 years ago
  70. 58eb238 Handling of adding certificates the Redfish way by Kowalski, Kamil · 5 years ago
  71. cfcd5f6 Redfish: Add TrustStore certificate support by Marri Devender Rao · 6 years ago
  72. 3b7f014 Redfish: Extend GenerateCSR action for LDAP certificate collection by Marri Devender Rao · 6 years ago
  73. 3021581 Redfish: GenerateCSR action for HTTPS certificate by Marri Devender Rao · 6 years ago
  74. 8aae75a Redfish: Raise resource not found (404) if path does not exist by Marri Devender Rao · 5 years ago
  75. 37cce91 Redfish: Add support to upload/replace/view LDAP Certificate by Marri Devender Rao · 6 years ago
  76. 5968cae Redfish: Add certificate service to manage HTTPS certificates by Marri Devender Rao · 6 years ago