1. b72fa73 Merge "fastboot: Support casefolding in ext4 partitions." by David Anderson · 3 years, 2 months ago
  2. fb66f3d Merge "Include sys/select.h for fd_set" by Colin Cross · 3 years, 2 months ago
  3. b33cfbf Merge "fastboot/README.md: Update response packet max size to 256" by Yi-Yo Chiang · 3 years, 2 months ago
  4. cbca269 Include sys/select.h for fd_set by Colin Cross · 3 years, 2 months ago
  5. a7656fa fastboot/README.md: Update response packet max size to 256 by Yi-Yo Chiang · 3 years, 2 months ago
  6. 4a9a79e Merge "Remove jmgao from OWNERS files." by Christopher Ferris · 3 years, 2 months ago
  7. 0ef9b4d Remove jmgao from OWNERS files. by Christopher Ferris · 3 years, 2 months ago
  8. d82efe0 Merge "fastboot: fix --disable-verifiation error message" by Treehugger Robot · 3 years, 2 months ago
  9. 671249a fastboot: fix --disable-verifiation error message by Bowgo Tsai · 3 years, 2 months ago
  10. 1f670ef fastbootd: Delete all VAB partitions during "flashall". by David Anderson · 3 years, 2 months ago
  11. 6f70cc6 fastboot: Support casefolding in ext4 partitions. by David Anderson · 3 years, 3 months ago
  12. db14785 Merge "Remove --wipe-and-use-fbe option from fastboot" by Treehugger Robot · 3 years, 4 months ago
  13. 47770a1 Remove --wipe-and-use-fbe option from fastboot by Paul Crowley · 3 years, 4 months ago
  14. 96941a0 fastboot: document second parameter of 'fetch' by Pierre-Clément Tosi · 3 years, 4 months ago
  15. a48a783 fastboot: support vbmeta_vendor.img by Bowgo Tsai · 3 years, 5 months ago
  16. 02a8324 Use libgtest_prod_headers. by Elliott Hughes · 3 years, 6 months ago
  17. 7723c72 Merge "Unable to mount filesystem in fastbootd mode on the user build." by David Anderson · 3 years, 6 months ago
  18. 9a95ed9 Merge "fastboot: Add a few missing fastboot commands from help" by David Anderson · 3 years, 6 months ago
  19. 055f802 Merge "libsnapshot: Add diagnostics for DM_DEV_REMOVE failures." by David Anderson · 3 years, 6 months ago
  20. 173667b fastboot: Add a few missing fastboot commands from help by Luca Stefani · 3 years, 6 months ago
  21. 0b903f9 libsnapshot: Add diagnostics for DM_DEV_REMOVE failures. by David Anderson · 3 years, 6 months ago
  22. d64b988 fastboot: use --force to bypass requirements by Andrew Chant · 3 years, 6 months ago
  23. 0909094 Unable to mount filesystem in fastbootd mode on the user build. by joker.yang · 3 years, 7 months ago
  24. 527cdd4 Merge "fastboot: Don't fail when unable to get boot partition size" by David Anderson · 3 years, 7 months ago
  25. d0a16c2 fastboot: derive device locked state from Android property by Oleg Matcovschi · 3 years, 7 months ago
  26. ac4a136 fastboot: Refactor bootimg_utils.cpp:mkbootimg() by Yi-Yo Chiang · 3 years, 7 months ago
  27. c0c9e30 fastboot: [boot] and [flash:raw] command support boot v4 by Yi-Yo Chiang · 3 years, 7 months ago
  28. 4722979 Merge "fastboot driver: ftrucate64->ftruncate." by Treehugger Robot · 3 years, 7 months ago
  29. a495be7 fastboot: Don't fail when unable to get boot partition size by Michael Bestas · 4 years ago
  30. 4f898d4 Merge "fastboot driver: add virtual dtor to ImageSource." by Treehugger Robot · 3 years, 7 months ago
  31. c871500 fastboot driver: ftrucate64->ftruncate. by Yifan Hong · 3 years, 7 months ago
  32. 2af0504 Merge "fastboot device: Disallow implicit conversion from unique_fd to int." by Treehugger Robot · 3 years, 7 months ago
  33. 981f79b Merge "fastboot driver: Disallow implicit conversion from unique_fd to int." by Treehugger Robot · 3 years, 7 months ago
  34. 15acff0 Merge "fastboot driver: Fix fd ownership." by Treehugger Robot · 3 years, 7 months ago
  35. 07e947f fastboot device: Disallow implicit conversion from unique_fd to int. by Yifan Hong · 3 years, 7 months ago
  36. 58532df fastboot driver: Disallow implicit conversion from unique_fd to int. by Yifan Hong · 3 years, 7 months ago
  37. e9f067b fastboot driver: Fix fd ownership. by Yifan Hong · 3 years, 7 months ago
  38. 559488c [LSC] Add LOCAL_LICENSE_KINDS to system/core by Bob Badour · 3 years, 7 months ago
  39. d2e8cb5 fastboot driver: add virtual dtor to ImageSource. by Yifan Hong · 3 years, 7 months ago
  40. f4c6ce4 fastboot driver: Avoid use after std::move() by Greg Kaiser · 3 years, 7 months ago
  41. f09c1ef fuzzy_fastboot: Add tests for fetch:vendor_boot by Yifan Hong · 3 years, 8 months ago
  42. 2a7a14b fuzzy_fastboot: Add conformance test for getvar:max-fetch-size. by Yifan Hong · 3 years, 8 months ago
  43. e71fe24 fastboot driver: repack vendor boot ramdisk by Yifan Hong · 3 years, 8 months ago
  44. 6d7da63 fastboot driver: Allow colon in partition name when flashing by Yifan Hong · 3 years, 8 months ago
  45. bcd2770 fastboot driver: add fetch command in driver by Yifan Hong · 3 years, 8 months ago
  46. 17d469b fastboot driver: RunAndReadBuffer don't allocate too much mem by Yifan Hong · 3 years, 8 months ago
  47. bbf374d fastboot driver: add RunAndReadBuffer helper by Yifan Hong · 3 years, 8 months ago
  48. b10d067 fastboot driver: Fix ownership of fd in fastboot_buffer. by Yifan Hong · 3 years, 8 months ago
  49. 60de969 fastboot driver: fix message by Yifan Hong · 3 years, 8 months ago
  50. a5cee93 fastbootd: add O_CLOEXEC/O_BINARY for OpenPartition by Yifan Hong · 3 years, 8 months ago
  51. c4073d3 fastbootd: add read arg to OpenPartition by Yifan Hong · 3 years, 8 months ago
  52. a4eb475 fastbootd: Add fetch command on device by Yifan Hong · 3 years, 8 months ago
  53. b299cb7 fastbootd: Add getvar max-fetch-size. by Yifan Hong · 3 years, 8 months ago
  54. fce8e0f Merge "fastbootd: Fix USB transport data is repeated every 256K" by Treehugger Robot · 3 years, 8 months ago
  55. 5f23388 fastbootd: Fix USB transport data is repeated every 256K by Yifan Hong · 3 years, 8 months ago
  56. dae48ef fastboot: Bring back legacy A/B support by LuK1337 · 4 years, 6 months ago
  57. 06e1b6c Merge "Add include directory to -header-filter" by Chih-hung Hsieh · 3 years, 8 months ago
  58. 84006f5 Add include directory to -header-filter by Chih-Hung Hsieh · 3 years, 8 months ago
  59. d69ad69 [LSC] Add LOCAL_LICENSE_KINDS to system/core by Bob Badour · 3 years, 8 months ago
  60. c3a206c Revert "[LSC] Add LOCAL_LICENSE_KINDS to system/core" by Elliott Hughes · 3 years, 8 months ago
  61. 187b7d1 [LSC] Add LOCAL_LICENSE_KINDS to system/core by Bob Badour · 3 years, 8 months ago
  62. 565577f Add support for compressed snapshot merges in fastboot. by David Anderson · 3 years, 9 months ago
  63. be823d7 fastboot: Add pvmfw by Andrew Scull · 3 years, 9 months ago
  64. 58d10c2 fastboot: f2fs: handle return code correctly by Jaegeuk Kim · 3 years, 10 months ago
  65. 21de4e7 Add new owners to various sub-projects. by Elliott Hughes · 3 years, 10 months ago
  66. 4217e6d Merge rvc-qpr-dev-plus-aosp-without-vendor@6881855 by Xin Li · 3 years, 11 months ago
  67. 638d05e fastboot: add casefold/projid/compress options by Jaegeuk Kim · 4 years ago
  68. 66d0d96 Refactor fs_mgr_overlayfs_teardown() by Yo Chiang · 4 years ago
  69. aca0bea libsnapshot: Partially implement OpenSnapshotWriter. by David Anderson · 4 years, 1 month ago
  70. f74c1a9 fastbootd: Add more logging for when the USB transport fails. by David Anderson · 4 years ago
  71. 012ee0a Merge "fastboot: add new oem command for post wipe userdata" by Joseph Jang · 4 years ago
  72. 5aa52d9 Revert "libsnapshot: Partially implement OpenSnapshotWriter." by Tianjie Xu · 4 years ago
  73. 2906975 fastboot: add new oem command for post wipe userdata by josephjang · 4 years, 1 month ago
  74. ef11411 Merge "libsnapshot: Partially implement OpenSnapshotWriter." am: 15f97700c2 am: b7b2d1255d am: 8b171bc688 am: c0d48d2041 by Treehugger Robot · 4 years, 1 month ago
  75. 75b982a libsnapshot: Partially implement OpenSnapshotWriter. by David Anderson · 4 years, 1 month ago
  76. 6ec7e3a Merge "fastboot: add new oem command for post wipe userdata" into rvc-qpr-dev am: 46ef208603 by TreeHugger Robot · 4 years, 1 month ago
  77. 46ef208 Merge "fastboot: add new oem command for post wipe userdata" into rvc-qpr-dev by TreeHugger Robot · 4 years, 1 month ago
  78. ad90b45 fastboot: add new oem command for post wipe userdata by josephjang · 4 years, 1 month ago
  79. 4fd78ec Merge changes from topic "revert-1413808-modules_partition-UXSIXCGPHZ" by Yifan Hong · 4 years, 1 month ago
  80. b407414 fastboot: switch to ZipEntry64. by Elliott Hughes · 4 years, 1 month ago
  81. 0d4a688 Revert "fastboot: add modules partition" by Yifan Hong · 4 years, 1 month ago
  82. 1355081 Merge changes from topic "modules_partition" by Yifan Hong · 4 years, 1 month ago
  83. fd89028 libfastboot uses usb_linux.cpp for all Linux targets by Jiyong Park · 4 years, 2 months ago
  84. 260b12b fastboot: add modules partition by Yifan Hong · 4 years, 2 months ago
  85. 767fe15 fuzzy_fastboot: use 'tcp:' prefix to identify fastboot protocol. by sirius.wang · 4 years, 3 months ago
  86. ef2c28b Merge "support f2fs casefolding formatting tool" by Jaegeuk Kim · 4 years, 3 months ago
  87. 5330ccd Use more inclusive language for #inclusivefixit by Hongguang Chen · 4 years, 3 months ago
  88. a389610 support f2fs casefolding formatting tool by Jaegeuk Kim · 4 years, 3 months ago
  89. be78bb6 fastboot: Add odm_dlkm by Yifan Hong · 4 years, 3 months ago
  90. 6b1c15c fastboot: Add vendor_dlkm by Yifan Hong · 4 years, 5 months ago
  91. 618ca34 fastboot: copy AVB footer on boot image to end of partition by Steve Muckle · 4 years, 4 months ago
  92. 3af575b fastboot: copy AVB footer on boot image to end of partition by Steve Muckle · 4 years, 4 months ago
  93. 53122b1 Merge "fuzzy_fastboot: use 'tcp:' prefix to identify fastboot protocol." by Treehugger Robot · 4 years, 4 months ago
  94. 2217c50 fastboot: don't print anything in Status() if the input is empty by Tom Cherry · 4 years, 4 months ago
  95. 6a7ff58 Fix `fastboot flash-all` on Nexus 7. by Elliott Hughes · 4 years, 4 months ago
  96. 0e743a2 fuzzy_fastboot: use 'tcp:' prefix to identify fastboot protocol. by Hongguang Chen · 4 years, 5 months ago
  97. e681cf0 Merge "fastboot: Allow fastboot to asynchronously differentiate between fastboot and fastbootd." by David Anderson · 4 years, 5 months ago
  98. 4e058ca fastboot: Allow fastboot to asynchronously differentiate between fastboot and fastbootd. by David Anderson · 4 years, 5 months ago
  99. 7516ebe fastbootd: Support TCP protocol. by Hongguang Chen · 4 years, 6 months ago
  100. 4222040 Merge "fastbootd: Support TCP protocol." by Treehugger Robot · 4 years, 5 months ago