1. 71be84d crdyboot: Add tests for find_stateful_partition_handle by Nicholas Bishop · 16 hours ago main
  2. 97f71f5 crdyboot: Use Uefi::find_esp_partition_handle by Nicholas Bishop · 16 hours ago
  3. b2e17fc libcrdy: Add Uefi::find_esp_partition_handle by Nicholas Bishop · 16 hours ago
  4. 12d7bce crdyboot: Use Uefi::find_partition_info_handles by Nicholas Bishop · 16 hours ago
  5. 0bc8d86 libcrdy: Add Uefi::find_partition_info_handles by Nicholas Bishop · 16 hours ago
  6. 7bb86ed crdyboot: Add tests for is_stateful_partition by Nicholas Bishop · 34 hours ago
  7. de39ddb crdyboot: Use Uefi::partition_info_for_handle by Nicholas Bishop · 17 hours ago
  8. b765b93 libcrdy: Add partition_info_for_handle by Nicholas Bishop · 34 hours ago
  9. b70a0a4 crdyboot: Thread `&dyn Uefi` param through some disk functions by Nicholas Bishop · 16 hours ago
  10. ee38996 crdyboot: Impl Eq/PartialEq for GptDiskError by Nicholas Bishop · 17 hours ago
  11. 746ad5e crdyboot: Add tests for is_sibling_partition by Nicholas Bishop · 2 days ago
  12. d22aa52 crdyboot: Add tests for find_parent_disk by Nicholas Bishop · 2 days ago
  13. 9b8222e crdyboot: Add tests for is_parent_disk by Nicholas Bishop · 2 days ago
  14. 28119c0 crdyboot: Update device_path_for_handle by Nicholas Bishop · 2 days ago
  15. 352bb3a libcrdy: Add device_path_for_handle by Nicholas Bishop · 2 days ago
  16. 8951536 crdyboot: Thread `&dyn Uefi` param through some disk code by Nicholas Bishop · 2 days ago
  17. 13bb3da crdyboot: Fix name of device_paths_for_handle by Nicholas Bishop · 2 days ago
  18. a6564f7 crdyboot: Make get_update_table care less about errors by Nicholas Bishop · 3 days ago
  19. 5f6eec3 crdyboot: Fix MAX_UPDATE_CAPSULES check by Nicholas Bishop · 4 days ago
  20. 49ee38a crdyboot: Test malformed variable data in get_update_table by Nicholas Bishop · 4 days ago
  21. f51cc42 crdyboot: Add success unit test for get_update_table by Nicholas Bishop · 4 days ago
  22. 4d4b22c crdyboot: Make update info var data in tests reusable by Nicholas Bishop · 4 days ago
  23. 66a8f12 crdyboot: Add some unit tests for get_update_table by Nicholas Bishop · 4 days ago
  24. 9e12a04 crdyboot: Pass a `&dyn Uefi` to get_update_table by Nicholas Bishop · 4 days ago
  25. 84f0330 crdyboot: Pass an iterator to get_update_table by Nicholas Bishop · 4 days ago
  26. bc5e27b crdyboot: Add delete_variable_no_error by Nicholas Bishop · 4 days ago
  27. b220ad0 crdyboot: Add test for current_time function by Nicholas Bishop · 4 days ago
  28. 4def524 crdyboot: Add dev-dep on libcrdy with the test_util feature by Nicholas Bishop · 4 days ago
  29. 2e759a7 libcrdy: Add Uefi trait by Nicholas Bishop · 4 days ago
  30. d9d5348 libcrdy: Enable alloc crate by Nicholas Bishop · 4 days ago
  31. d8db2a7 libcrdy: Alter the condition for enabling no_std by Nicholas Bishop · 4 days ago
  32. 48bd190 libcrdy: Add mockall as an optional dep by Nicholas Bishop · 4 days ago
  33. b301038 Move mockall to a workspace dep by Nicholas Bishop · 4 days ago
  34. 32598e3 crdyboot: Add feature flag to gate flexor support by Nikhil Gumidelli · 5 days ago
  35. c36d692 crdyboot: Change initial kernel buffer allocation type by Nicholas Bishop · 5 days ago
  36. 77b31c9 crdyboot: Add test for UpdateInfo::set_time_attempted by Nicholas Bishop · 7 days ago
  37. 78a6f8a crdyboot: Pass time in as an arg to set_time_attempted by Nicholas Bishop · 7 days ago
  38. 19bc91e crdyboot: Add current_time function by Nicholas Bishop · 7 days ago
  39. 91b4865 crdyboot: Rename update_time_attempted to set_time_attempted by Nicholas Bishop · 7 days ago
  40. 53c29ad crdyboot: Split up large test for update info by Nicholas Bishop · 7 days ago
  41. 85c5443 Update ahash to 0.8.11 by Nicholas Bishop · 8 days ago
  42. cfd0c04 Add mib_to_byte util by Nicholas Bishop · 8 days ago
  43. c162db8 crdyboot: Increase the kernel relocation buffer size by Nicholas Bishop · 8 days ago
  44. 3dc303f crdyboot: Add test for UpdateInfo::name by Nicholas Bishop · 8 days ago
  45. e9077e2 crdyboot: Add test for UpdateInfo construction error by Nicholas Bishop · 8 days ago
  46. 0e20116 crdyboot: Add test for time_to_bytes by Nicholas Bishop · 8 days ago
  47. 3f1e73d enroller: Drop shim_verbose feature by Nicholas Bishop · 2 weeks ago
  48. cefa0ce docs: Drop shim.md by Nicholas Bishop · 2 weeks ago
  49. dfae912 crdyshim: Drop args from efi_main by Nicholas Bishop · 2 weeks ago
  50. 80f770c crdyshim: Drop BootServices param from open_boot_file_system by Nicholas Bishop · 2 weeks ago
  51. 56d25ac crdyshim: Drop RuntimeServices param from SBAT revocations by Nicholas Bishop · 2 weeks ago
  52. 9a2593c uefi_test_tool: Drop BootServices param from launch_crdyshim by Nicholas Bishop · 2 weeks ago
  53. d8d2aea enroller: Drop args from efi_main by Nicholas Bishop · 2 weeks ago
  54. d801604 crdyboot: Drop BootServices param from get_vbpubk_from_image by Nicholas Bishop · 2 weeks ago
  55. b575113 libcrdy: Drop BootServices param from tpm::extend_pcr_and_log by Nicholas Bishop · 2 weeks ago
  56. d2d558f libcrdy: Drop BootServices param from nx::update_mem_attrs by Nicholas Bishop · 2 weeks ago
  57. 345e167 libcrdy: Drop SystemTable param from NextStage::launch by Nicholas Bishop · 2 weeks ago
  58. ec865ec libcrdy: Use raw system table pointer for the entry point function by Nicholas Bishop · 2 weeks ago
  59. 4b75db9 libcrdy: Drop unused SystemTable param from ScopedPageAllocation by Nicholas Bishop · 2 weeks ago
  60. 9dcd6c5 libcrdy: Use new boot module in ScopedPageAllocation by Nicholas Bishop · 2 weeks ago
  61. d27084b crdyboot: Drop SystemTable param from firmware module by Nicholas Bishop · 2 weeks ago
  62. 0c74c59 crdyboot: Remove unsafe code from load_capsules module by Nicholas Bishop · 2 weeks ago
  63. 1423775 crdyboot: Drop BootServices param from disk module by Nicholas Bishop · 2 weeks ago
  64. ed8e37a crdyboot: Drop BootServices param from disk module internals by Nicholas Bishop · 2 weeks ago
  65. 69d2b48 crdyboot: Drop RuntimeServices param from update_info module by Nicholas Bishop · 2 weeks ago
  66. 098ef81 crdyboot: Drop RuntimeServices param from maybe_copy_sbat_revocations by Nicholas Bishop · 2 weeks ago
  67. 79c632d crdyboot: Drop RuntimeServices param from self_revocation_check by Nicholas Bishop · 2 weeks ago
  68. d61fe45 libcrdy: Drop BootServices param from set_log_level by Nicholas Bishop · 2 weeks ago
  69. 78e2450 crdyboot: Update to uefi-0.31 by Andre Braga · 3 weeks ago
  70. f305b31 crdyboot: Conditionally copy SBAT revocations to a runtime UEFI var by Nicholas Bishop · 3 weeks ago
  71. 8c659ce crdyboot: Bump version to 1.0.3 by Nicholas Bishop · 3 weeks ago
  72. 8592d80 crdyboot: Update changelog for 1.0.2 by Nicholas Bishop · 3 weeks ago
  73. 4913085 crdyboot: Add a feature flag to enable firmware updates by Nicholas Bishop · 4 weeks ago firmware-R129-16001.B release-R129-16002.B
  74. 21b38dd crdyboot: Move allow_firmware_updates into the firmware module by Nicholas Bishop · 4 weeks ago
  75. c738b84 crdyboot: Move firmware update error handling into the firmware module by Nicholas Bishop · 4 weeks ago
  76. 1db1fea crdyboot: Call update_capsule by Nicholas Bishop · 4 weeks ago
  77. 076f6b6 crdyboot: Don't apply firmware updates if there are none by Nicholas Bishop · 4 weeks ago
  78. c23c2fc crdyboot: Drop a TODO and duplicate update capsule path logging by Nicholas Bishop · 4 weeks ago
  79. b52d884 crdyboot: Reset system at the end of update_firmware by Nicholas Bishop · 4 weeks ago
  80. 587e679 crdyboot: Add get_capsule_block_descriptors by Nicholas Bishop · 4 weeks ago
  81. 5f8da1d crdyboot: Add get_capsule_refs by Nicholas Bishop · 4 weeks ago
  82. a069d97 crdyboot: Make UpdateInfo fields private by Nicholas Bishop · 4 weeks ago
  83. dfb9609 crdyboot: Move get_update_table/set_update_statuses to update_info by Nicholas Bishop · 4 weeks ago
  84. 7991050 crdyboot: Add firmware::update_info module by Nicholas Bishop · 4 weeks ago
  85. a9b004e crdyboot: Add firmware::load_capsules module by Nicholas Bishop · 5 weeks ago
  86. 3d34f03 crdyboot: Add UpdateInfo::file_path by Nicholas Bishop · 5 weeks ago
  87. ec67377 crdyboot: Get media ID in open_stateful_partition by Nicholas Bishop · 6 weeks ago
  88. 0c7bbe8 crdyboot: Update ext4-view dep by Ted Brandston · 5 weeks ago
  89. bcb1f2c crdyboot: Derive Debug for GptDiskError by Nicholas Bishop · 5 weeks ago
  90. 3cc3d05 crdyboot: Move extern crate alloc to main.rs by Nicholas Bishop · 5 weeks ago
  91. fdd2aad crdyboot: Rework UpdateInfo to own its data by Nicholas Bishop · 6 weeks ago
  92. e9b69e8 crdyboot: Add UpdateInfo::HEADER_SIZE_IN_BYTES by Nicholas Bishop · 6 weeks ago
  93. e721d73 xtask: Increase VM SSH timeout by Nicholas Bishop · 6 weeks ago
  94. e0fb7eb crdyboot: Add FirmwareError enum by Nicholas Bishop · 6 weeks ago
  95. 50ca288 crdyboot: Make UpdateInfo time update errors non-fatal by Nicholas Bishop · 6 weeks ago
  96. 8365ff8 crdyboot: Make firmware var deletion errors non-fatal by Nicholas Bishop · 6 weeks ago
  97. febe490 crdyboot: Improve UpdateInfo::to_bytes allocation by Nicholas Bishop · 6 weeks ago
  98. f15906f crdyboot: Add test for UpdateInfo by Nicholas Bishop · 6 weeks ago
  99. 665e67c crdyboot: Add ext4-view by Andre Braga · 6 weeks ago
  100. dbb2301 vboot: Replace an `as` cast by Nicholas Bishop · 6 weeks ago