1. 14d2984 pdr: Remove pldm_pdr_add_fru_record_set() by Andrew Jeffery · 12 months ago
  2. c79a5df pdr: Remove pldm_pdr_add() by Andrew Jeffery · 12 months ago
  3. 50dd159 bios_table: Remove pldm_bios_table_append_pad_checksum() by Andrew Jeffery · 12 months ago
  4. 4e1f131 bios_table: Remove pldm_bios_table_attr_value_entry_encode_integer() by Andrew Jeffery · 12 months ago
  5. 46d0768 bios_table: Remove pldm_bios_table_attr_value_entry_encode_string() by Andrew Jeffery · 12 months ago
  6. 8b1c034 bios_table: Remove pldm_bios_table_attr_value_entry_encode_enum() by Andrew Jeffery · 12 months ago
  7. 0ecf6bc bios_table: Remove pldm_bios_table_attr_entry_integer_encode_length() by Andrew Jeffery · 12 months ago
  8. 73d9176 bios_table: pldm_bios_table_iter_next(): Invalid entry halts iteration by Andrew Jeffery · 1 year ago
  9. bf6699b tests: libpldm_bios_table_test: Fix 'Itearator' typo by Andrew Jeffery · 12 months ago
  10. 0088a6a bios_table: Deprecate pldm_bios_table_attr_value_entry_encode_integer() by Andrew Jeffery · 1 year ago
  11. 2d66393 bios_table: Deprecate pldm_bios_table_attr_value_entry_encode_string() by Andrew Jeffery · 1 year ago
  12. 7aeb7ed bios_table: Deprecate pldm_bios_table_attr_value_entry_encode_enum() by Andrew Jeffery · 1 year ago
  13. fe0f01d bios_table: Transitive error handling for get_bios_attr_handle() by Andrew Jeffery · 1 year ago
  14. 8cf7045 pdr: Rework pldm_pdr_find_container_id_range_exclude() API by Pavithra Barithaya · 1 year ago
  15. 14a5fe8 tests: pdr: Guard TEST(EntityAssociationPDR, testFindContainerID) by Andrew Jeffery · 1 year ago
  16. 6409c8a bios_table: Remove deprecated APIs sanitized by assert() by Andrew Jeffery · 1 year, 1 month ago
  17. 5dc0257 pdr: Add pldm_pdr_find_container_id_range_exclude() API by Pavithra Barithaya · 1 year, 1 month ago
  18. 0c9f5a8 bios_table: Relax pldm_bios_table_attr_entry_enum_decode_pv_hdls_check() by Andrew Jeffery · 1 year, 1 month ago
  19. 98c1e69 bios_table: Relax pldm_bios_table_string_entry_decode_string_check() by Andrew Jeffery · 1 year, 1 month ago
  20. 4d69434 pdr: Add pldm_pdr_find_last_in_range() by Pavithra Barithaya · 1 year, 1 month ago
  21. 9947f9d pdr: Add APIs for creating and locating remote PDRs by Pavithra Barithaya · 1 year, 1 month ago
  22. 8de8e1e meson: Reduce strength of oem-ibm requirements from enabled to allowed by Andrew Jeffery · 1 year, 1 month ago
  23. 0173147 libpldm: Trailing comment formatting by Andrew Jeffery · 1 year, 1 month ago
  24. 9d2a1c6 libpldm: Explicit deprecated, stable and testing ABI classes by Andrew Jeffery · 1 year, 1 month ago
  25. 7c25034 Add encode/decode pldmMessagePollEvent data by Dung Cao · 1 year, 8 months ago
  26. 37dd6a3 clang-format: copy latest and re-format by Andrew Jeffery · 1 year, 2 months ago
  27. 8eb20f2 responder: Add PollForPlatformEventMessage APIs by Thu Nguyen · 1 year, 8 months ago
  28. 159a98b requester: Add PollForPlatformEventMessage APIs by Thu Nguyen · 1 year, 8 months ago
  29. 062c876 msgbuf: Add insert and span APIs by Thu Nguyen · 1 year, 2 months ago
  30. f56975e tests/instance-id: remove unneeded local variable by Rashmica Gupta · 1 year, 2 months ago
  31. a6f0cf3 instance-id: Ensure database is appropriately sized by Andrew Jeffery · 1 year, 2 months ago
  32. 0aea707 instance-id: Track existing allocations for each db instance by Andrew Jeffery · 1 year, 2 months ago
  33. b27cebf tests: Add instance-id tests by Andrew Jeffery · 1 year, 2 months ago
  34. 155317e platform: pldm_msgbuf for decode_numeric_sensor_data() by Andrew Jeffery · 1 year, 3 months ago
  35. db7b832 msgbuf: Add pldm_msgbuf_consumed() by Andrew Jeffery · 1 year, 3 months ago
  36. 4e5e8a2 platform: pldm_msgbuf for decode_get_pdr_resp() by Andrew Jeffery · 1 year, 3 months ago
  37. 369b121 msgbuf: Add pldm_msgbuf_extract_array() for uint8 by Andrew Jeffery · 1 year, 2 months ago
  38. 92f6c3c platform: Fix LE encoding of present_reading by Andrew Jeffery · 1 year, 3 months ago
  39. 6ad4dc0 tests: platform: Fix TEST(GetStateSensorReadings, testBadDecodeResponse) by Andrew Jeffery · 1 year, 3 months ago
  40. f990dcf tests: platform: TEST(GetNumericEffecterValue, testGoodEncodeResponse) UB by Andrew Jeffery · 1 year, 3 months ago
  41. 7992eb8 Add numeric sensor PDR and sensor aux names PDR by Andrew Jeffery · 1 year, 3 months ago
  42. c63f63a Introduce a small msgbuf abstraction by Andrew Jeffery · 1 year, 4 months ago
  43. fbe61d7 clang-tidy: Fix readability-isolate-declaration diagnostics by Andrew Jeffery · 1 year, 3 months ago
  44. 5a70607 clang-tidy: Fix modernize-deprecated-headers diagnostic by Andrew Jeffery · 1 year, 3 months ago
  45. 11ae709 clang-tidy: Fix clang-analyzer-deadcode.DeadStores diagnostics by Andrew Jeffery · 1 year, 3 months ago
  46. 1bf8c87 Add encode/decode for EventMessageSupported by Dung Cao · 1 year, 7 months ago
  47. 9a8e497 Fix includes using iwyu tool by Manojkiran Eda · 1 year, 7 months ago
  48. b7c73e5 Add decode GetPDRRepositoryInfo resp API by Gilbert Chen · 1 year, 8 months ago
  49. d6ae898 Add encode/decode for EventMessageBufferSize by Dung Cao · 1 year, 8 months ago
  50. 6c9c917 Added encode API for SetTID cmd by Gilbert Chen · 1 year, 8 months ago
  51. 9c76679 libpldm: Migrate to subproject by Andrew Jeffery · 1 year, 11 months ago