1. a994a98 changelog: Fix entries subsequent to v0.11.0 tag by Andrew Jeffery · 8 weeks ago
  2. 4b5a13b docs: checklists: Rework release checklist by Andrew Jeffery · 8 weeks ago
  3. 2628990 firmware fd: FD_T1 timeout in FD-driven states by Matt Johnston · 9 weeks ago
  4. 5f9d307 README: Rework section on configuring, building and testing by Andrew Jeffery · 2 months ago
  5. d05ac25 meson: Exploit file.full_path() for config.h by Andrew Jeffery · 7 months ago
  6. fdc4dcc meson: Address missing native directive in add_languages() by Andrew Jeffery · 7 months ago
  7. e5c3f14 dsp: firmware_update: Stabilize downstream devices related ABI by Unive Tien · 4 months ago
  8. c4589e0 meson: reformat with meson formatter by Patrick Williams · 2 months ago
  9. e78035e meson: Format build files to match style guide by Archana Kakani · 2 months ago
  10. 059684c docs: checklists: Add resource cleanup recommendations by Andrew Jeffery · 3 months ago
  11. 02c9d37 docs: checklists: Document heap allocation constraint by Andrew Jeffery · 3 months ago
  12. 0b140da docs: checklists: Split out note on request and response APIs by Andrew Jeffery · 3 months ago
  13. 73625d7 docs: checklists: Sub-headers for adding new APIs by Andrew Jeffery · 3 months ago
  14. 92cedf0 meson: sizes.h: add includedir to install path by Patrick Williams · 3 months ago
  15. fa2e265 scripts: pre-submit: Fail on meson format diff by Matt Johnston · 3 months ago
  16. abe9b37 libpldm: Add fuzzing for firmware FD responder by Matt Johnston · 5 months ago
  17. cc6f643 firmware fd: Add PLDM Control version/commands by Matt Johnston · 5 months ago
  18. bde874e libpldm: Add PLDM control responder by Matt Johnston · 5 months ago
  19. 8c2bfb1 libpldm: Add firmware update FD responder by Matt Johnston · 5 months ago
  20. 8f3b13c msgbuf: pldm_msgbuf_peek_remaining and pldm_msgbuf_skip by Matt Johnston · 6 months ago
  21. 94e2d75 pdr: Handle removal of the last contained entity from EA PDR by Archana Kakani · 4 months ago
  22. bd092fc checklists: changes: Add The Byte Order Fallacy to influences by Andrew Jeffery · 4 months ago
  23. c4d1c8b dsp: firmware_update: Avoid integer overflow by Matt Johnston · 4 months ago
  24. cf9a2df dsp: Add FD side firmware_update encode/decode by Matt Johnston · 5 months ago
  25. 5d4f7b5 msgbuf: Add pldm_msgbuf_destroy_used() by Matt Johnston · 4 months ago
  26. e8d8d33 msgbuf: Add pldm_msgbuf_insert_uint64 by Matt Johnston · 6 months ago
  27. f37edd7 clang-format: re-format for clang-19 by Patrick Williams · 4 months ago
  28. 5a5129b dsp: firmware_update: Add iterator for downstream device parameters by Andrew Jeffery · 4 months ago
  29. 6a97b79 dsp: firmware_update: Expand "params" in symbol names by Andrew Jeffery · 4 months ago
  30. 0612d98 libpldm: Release v0.11.0 by Andrew Jeffery · 4 months ago v0.11.0
  31. d2f8a7e dsp: firmware_update: pack decomposed parameters to struct by Unive Tien · 5 months ago
  32. 71e935c dsp: firmware_update: Change return type of downstream device ABI/APIs by Unive Tien · 5 months ago
  33. eb8bb17 dsp: base: add encode_pldm_header_only_errno() by Unive Tien · 5 months ago
  34. c69081a meson: Make transport optional by Matt Johnston · 6 months ago
  35. ae05d5e dsp: pdr: Replace ENOKEY with ENOENT by Matt Johnston · 6 months ago
  36. 210c0d5 README: Rework OEM notes by Andrew Jeffery · 5 months ago
  37. 65c6409 meson: Convert options from feature to boolean by Andrew Jeffery · 5 months ago
  38. fef24ed meson: Specify OEM extensions in an array by Andrew Jeffery · 5 months ago
  39. f1c26e1 meson: Sort options file by Andrew Jeffery · 5 months ago
  40. a93ec07 meson: Switch default_options to dict by Andrew Jeffery · 5 months ago
  41. d5d1f66 dsp: firmware_update: Fix missing #include <span> by Matt Johnston · 5 months ago
  42. 35b72d9 base: add PLDM Command numbers by Thu Nguyen · 5 months ago
  43. 30b2564 platform: add PLDM Command numbers by Thu Nguyen · 5 months ago
  44. 566f2fc scripts: pre-submit: Print meson format diff on failure by Andrew Jeffery · 5 months ago
  45. 07159f7 scripts: pre-submit: Be informative on meson formatting failures by Andrew Jeffery · 5 months ago
  46. 5a03473 scripts: pre-submit: Ensure changelog captures API updates by Andrew Jeffery · 5 months ago
  47. 309a5cd libpldm: Install api header, update changelog by Andrew Jeffery · 5 months ago
  48. 3a2c658 dsp: firmware_update: Iterators for downstream device descriptors by Andrew Jeffery · 5 months ago
  49. dec237b tests: firmware_update: Clean up some use of reinterpret_cast<>() by Andrew Jeffery · 5 months ago
  50. cd2eb60 tests: firmware_update: Fix 'complition' typo by Andrew Jeffery · 5 months ago
  51. a9bd972 dsp: firmware_update: Fix local include of stdbool by Andrew Jeffery · 5 months ago
  52. 56ef86a dsp: platform: Fix extra parentheses by Matt Johnston · 5 months ago
  53. 1be1d5e dsp: platform: Fix location of closing paren in overflow detection by Andrew Jeffery · 5 months ago
  54. 5d8e30c libpldm: Release v0.10.0 by Andrew Jeffery · 5 months ago v0.10.0
  55. 8e23fd0 stateset: Add new state sets from DSP0249 v1.3.0 by Manojkiran Eda · 6 months ago
  56. 654eb96 entity: Add new entity types from DSP0249 v1.3.0 by Manojkiran Eda · 6 months ago
  57. 98e137d dsp: platform: Fix decode_set_event_receiver_req() by Gilbert Chen · 6 months ago
  58. 8f33a1d dsp: pdr: Rework test in pldm_entity_association_pdr_extract() by Andrew Jeffery · 6 months ago
  59. 36324f6 Apply GCC's tainted_args attribute to library entrypoints by Andrew Jeffery · 7 months ago
  60. a180963 utils: Avoid array-lookup in is_time_legal() by Andrew Jeffery · 6 months ago
  61. 21cb052 dsp: bios_table: Bounds check pldm_bios_table_string_entry_encode() by Andrew Jeffery · 6 months ago
  62. 3b33c13 dsp: bios: Bounds check encode_set_bios_attribute_current_value_req() by Andrew Jeffery · 6 months ago
  63. 37016fe dsp: bios: Bounds check encode_set_bios_table_req() by Andrew Jeffery · 6 months ago
  64. d7d08f6 dsp: fru: Bounds check encode_fru_record() by Andrew Jeffery · 6 months ago
  65. 82c3481 dsp: fru: Bounds check encode_get_fru_record_by_option_resp() by Andrew Jeffery · 6 months ago
  66. 57d9a2e oem: ibm: platform: Bounds check encode_bios_attribute_update_event_req() by Andrew Jeffery · 6 months ago
  67. a989249 dsp: firmware_update: Bounds check decode_downstream_device_parameter_table_entry_versions() by Andrew Jeffery · 6 months ago
  68. 92967be dsp: bios_table: Bounds check pldm_bios_table_attr_value_entry_encode_enum() by Andrew Jeffery · 6 months ago
  69. d96d21f dsp: bios_table: Bounds check pldm_bios_table_attr_value_entry_encode_string() by Andrew Jeffery · 6 months ago
  70. d610b00 dsp: bios_table: Bounds check pldm_bios_table_append_pad_checksum() by Andrew Jeffery · 6 months ago
  71. a16f70c dsp: bios_table: Tidy up pldm_bios_table_pad_checksum_size() by Andrew Jeffery · 6 months ago
  72. 72dd2dd dsp: bios_table: Branchless implementation of pad_size_get() by Andrew Jeffery · 6 months ago
  73. 9e56659 dsp: pdr: Bound check pldm_entity_association_pdr_extract() by Andrew Jeffery · 6 months ago
  74. ad33b99 dsp: platform: Bounds check encode_state_effecter_pdr() by Andrew Jeffery · 6 months ago
  75. bb50a59 dsp: platform: Bounds check encode_sensor_state_pdr() by Andrew Jeffery · 7 months ago
  76. 225530a dsp: platform: Prevent overflow of arithmetic on event_data_length by Andrew Jeffery · 7 months ago
  77. 329176a dsp: platform: Merge PDR header extraction and validation by Andrew Jeffery · 7 months ago
  78. 4f60fb7 msgbuf: Bounds checks that satisfy GCC's analyzer by Andrew Jeffery · 7 months ago
  79. 830c1eb msgbuf: Externalise error value conversion by Andrew Jeffery · 6 months ago
  80. 2332e05 Revert "dsp: platform: Fix decode_set_event_receiver_req()" by Andrew Jeffery · 6 months ago
  81. 8c43abb dsp: platform: Fix decode_set_event_receiver_req() by Gilbert Chen · 7 months ago
  82. 9e16b18 platform: Fix checking `eventIDToAcknowledge` by Thu Nguyen · 7 months ago
  83. b127b12 docs: checklists: Add expectations for bug fixes by Andrew Jeffery · 7 months ago
  84. 687f14b docs: checklists: Modernize process for updating the ABI dump by Andrew Jeffery · 7 months ago
  85. 1c4c704 docs: checklists: Add notes on naming new macros, functions and types by Andrew Jeffery · 7 months ago
  86. b43a778 platform: Support PLDM_CPER_EVENT in encode_platform_event_message_req() by John Chung · 7 months ago
  87. e5f1253 msgbuf: Improve type-specific ergonomics to match generic macros by Andrew Jeffery · 7 months ago
  88. 387b10f platform: fix encode/decode_poll_for_platform_event_message_req by Thu Nguyen · 7 months ago
  89. 3f87748 oem: ibm: Add PCIe Topology Actions StateSetId and Enums by Pavithra Barithaya · 7 months ago
  90. d0ba43a clang-tidy: Enable cppcoreguidelines-pro-type-reinterpret-cast by Andrew Jeffery · 7 months ago
  91. 7a3c14e base: Add size and buffer macros for struct pldm_msg by Andrew Jeffery · 7 months ago
  92. 74c9a54 pdr: Improve error propagation by Archana Kakani · 7 months ago
  93. f223a1b Define length of downstream device by Unive Tien · 7 months ago
  94. ea0bf3a oem: meta: Stabilise decode/encode file IO API by Lora Lin · 7 months ago
  95. dbbe860 scripts: pre-submit: Run GCC's static analyzer by Andrew Jeffery · 7 months ago
  96. 6058215 dsp: pdr: Add pldm_entity_association_tree_copy_root_check() by Andrew Jeffery · 7 months ago
  97. 0550777 dsp: pdr: Open-code next_container_id() at its callsite by Andrew Jeffery · 7 months ago
  98. 890d37a dsp: pdr: Apply LIBPLDM_CC_NONNULL to reduce assert()s by Andrew Jeffery · 7 months ago
  99. 3b5ab92 dsp: bios_table: Null check for pldm_bios_table_iter_is_end() by Andrew Jeffery · 7 months ago
  100. 5c49f16 meson: Ban variable length arrays by Andrew Jeffery · 7 months ago