1. 36324f6 Apply GCC's tainted_args attribute to library entrypoints by Andrew Jeffery · 7 weeks ago
  2. 21cb052 dsp: bios_table: Bounds check pldm_bios_table_string_entry_encode() by Andrew Jeffery · 6 weeks ago
  3. 92967be dsp: bios_table: Bounds check pldm_bios_table_attr_value_entry_encode_enum() by Andrew Jeffery · 6 weeks ago
  4. d96d21f dsp: bios_table: Bounds check pldm_bios_table_attr_value_entry_encode_string() by Andrew Jeffery · 6 weeks ago
  5. d610b00 dsp: bios_table: Bounds check pldm_bios_table_append_pad_checksum() by Andrew Jeffery · 6 weeks ago
  6. a16f70c dsp: bios_table: Tidy up pldm_bios_table_pad_checksum_size() by Andrew Jeffery · 6 weeks ago
  7. 72dd2dd dsp: bios_table: Branchless implementation of pad_size_get() by Andrew Jeffery · 6 weeks ago
  8. 3b5ab92 dsp: bios_table: Null check for pldm_bios_table_iter_is_end() by Andrew Jeffery · 8 weeks ago
  9. d8bb75c dsp: bios_table: Rename pldm_bios_table_append_pad_checksum_check() by Andrew Jeffery · 5 months ago
  10. 504dd17 dsp: bios_table: Rename pldm_bios_table_attr_value_entry_encode_integer_check() by Andrew Jeffery · 5 months ago
  11. 1a3983c dsp: bios_table: Rename pldm_bios_table_attr_value_entry_encode_string_check() by Andrew Jeffery · 5 months ago
  12. 09004d6 dsp: bios_table: Rename pldm_bios_table_attr_value_entry_encode_enum_check() by Andrew Jeffery · 5 months ago
  13. 5347e27 dsp: bios_table: Rename pldm_bios_table_attr_entry_integer_encode_check() by Andrew Jeffery · 5 months ago
  14. c668ffc dsp: bios_table: Rename pldm_bios_table_attr_entry_string_decode_def_string_length_check() by Andrew Jeffery · 5 months ago
  15. f6be493 dsp: bios_table: Rename pldm_bios_table_attr_entry_string_encode_check() by Andrew Jeffery · 5 months ago
  16. 82b4d3b dsp: bios_table: Rename pldm_bios_table_attr_entry_enum_decode_pv_hdls_check() by Andrew Jeffery · 5 months ago
  17. 46673f4 dsp: bios_table: Rename pldm_bios_table_attr_entry_enum_decode_def_num_check() by Andrew Jeffery · 5 months ago
  18. b06882f dsp: bios_table: Rename pldm_bios_table_attr_entry_enum_decode_pv_num_check() by Andrew Jeffery · 5 months ago
  19. 7126b1d dsp: bios_table: Rename pldm_bios_table_attr_entry_enum_encode_check() by Andrew Jeffery · 5 months ago
  20. 8c37ab3 dsp: bios_table: Rename pldm_bios_table_string_entry_decode_string_check() by Andrew Jeffery · 5 months ago
  21. e48fdd6 dsp: bios_table: Rename pldm_bios_table_string_entry_encode_check() by Andrew Jeffery · 5 months ago
  22. 48761c6 libpldm: Reorganize source and test files by Andrew Jeffery · 5 months ago[Renamed from src/bios_table.c]
  23. b0c1d20 libpldm: Fix header use by Andrew Jeffery · 1 year ago
  24. 691668f license: add spdx identifier to all files by Patrick Williams · 1 year ago
  25. b9d951f Improving the clarity of the code by Archana Kakani · 1 year, 1 month ago
  26. ef47e2f libpldm: Migrate ARRAY_SIZE() to internal header by Andrew Jeffery · 1 year, 4 months ago
  27. 50dd159 bios_table: Remove pldm_bios_table_append_pad_checksum() by Andrew Jeffery · 1 year, 4 months ago
  28. 4e1f131 bios_table: Remove pldm_bios_table_attr_value_entry_encode_integer() by Andrew Jeffery · 1 year, 4 months ago
  29. 46d0768 bios_table: Remove pldm_bios_table_attr_value_entry_encode_string() by Andrew Jeffery · 1 year, 4 months ago
  30. 8b1c034 bios_table: Remove pldm_bios_table_attr_value_entry_encode_enum() by Andrew Jeffery · 1 year, 4 months ago
  31. 0ecf6bc bios_table: Remove pldm_bios_table_attr_entry_integer_encode_length() by Andrew Jeffery · 1 year, 4 months ago
  32. 8526892 libpldm: Lift or remove asserts where a subsequent check exists by Andrew Jeffery · 1 year, 4 months ago
  33. 9e33be9 bios_table: Annotate pldm_bios_table_attr_value_entry_encode_integer() by Andrew Jeffery · 1 year, 4 months ago
  34. 1264fbd bios_table: Stabilise pldm_bios_table_append_pad_checksum_check() by Andrew Jeffery · 1 year, 4 months ago
  35. 73d9176 bios_table: pldm_bios_table_iter_next(): Invalid entry halts iteration by Andrew Jeffery · 1 year, 5 months ago
  36. 757e81a bios_table: pldm_bios_table_iter_create(): Return NULL on failed alloc by Andrew Jeffery · 1 year, 5 months ago
  37. 044ee19 bios_table: Introduce pldm_bios_table_append_pad_checksum_check() by Andrew Jeffery · 1 year, 5 months ago
  38. 0088a6a bios_table: Deprecate pldm_bios_table_attr_value_entry_encode_integer() by Andrew Jeffery · 1 year, 5 months ago
  39. 2d66393 bios_table: Deprecate pldm_bios_table_attr_value_entry_encode_string() by Andrew Jeffery · 1 year, 5 months ago
  40. 7aeb7ed bios_table: Deprecate pldm_bios_table_attr_value_entry_encode_enum() by Andrew Jeffery · 1 year, 5 months ago
  41. fe0f01d bios_table: Transitive error handling for get_bios_attr_handle() by Andrew Jeffery · 1 year, 5 months ago
  42. a873eca bios_table: pldm_bios_table_string_entry_encode_check(): Handle overflow by Andrew Jeffery · 1 year, 5 months ago
  43. 6409c8a bios_table: Remove deprecated APIs sanitized by assert() by Andrew Jeffery · 1 year, 5 months ago
  44. d47e8ab bios_table: Deprecate APIs with arguments sanitized using assert() by Andrew Jeffery · 1 year, 5 months ago
  45. 0c9f5a8 bios_table: Relax pldm_bios_table_attr_entry_enum_decode_pv_hdls_check() by Andrew Jeffery · 1 year, 5 months ago
  46. 98c1e69 bios_table: Relax pldm_bios_table_string_entry_decode_string_check() by Andrew Jeffery · 1 year, 5 months ago
  47. df02e36 bios_table: pldm_bios_table_attr_entry_string_info_check() NULL deref by Andrew Jeffery · 1 year, 5 months ago
  48. f89befe meson: Force inclusion of config.h via `-include` by Andrew Jeffery · 1 year, 5 months ago
  49. 9d2a1c6 libpldm: Explicit deprecated, stable and testing ABI classes by Andrew Jeffery · 1 year, 5 months ago
  50. 37dd6a3 clang-format: copy latest and re-format by Andrew Jeffery · 1 year, 6 months ago
  51. fbe61d7 clang-tidy: Fix readability-isolate-declaration diagnostics by Andrew Jeffery · 1 year, 7 months ago
  52. d2c64cb clang-tidy: Fix readability-braces-around-statements diagnostics by Andrew Jeffery · 1 year, 7 months ago
  53. 0a05b12 clang-tidy: Fix bugprone-macro-parentheses diagnostics by Andrew Jeffery · 1 year, 7 months ago
  54. 319304f clang-tidy: Fix clang-diagnostic-strict-prototypes diagnostics by Andrew Jeffery · 1 year, 8 months ago
  55. 9a8e497 Fix includes using iwyu tool by Manojkiran Eda · 2 years ago
  56. 9c76679 libpldm: Migrate to subproject by Andrew Jeffery · 2 years, 3 months ago