1. 93a997d utils: Remove is_transfer_flag_valid() from the public API by Andrew Jeffery · 4 days ago
  2. bc19d9c utils: Remove is_time_legal() from the public API by Andrew Jeffery · 4 days ago
  3. 4e3d572 utils: Migrate pldm_base_ver2str() to base by Andrew Jeffery · 4 days ago
  4. ea8dd96 utils: Rename ver2str() to pldm_base_ver2str() by Andrew Jeffery · 4 days ago
  5. 7b66bcb utils: Split out BCD translation unit by Andrew Jeffery · 4 days ago
  6. 5da45e5 utils: Rename dec2bcd32() to pldm_bcd_dec2bcd32() by Andrew Jeffery · 5 days ago
  7. 2a985a6 utils: Rename bcd2dec32() to pldm_bcd_bcd2dec32() by Andrew Jeffery · 5 days ago
  8. 9ed3391 utils: Rename dec2bcd16() to pldm_bcd_dec2bcd16() by Andrew Jeffery · 5 days ago
  9. edc1b1f utils: Rename bcd2dec16() to pldm_bcd_bcd2dec16() by Andrew Jeffery · 5 days ago
  10. fccf4b6 utils: Rename dec2bcd8() to pldm_bcd_dec2bcd8() by Andrew Jeffery · 5 days ago
  11. 65b74a7 utils: Rename bcd2dec8() to pldm_bcd_bcd2dec8() by Andrew Jeffery · 5 days ago
  12. fd28f9c utils: Split out EDAC translation unit by Andrew Jeffery · 5 days ago
  13. f4d8810 msgbuf: Add pldm_msgbuf_insert_real32 by Roger G. Coscojuela · 8 weeks ago
  14. bf554b2 pdr: Stabilize APIs for removing records by Pavithra Barithaya · 5 months ago
  15. 69b5a9c transport: Improve time validation in pldm_transport_send_recv_msg() by Amithash Prasad · 4 months ago
  16. 88c00b0 tests: transport: send_recv_one: Prevent invalid accesses by Andrew Jeffery · 4 months ago
  17. 8403c4b tests: meson: Use system include type for googletest dependencies by Andrew Jeffery · 4 months ago
  18. 9e458e1 dsp: base: Omit checksum for Multipart receive ACKNOWLEDGE_COMPLETION by Kasun Athukorala · 4 months ago
  19. d50035f dsp: base: Fix MultipartReceive Request decoding by Kasun Athukorala · 4 months ago
  20. 9d320cb clang-tidy-21: uninitialized-const-pointer warnings by Patrick Williams · 4 months ago
  21. 1ad093f clang-format: update latest spec and reformat with clang-21 by Patrick Williams · 4 months ago
  22. ae7410c dsp: base: Added encode_pldm_base_negotiate_transfer_params_resp() by Kasun Athukorala · 4 months ago
  23. cb987c5 dsp: base: Added decode_pldm_base_negotiate_transfer_params_req() by Kasun Athukorala · 7 months ago
  24. d7b9424 utils: Add an API to calculate cumulative crc32 by Kasun Athukorala · 7 months ago
  25. c144ea9 tests: dsp: firmware_update: Drop guards for package parsing tests by Andrew Jeffery · 4 months ago
  26. 7a8d932 msgbuf: Define a separate msgbuf structure for encode/decode function by John Chung · 5 months ago
  27. 94f7fd6 include, tests: Address concerns from -Wsign-compare by Andrew Jeffery · 4 months ago
  28. 6ae2fd7 dsp: platform: Add file PDR descriptor encoding by Kasun Athukorala · 6 months ago
  29. f6ef78f dsp: firmware_update: Stabilized new firmware package parsing ABI by Unive Tien · 7 months ago
  30. a93a3a0 dsp: base: Correct test case name for decode_multipart_receive_req() by Chau Ly · 5 months ago
  31. 6121773 dsp: base: Don't extract MultipartReceive resp's CRC once complete by Chau Ly · 5 months ago
  32. 72442de dsp: firmware_update: Flags for decode_pldm_firmware_update_package() by Andrew Jeffery · 5 months ago
  33. c53c6fe dsp: firmware_update: Run-time state machine for package parsing by Andrew Jeffery · 5 months ago
  34. fcc15b8 tests: msgbuf: Ensure extraction succeeds before testing values by Andrew Jeffery · 5 months ago
  35. 530d1a3 dsp: file: Let some encode APIs accept pointer to payload_length by Chau Ly · 5 months ago
  36. e98a72f dsp: base: Let some encode APIs accept pointer to payload_length by Chau Ly · 5 months ago
  37. 7c65530 platform: Reinforce some symbol names by Chau Ly · 5 months ago
  38. 4184623 base: Reinforce some symbol names by Chau Ly · 5 months ago
  39. edb8826 dsp: base: Implement decode_multipart_receive_req() in terms of msgbuf by Andrew Jeffery · 5 months ago
  40. 21a639d dsp: base: Add encode resp for MultipartReceive command by John Chung · 6 months ago
  41. 76c9b19 dsp: file: Add decode req & encode resp for DfOpen & DfClose command by John Chung · 6 months ago
  42. ea5f737 dsp: platform: Add sensor enable responder by Matt Johnston · 7 months ago
  43. 0178274 firmware_update: Add DSP0267 v1.3.0 version updates by Carter Chen · 7 months ago
  44. f72cf6f firmware_update: Add DSP0267 v1.2.0 version updates by Carter Chen · 7 months ago
  45. f363bda tools: Add pd, a test tool for libpldm by Andrew Jeffery · 10 months ago
  46. 2613c27 dsp: firmware_update: Introduce iterators for parsing firmware packages by Andrew Jeffery · 10 months ago
  47. bacbbac dsp: firmware_update: Reimplement decode_firmware_device_id_record_errno() by Andrew Jeffery · 10 months ago
  48. 150b06c dsp: firmware_update: Reimplement decode_pldm_package_header_info_errno() by Andrew Jeffery · 10 months ago
  49. 309bbe8 base: return valid completion code by Manojkiran Eda · 8 months ago
  50. 3643e74 fw_update: Use fw_update specific completion codes by Manojkiran Eda · 8 months ago
  51. ec19cbc base: decode_set_tid_req() in PLDM base by Vishnu Santhosh · 8 months ago
  52. 06eadd0 dsp: firmware update: Add encode/decode APIs for DD update by Sora Su · 8 months ago
  53. babd7b1 dsp: platform: Add encode req & decode resp for GetEventReceiver command by Roger G. Coscojuela · 10 months ago
  54. 59edcb1 pdr: Add pldm_entity_association_tree_delete_node() API by Pavithra Barithaya · 11 months ago
  55. f0eee36 pdr: Add pldm_pdr_delete_by_sensor_id() API by Pavithra Barithaya · 11 months ago
  56. 48b0f80 platform: encode_get_pdr_repository_info_req() in PLDM platform by Vishnu Santhosh · 8 months ago
  57. 8cfeb47 pdr: Add pldm_pdr_delete_by_effecter_id() API by Pavithra Barithaya · 11 months ago
  58. 869c287 pdr: Stabilize pldm_pdr_delete_by_record_handle() by Pavithra Barithaya · 9 months ago
  59. a1cd72b clang-format: update latest spec and reformat with clang-20 by Andrew Jeffery · 8 months ago
  60. 560ff9c msgbuf: Add pldm_msgbuf_span_until() by Andrew Jeffery · 11 months ago
  61. 92c3236 tests: dsp: firmware_update: Split DecodeFirmwareDeviceIdRecord tests by Andrew Jeffery · 10 months ago
  62. 71a0a7e tests: msgbuf: Ensure value is initialized by Andrew Jeffery · 10 months ago
  63. 075a7dc tests: dsp: firmware_update: Split test cases by package data by Andrew Jeffery · 11 months ago
  64. e038b96 tests: firmware_update: Split out spec constants by Andrew Jeffery · 11 months ago
  65. a3eba61 tests: dsp: firmware_update: Fix "packagerHeaderSize" typo by Andrew Jeffery · 11 months ago
  66. d0c9ae7 utils: Rename crc8() to pldm_edac_crc8() by Andrew Jeffery · 10 months ago
  67. a386348 utils: Rename crc32() to pldm_edac_crc32() by Andrew Jeffery · 10 months ago
  68. 59dce78 dsp: base: Add encode req & decode resp for NegotiateTransferParameters by Chau Ly · 10 months ago
  69. 58273fb dsp: file: Add encode req & decode resp for DfHeartbeat command by Chau Ly · 10 months ago
  70. 7286ca6 dsp: file: Add encode req & decode resp for DfClose command by Chau Ly · 10 months ago
  71. cf26f2a dsp: file: Add encode req & decode resp for DfOpen command by Chau Ly · 10 months ago
  72. ed4ad70 platform: Add decode API for File Descriptor PDR by Chau Ly · 10 months ago
  73. 8836784 dsp: base: Add encode req & decode resp for MultipartReceive command by Dung Cao · 1 year, 3 months ago
  74. 1a4eed9 msgbuf: Add pldm_msgbuf_extract_uint*_to_size APIs by Chau Ly · 10 months ago
  75. a189696 msgbuf: Rework error handling to improve soundness by Andrew Jeffery · 11 months ago
  76. 63b5a66 msgbuf: Return -EOVERFLOW where relevant in pldm_msgbuf_consumed() by Andrew Jeffery · 11 months ago
  77. 70d21c9 msgbuf: Rename 'destroy' APIs to 'complete' by Andrew Jeffery · 11 months ago
  78. 53b0867 dsp: firmware_update: Initialize msgbuf after argument tests by Andrew Jeffery · 11 months ago
  79. 5192e2e pdr: Add pldm_pdr_delete_by_record_handle() API by Pavithra Barithaya · 11 months ago
  80. 9c57ef5 requester: Add null check in pldm_instance_id_free by Manojkiran Eda · 10 months ago
  81. 6c7ee4f requester: Add null check in pldm_instance_id_alloc by Manojkiran Eda · 10 months ago
  82. bc40dd5 pdr: Fix for Entity Association PDR looping by Archana Kakani · 1 year, 6 months ago
  83. 779e9db dsp: firmware_update: Wrap static errno variants of package APIs by Andrew Jeffery · 11 months ago
  84. 248b5ab api: Translate -EBADMSG as PLDM_ERROR_INVALID_DATA by Andrew Jeffery · 11 months ago
  85. e5c3f14 dsp: firmware_update: Stabilize downstream devices related ABI by Unive Tien · 1 year, 1 month ago
  86. abe9b37 libpldm: Add fuzzing for firmware FD responder by Matt Johnston · 1 year, 2 months ago
  87. 94e2d75 pdr: Handle removal of the last contained entity from EA PDR by Archana Kakani · 1 year, 1 month ago
  88. c4d1c8b dsp: firmware_update: Avoid integer overflow by Matt Johnston · 1 year, 1 month ago
  89. cf9a2df dsp: Add FD side firmware_update encode/decode by Matt Johnston · 1 year, 2 months ago
  90. f37edd7 clang-format: re-format for clang-19 by Patrick Williams · 1 year, 1 month ago
  91. 5a5129b dsp: firmware_update: Add iterator for downstream device parameters by Andrew Jeffery · 1 year, 1 month ago
  92. 6a97b79 dsp: firmware_update: Expand "params" in symbol names by Andrew Jeffery · 1 year, 1 month ago
  93. d2f8a7e dsp: firmware_update: pack decomposed parameters to struct by Unive Tien · 1 year, 2 months ago
  94. 71e935c dsp: firmware_update: Change return type of downstream device ABI/APIs by Unive Tien · 1 year, 2 months ago
  95. fef24ed meson: Specify OEM extensions in an array by Andrew Jeffery · 1 year, 2 months ago
  96. d5d1f66 dsp: firmware_update: Fix missing #include <span> by Matt Johnston · 1 year, 2 months ago
  97. 3a2c658 dsp: firmware_update: Iterators for downstream device descriptors by Andrew Jeffery · 1 year, 2 months ago
  98. dec237b tests: firmware_update: Clean up some use of reinterpret_cast<>() by Andrew Jeffery · 1 year, 2 months ago
  99. cd2eb60 tests: firmware_update: Fix 'complition' typo by Andrew Jeffery · 1 year, 2 months ago
  100. 1be1d5e dsp: platform: Fix location of closing paren in overflow detection by Andrew Jeffery · 1 year, 2 months ago