1. af271b8 libpldm: Release v0.13.0 by Andrew Jeffery · 2 months ago v0.13.0
  2. f363bda tools: Add pd, a test tool for libpldm by Andrew Jeffery · 6 months ago
  3. 2613c27 dsp: firmware_update: Introduce iterators for parsing firmware packages by Andrew Jeffery · 6 months ago
  4. bacbbac dsp: firmware_update: Reimplement decode_firmware_device_id_record_errno() by Andrew Jeffery · 6 months ago
  5. 150b06c dsp: firmware_update: Reimplement decode_pldm_package_header_info_errno() by Andrew Jeffery · 6 months ago
  6. 309bbe8 base: return valid completion code by Manojkiran Eda · 3 months ago
  7. 471c21a base: Add unexpected transfer opflag completion code by Manojkiran Eda · 3 months ago
  8. 3643e74 fw_update: Use fw_update specific completion codes by Manojkiran Eda · 3 months ago
  9. 412fa27 markdownlint: minor fixes by Patrick Williams · 3 months ago
  10. ec19cbc base: decode_set_tid_req() in PLDM base by Vishnu Santhosh · 3 months ago
  11. 06eadd0 dsp: firmware update: Add encode/decode APIs for DD update by Sora Su · 3 months ago
  12. d34f40d clang-tidy: format with config-clang-tidy by Patrick Williams · 3 months ago
  13. babd7b1 dsp: platform: Add encode req & decode resp for GetEventReceiver command by Roger G. Coscojuela · 6 months ago
  14. 59edcb1 pdr: Add pldm_entity_association_tree_delete_node() API by Pavithra Barithaya · 6 months ago
  15. f0eee36 pdr: Add pldm_pdr_delete_by_sensor_id() API by Pavithra Barithaya · 6 months ago
  16. 48b0f80 platform: encode_get_pdr_repository_info_req() in PLDM platform by Vishnu Santhosh · 3 months ago
  17. eaadf9a oem: ibm: Add boot side rename state set and enum by Archana Kakani · 6 months ago
  18. 8cfeb47 pdr: Add pldm_pdr_delete_by_effecter_id() API by Pavithra Barithaya · 6 months ago
  19. 0f520d1 meson: Define LIBPLDM_ABI_DEPRECATED_UNSAFE as empty as required by Andrew Jeffery · 4 months ago
  20. 20681ed meson: Use __attribute__ for consistency by Andrew Jeffery · 4 months ago
  21. 869c287 pdr: Stabilize pldm_pdr_delete_by_record_handle() by Pavithra Barithaya · 4 months ago
  22. a1cd72b clang-format: update latest spec and reformat with clang-20 by Andrew Jeffery · 4 months ago
  23. ffdc405 control: Remove msgbuf.h dependency by Jeremy Kerr · 4 months ago
  24. 5a30160 control: Remove msgbuf.h from control-internal.h by Jeremy Kerr · 4 months ago
  25. 560ff9c msgbuf: Add pldm_msgbuf_span_until() by Andrew Jeffery · 6 months ago
  26. 92c3236 tests: dsp: firmware_update: Split DecodeFirmwareDeviceIdRecord tests by Andrew Jeffery · 6 months ago
  27. 71a0a7e tests: msgbuf: Ensure value is initialized by Andrew Jeffery · 6 months ago
  28. 075a7dc tests: dsp: firmware_update: Split test cases by package data by Andrew Jeffery · 6 months ago
  29. e038b96 tests: firmware_update: Split out spec constants by Andrew Jeffery · 6 months ago
  30. a3eba61 tests: dsp: firmware_update: Fix "packagerHeaderSize" typo by Andrew Jeffery · 6 months ago
  31. 0ba6aa0 dsp: firmware_update: Convert internal buffer params to `const void *` by Andrew Jeffery · 6 months ago
  32. 3d57f56 oem: ibm: Add PLDM_OEM_IBM_PANEL_TRIGGER_STATE enum by Jino Abraham · 5 months ago
  33. 3b986d3 docs: changes: Add C Isn't A Programming Language Anymore to influences by Andrew Jeffery · 5 months ago
  34. d0c9ae7 utils: Rename crc8() to pldm_edac_crc8() by Andrew Jeffery · 5 months ago
  35. a386348 utils: Rename crc32() to pldm_edac_crc32() by Andrew Jeffery · 5 months ago
  36. b7677b7 utils: Deprecate is_transfer_flag_valid() by Andrew Jeffery · 5 months ago
  37. 800e183 utils: Deprecate is_time_legal() by Andrew Jeffery · 5 months ago
  38. e3bd017 requester: Remove related deprecated APIs by Andrew Jeffery · 6 months ago
  39. d0541fe libpldm: Release v0.12.0 by Andrew Jeffery · 5 months ago v0.12.0
  40. 59dce78 dsp: base: Add encode req & decode resp for NegotiateTransferParameters by Chau Ly · 5 months ago
  41. f38afa5 oem: ibm: Update the slot sensor and effecter state set id by Archana Kakani · 5 months ago
  42. 58273fb dsp: file: Add encode req & decode resp for DfHeartbeat command by Chau Ly · 5 months ago
  43. 7286ca6 dsp: file: Add encode req & decode resp for DfClose command by Chau Ly · 5 months ago
  44. cf26f2a dsp: file: Add encode req & decode resp for DfOpen command by Chau Ly · 5 months ago
  45. ed4ad70 platform: Add decode API for File Descriptor PDR by Chau Ly · 6 months ago
  46. 8836784 dsp: base: Add encode req & decode resp for MultipartReceive command by Dung Cao · 11 months ago
  47. 1a4eed9 msgbuf: Add pldm_msgbuf_extract_uint*_to_size APIs by Chau Ly · 5 months ago
  48. a189696 msgbuf: Rework error handling to improve soundness by Andrew Jeffery · 6 months ago
  49. 63b5a66 msgbuf: Return -EOVERFLOW where relevant in pldm_msgbuf_consumed() by Andrew Jeffery · 6 months ago
  50. 70d21c9 msgbuf: Rename 'destroy' APIs to 'complete' by Andrew Jeffery · 6 months ago
  51. 7e68f34 msgbuf: Modernize pldm_msgbuf_skip() implementation by Andrew Jeffery · 6 months ago
  52. 2b42f7f msgbuf: Relax requirements on pointer out-parameters by Andrew Jeffery · 6 months ago
  53. 704e4d5 msgbuf: Warn on unused result for init and destroy APIs by Andrew Jeffery · 6 months ago
  54. 7d87f8d meson: Use doxygen to build documentation by Andrew Jeffery · 6 months ago
  55. 53b0867 dsp: firmware_update: Initialize msgbuf after argument tests by Andrew Jeffery · 6 months ago
  56. 93b071b docs: changes: Add The Power of Ten to influences by Andrew Jeffery · 5 months ago
  57. 1bfd034 docs: changes: Add Jessica Paquette to influences by Andrew Jeffery · 5 months ago
  58. eba23b9 docs: changes: Add The C programming language website by Andrew Jeffery · 5 months ago
  59. 5192e2e pdr: Add pldm_pdr_delete_by_record_handle() API by Pavithra Barithaya · 6 months ago
  60. 9c57ef5 requester: Add null check in pldm_instance_id_free by Manojkiran Eda · 6 months ago
  61. 6c7ee4f requester: Add null check in pldm_instance_id_alloc by Manojkiran Eda · 5 months ago
  62. bc40dd5 pdr: Fix for Entity Association PDR looping by Archana Kakani · 1 year, 1 month ago
  63. d94bf00 base: Define the minimum request bytes for SetTID command by Roger G. Coscojuela · 6 months ago
  64. eba1620 scripts: pre-submit: Force GCC for -fanalyzer by Andrew Jeffery · 6 months ago
  65. 779e9db dsp: firmware_update: Wrap static errno variants of package APIs by Andrew Jeffery · 6 months ago
  66. 248b5ab api: Translate -EBADMSG as PLDM_ERROR_INVALID_DATA by Andrew Jeffery · 6 months ago
  67. 8fd2655 changelog: Switch from numbered lists to bullet lists by Andrew Jeffery · 6 months ago
  68. a994a98 changelog: Fix entries subsequent to v0.11.0 tag by Andrew Jeffery · 6 months ago
  69. 4b5a13b docs: checklists: Rework release checklist by Andrew Jeffery · 6 months ago
  70. 2628990 firmware fd: FD_T1 timeout in FD-driven states by Matt Johnston · 7 months ago
  71. 5f9d307 README: Rework section on configuring, building and testing by Andrew Jeffery · 7 months ago
  72. d05ac25 meson: Exploit file.full_path() for config.h by Andrew Jeffery · 12 months ago
  73. fdc4dcc meson: Address missing native directive in add_languages() by Andrew Jeffery · 12 months ago
  74. e5c3f14 dsp: firmware_update: Stabilize downstream devices related ABI by Unive Tien · 9 months ago
  75. c4589e0 meson: reformat with meson formatter by Patrick Williams · 7 months ago
  76. e78035e meson: Format build files to match style guide by Archana Kakani · 7 months ago
  77. 059684c docs: checklists: Add resource cleanup recommendations by Andrew Jeffery · 7 months ago
  78. 02c9d37 docs: checklists: Document heap allocation constraint by Andrew Jeffery · 7 months ago
  79. 0b140da docs: checklists: Split out note on request and response APIs by Andrew Jeffery · 7 months ago
  80. 73625d7 docs: checklists: Sub-headers for adding new APIs by Andrew Jeffery · 7 months ago
  81. 92cedf0 meson: sizes.h: add includedir to install path by Patrick Williams · 7 months ago
  82. fa2e265 scripts: pre-submit: Fail on meson format diff by Matt Johnston · 8 months ago
  83. abe9b37 libpldm: Add fuzzing for firmware FD responder by Matt Johnston · 10 months ago
  84. cc6f643 firmware fd: Add PLDM Control version/commands by Matt Johnston · 9 months ago
  85. bde874e libpldm: Add PLDM control responder by Matt Johnston · 10 months ago
  86. 8c2bfb1 libpldm: Add firmware update FD responder by Matt Johnston · 10 months ago
  87. 8f3b13c msgbuf: pldm_msgbuf_peek_remaining and pldm_msgbuf_skip by Matt Johnston · 11 months ago
  88. 94e2d75 pdr: Handle removal of the last contained entity from EA PDR by Archana Kakani · 9 months ago
  89. bd092fc checklists: changes: Add The Byte Order Fallacy to influences by Andrew Jeffery · 8 months ago
  90. c4d1c8b dsp: firmware_update: Avoid integer overflow by Matt Johnston · 8 months ago
  91. cf9a2df dsp: Add FD side firmware_update encode/decode by Matt Johnston · 10 months ago
  92. 5d4f7b5 msgbuf: Add pldm_msgbuf_destroy_used() by Matt Johnston · 9 months ago
  93. e8d8d33 msgbuf: Add pldm_msgbuf_insert_uint64 by Matt Johnston · 10 months ago
  94. f37edd7 clang-format: re-format for clang-19 by Patrick Williams · 8 months ago
  95. 5a5129b dsp: firmware_update: Add iterator for downstream device parameters by Andrew Jeffery · 9 months ago
  96. 6a97b79 dsp: firmware_update: Expand "params" in symbol names by Andrew Jeffery · 9 months ago
  97. 0612d98 libpldm: Release v0.11.0 by Andrew Jeffery · 9 months ago v0.11.0
  98. d2f8a7e dsp: firmware_update: pack decomposed parameters to struct by Unive Tien · 9 months ago
  99. 71e935c dsp: firmware_update: Change return type of downstream device ABI/APIs by Unive Tien · 9 months ago
  100. eb8bb17 dsp: base: add encode_pldm_header_only_errno() by Unive Tien · 9 months ago