v0.6.0
  1. 7e3c9e4 state-set: Remove operational_fault_status enum value by Pavithra Barithaya · 9 months ago
  2. 2457629 transport: Generalise the pldm_transport_recv_msg() API by Rashmica Gupta · 10 months ago
  3. f1ebde4 transport: Fix doxygen and variables for send and recv functions by Rashmica Gupta · 10 months ago
  4. 36402ff transport: fix init_pollfd function parameter by BonnieLo-wiwynn · 9 months ago
  5. 302d9ff pdr: Rename pldm_entity_association_tree_find_if_remote() by Sagar Srinivas · 10 months ago
  6. f56e4dc transport: free un-wanted responses in pldm_transport_send_recv_msg() by Thu Nguyen · 10 months ago
  7. 3380a6c transport: pldm_transport_poll(): Adjust return value semantics by Andrew Jeffery · 11 months ago
  8. f047004 platform: Uniform struct field name for Numeric SensorValue PDR by Pavithra Barithaya · 10 months ago
  9. d3f781d platform: Uniform struct field name for FRU Record Set PDR by Pavithra Barithaya · 10 months ago
  10. ccd986f state-set: Add the enum for Operational Stress Status state by Pavithra Barithaya · 10 months ago
  11. 8985dfd pdr: Remove pldm_entity_association_pdr_add_from_node() by Andrew Jeffery · 10 months ago
  12. 14d2984 pdr: Remove pldm_pdr_add_fru_record_set() by Andrew Jeffery · 10 months ago
  13. c79a5df pdr: Remove pldm_pdr_add() by Andrew Jeffery · 10 months ago
  14. 8810fec fru: Remove get_fru_record_by_option() by Andrew Jeffery · 10 months ago
  15. 50dd159 bios_table: Remove pldm_bios_table_append_pad_checksum() by Andrew Jeffery · 10 months ago
  16. 4e1f131 bios_table: Remove pldm_bios_table_attr_value_entry_encode_integer() by Andrew Jeffery · 10 months ago
  17. 46d0768 bios_table: Remove pldm_bios_table_attr_value_entry_encode_string() by Andrew Jeffery · 10 months ago
  18. 8b1c034 bios_table: Remove pldm_bios_table_attr_value_entry_encode_enum() by Andrew Jeffery · 10 months ago
  19. 0ecf6bc bios_table: Remove pldm_bios_table_attr_entry_integer_encode_length() by Andrew Jeffery · 10 months ago
  20. 6594599 pdr: Introduce pldm_entity_association_pdr_add_check() by Andrew Jeffery · 10 months ago
  21. c821a70 pdr: Introduce pldm_pdr_add_fru_record_set_check() by Andrew Jeffery · 11 months ago
  22. 572a395 pdr: Introduce pldm_pdr_add_check() by Andrew Jeffery · 11 months ago
  23. cc39452 pdr: Introduce pldm_entity_association_pdr_add_from_node_check() by Andrew Jeffery · 11 months ago
  24. 3a5c46b pdr: pldm_entity_association_pdr_extract(): Early exit on bad arguments by Andrew Jeffery · 11 months ago
  25. 85d7a05 pdr: pldm_entity_association_tree_destroy_root(): Exit early on bad arg by Andrew Jeffery · 11 months ago
  26. 94e364d pdr: pldm_entity_association_tree_find(): Early exit on bad arguments by Andrew Jeffery · 11 months ago
  27. 3e1d659 pdr: pldm_pdr_remove_remote_pdrs(): Exit early on bad argument by Andrew Jeffery · 11 months ago
  28. 438dd49 pdr: pldm_pdr_remove_pdrs_by_terminus_handle(): Early exit on bad arg by Andrew Jeffery · 11 months ago
  29. c788348 pdr: pldm_entity_association_pdr_add(): Exit early on bad arguments by Andrew Jeffery · 11 months ago
  30. 375d9fc pdr: pldm_is_current_parent_child(): Return false for invalid arguments by Andrew Jeffery · 11 months ago
  31. 6e8a261 pdr: pldm_entity_get_num_children(): Return zero for invalid arguments by Andrew Jeffery · 11 months ago
  32. 8e9b0de pdr: pldm_entity_association_tree_visit(): Document preconditions by Andrew Jeffery · 11 months ago
  33. af7a4d8 pdr: pldm_pdr_fru_record_set_find_by_rsi(): Document reality of return by Andrew Jeffery · 11 months ago
  34. 15b8818 pdr: pldm_entity_node_get_remote_container_id() is a trivial accessor by Andrew Jeffery · 11 months ago
  35. 5565fcd pdr: Document preconditions for trivial accessor functions by Andrew Jeffery · 11 months ago
  36. 7cd16ff fru: Introduce get_fru_record_by_option_check() by Andrew Jeffery · 11 months ago
  37. 757e81a bios_table: pldm_bios_table_iter_create(): Return NULL on failed alloc by Andrew Jeffery · 11 months ago
  38. 044ee19 bios_table: Introduce pldm_bios_table_append_pad_checksum_check() by Andrew Jeffery · 11 months ago
  39. 0088a6a bios_table: Deprecate pldm_bios_table_attr_value_entry_encode_integer() by Andrew Jeffery · 11 months ago
  40. 2d66393 bios_table: Deprecate pldm_bios_table_attr_value_entry_encode_string() by Andrew Jeffery · 11 months ago
  41. 7aeb7ed bios_table: Deprecate pldm_bios_table_attr_value_entry_encode_enum() by Andrew Jeffery · 11 months ago
  42. fe0f01d bios_table: Transitive error handling for get_bios_attr_handle() by Andrew Jeffery · 11 months ago
  43. 5fb9680 requester: Expose pldm_close() in header by Andrew Jeffery · 11 months ago
  44. 8cf7045 pdr: Rework pldm_pdr_find_container_id_range_exclude() API by Pavithra Barithaya · 11 months ago
  45. 6409c8a bios_table: Remove deprecated APIs sanitized by assert() by Andrew Jeffery · 11 months ago
  46. 5dc0257 pdr: Add pldm_pdr_find_container_id_range_exclude() API by Pavithra Barithaya · 1 year ago
  47. 25ddbcc pdr: Add pldm_entity_association_pdr_add_from_node_with_record_handle() by Pavithra Barithaya · 1 year ago
  48. 0c9f5a8 bios_table: Relax pldm_bios_table_attr_entry_enum_decode_pv_hdls_check() by Andrew Jeffery · 11 months ago
  49. 98c1e69 bios_table: Relax pldm_bios_table_string_entry_decode_string_check() by Andrew Jeffery · 11 months ago
  50. 657bfd0 bios_table: pldm_bios_table_attr_entry_enum_encode_check() values by Andrew Jeffery · 11 months ago
  51. b9a8769 bios_table: pldm_bios_table_attr_entry_string_decode_def_string_length_check() values by Andrew Jeffery · 11 months ago
  52. 437a83a bios_table: pldm_bios_table_attr_entry_enum_decode_def_num_check() values by Andrew Jeffery · 11 months ago
  53. f3d851f bios_table: pldm_bios_table_attr_entry_enum_decode_pv_hdls_check() values by Andrew Jeffery · 11 months ago
  54. 4f7ebda bios_table: pldm_bios_table_attr_entry_enum_decode_pv_num_check() values by Andrew Jeffery · 11 months ago
  55. f89befe meson: Force inclusion of config.h via `-include` by Andrew Jeffery · 11 months ago
  56. a5c3287 bios_table: pldm_bios_table_attr_entry_string_encode_check() values by Andrew Jeffery · 11 months ago
  57. 2325031 bios_table: pldm_bios_table_string_entry_decode_string_check() values by Andrew Jeffery · 11 months ago
  58. 91f4b54 bios_table: pldm_bios_table_string_entry_encode_check() values by Andrew Jeffery · 11 months ago
  59. 2ebec8d bios_table: s/stroe/store/ by Andrew Jeffery · 11 months ago
  60. 4d69434 pdr: Add pldm_pdr_find_last_in_range() by Pavithra Barithaya · 1 year ago
  61. 9947f9d pdr: Add APIs for creating and locating remote PDRs by Pavithra Barithaya · 1 year ago
  62. 39bd2ea pdr: Introduce remote_container_id and associated APIs by ArchanaKakani · 1 year, 4 months ago
  63. 8de8e1e meson: Reduce strength of oem-ibm requirements from enabled to allowed by Andrew Jeffery · 12 months ago
  64. 9d2a1c6 libpldm: Explicit deprecated, stable and testing ABI classes by Andrew Jeffery · 12 months ago
  65. 55e5e0a libpldm: Remove the requester-api option by Andrew Jeffery · 12 months ago
  66. 57de5fc include: Sort file lists in meson.build by Andrew Jeffery · 12 months ago
  67. b01fb1c transport: Match on response in pldm_transport_send_recv_msg() by Thu Nguyen · 12 months ago
  68. 5aa765a transport: Document the parameters to pldm_transport_poll() by Andrew Jeffery · 12 months ago
  69. 7c25034 Add encode/decode pldmMessagePollEvent data by Dung Cao · 1 year, 6 months ago
  70. b443b48 include: Move installed transport.h under libpldm/ by Rashmica Gupta · 1 year ago
  71. 37dd6a3 clang-format: copy latest and re-format by Andrew Jeffery · 1 year ago
  72. 8eb20f2 responder: Add PollForPlatformEventMessage APIs by Thu Nguyen · 1 year, 6 months ago
  73. 159a98b requester: Add PollForPlatformEventMessage APIs by Thu Nguyen · 1 year, 7 months ago
  74. 3a6a001 oem-ibm : Define file type for new VPD record consumed by host via PLDM by Varsha Kaverappa · 1 year, 7 months ago
  75. c8d1a1a oem-ibm : Adding file types for Dump, PCIE and other functionalities by Varsha Kaverappa · 1 year, 3 months ago
  76. a918a62 include: Move instance-id.h under libpldm/ by Andrew Jeffery · 1 year, 1 month ago
  77. 3884c44 platform: pldm_msgbuf for decode_set_numeric_effecter_value_req() by Andrew Jeffery · 1 year, 1 month ago
  78. ba6971b requester: Add af_mctp transport by Rashmica Gupta · 1 year, 6 months ago
  79. c1b66f4 requester: Add new APIs to support multiple transports by Rashmica Gupta · 1 year, 6 months ago
  80. 36af84c requester: Add new APIs for instance ID allocation and freeing by Rashmica Gupta · 1 year, 1 month ago
  81. 7992eb8 Add numeric sensor PDR and sensor aux names PDR by Andrew Jeffery · 1 year, 2 months ago
  82. 2a38ab5 pdr: Fix doxygen on pldm_pdr_remove_pdrs_by_terminus_handle() by Andrew Jeffery · 1 year, 2 months ago
  83. debe6b3 clang-tidy: Fix readability-non-const-parameter diagnostic by Andrew Jeffery · 1 year, 2 months ago
  84. 9145a41 clang-tidy: Fix readability-inconsistent-declaration-parameter-name by Andrew Jeffery · 1 year, 2 months ago
  85. 6005f1c clang-tidy: Fix readability-identifier-naming diagnostic by Andrew Jeffery · 1 year, 2 months ago
  86. 4edb708 clang-tidy: Fix bugprone-reserved-identifier by Andrew Jeffery · 1 year, 2 months ago
  87. 0a05b12 clang-tidy: Fix bugprone-macro-parentheses diagnostics by Andrew Jeffery · 1 year, 2 months ago
  88. 319304f clang-tidy: Fix clang-diagnostic-strict-prototypes diagnostics by Andrew Jeffery · 1 year, 2 months ago
  89. a8b8a81 utils: Reimplement ver2str() for sanity by Andrew Jeffery · 1 year, 2 months ago
  90. 0970e33 Add day/week/month/year occurrence rate by Thu Nguyen · 1 year, 4 months ago
  91. d2972ef Correct the compact numeric sensor pdr struct name by Thu Nguyen · 1 year, 4 months ago
  92. e20b5ea Adding support for new bootprogress state by Patel-Kamalkumar · 1 year, 3 months ago
  93. 0585de9 Add effecter aux name PDR struct by Thu Nguyen · 1 year, 7 months ago
  94. 1bf8c87 Add encode/decode for EventMessageSupported by Dung Cao · 1 year, 6 months ago
  95. 9a8e497 Fix includes using iwyu tool by Manojkiran Eda · 1 year, 6 months ago
  96. b7c73e5 Add decode GetPDRRepositoryInfo resp API by Gilbert Chen · 1 year, 7 months ago
  97. d6ae898 Add encode/decode for EventMessageBufferSize by Dung Cao · 1 year, 7 months ago
  98. 0247611 Add compact numeric sensor PDR definitions by Thu Nguyen · 1 year, 7 months ago
  99. 6c9c917 Added encode API for SetTID cmd by Gilbert Chen · 1 year, 7 months ago
  100. 9c76679 libpldm: Migrate to subproject by Andrew Jeffery · 1 year, 10 months ago