Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_system_core
/
eea85c9aabf38d39e0474716df3b10502ced9586
/
fastboot
822465a
Fix the mac fastboot build
by Dan Willemsen
· 8 years ago
4d89297
Merge "Convert fastboot to Soong"
by Dan Willemsen
· 8 years ago
c47c508
Merge "fastboot: Use a single codepath for flashall and update."
by Treehugger Robot
· 8 years ago
ab971b5
Convert fastboot to Soong
by Dan Willemsen
· 8 years ago
cf444f3
fastboot: Use a single codepath for flashall and update.
by David Anderson
· 8 years ago
e51dadb
fastboot: remove 'verify'
by Tom Cherry
· 8 years ago
5667514
fastboot: remove 'powerdown'
by Tom Cherry
· 8 years ago
0debda0
fastboot: Clean up the image array a bit.
by David Anderson
· 8 years ago
95d4093
fastboot: Flash boot partitions before rebooting to fastbootd.
by David Anderson
· 8 years ago
1d88743
fastboot: Automatically reboot to userspace fastboot.
by David Anderson
· 8 years ago
8fb0fb8
fastboot: allow automatic detection of super location
by Mark Salyzyn
· 8 years ago
07c2c9a
Merge "Added support to fuzzy_fastboot for more sparse tests"
by Treehugger Robot
· 8 years ago
ab26455
Added support to fuzzy_fastboot for more sparse tests
by Aaron Wisner
· 8 years ago
a5ad20a
Fix mac build breakage due to missing usb_osx.cpp in
by Aaron Wisner
· 8 years ago
5d3edb1
Merge changes from topic "fastbootd-flashall"
by Treehugger Robot
· 8 years ago
32e376f
fastbootd: Support flashall with logical partitions.
by David Anderson
· 8 years ago
c3ade7f
fastboot: Use _WIN32 instead of WIN32.
by David Anderson
· 8 years ago
e41cb2e
Merge "fastbootd: Add an update-super command to sync the super partition."
by Treehugger Robot
· 8 years ago
9dc6f90
Merge "adbd: use unique_fd for the usb file descriptors."
by Treehugger Robot
· 8 years ago
e37c5ca
Merge "Create fuzzy-fastboot pen tester"
by Treehugger Robot
· 8 years ago
860cc5a
adbd: use unique_fd for the usb file descriptors.
by Josh Gao
· 8 years ago
38b3c7a
fastbootd: Add an update-super command to sync the super partition.
by David Anderson
· 8 years ago
1572771
Merge "Add support to fastboot_driver for sending sparse images with CRC check"
by Chris Fries
· 8 years ago
00737b3
Create fuzzy-fastboot pen tester
by Aaron Wisner
· 8 years ago
9812b58
Add support to fastboot_driver for sending sparse images with CRC check
by Aaron Wisner
· 8 years ago
ab5583b
s/product-services/product_services/g
by Dario Freni
· 8 years ago
79ab0e3
fastbootd: Complete the implementation of getvar has-slot.
by David Anderson
· 8 years ago
3195e6e
Allow C++17 in fastboot.
by David Anderson
· 8 years ago
3b984c7
Merge "Increase fastboot timeout to 30 seconds"
by Chris Fries
· 8 years ago
50acca7
Increase fastboot timeout to 30 seconds
by Aaron Wisner
· 8 years ago
d9ba061
fastbootd: Add is-userspace variable.
by David Anderson
· 8 years ago
0d4277d
fastbootd: Add commands for logical partitions.
by David Anderson
· 8 years ago
88ef0b1
fastbootd: Add support for flashing logical partitions.
by David Anderson
· 8 years ago
12211d1
fastbootd: Enable erase and flash commands for physical partitions.
by David Anderson
· 8 years ago
075c351
Merge "fastboot: `fastbootd` uses `libadbd.so`."
by Tao Bao
· 8 years ago
856b7ec
fastbootd: Allow returning errors from getvar handlers.
by David Anderson
· 8 years ago
b71eedf
fastboot: `fastbootd` uses `libadbd.so`.
by Tao Bao
· 8 years ago
31d2c26
fastbootd: Implement the getvar command.
by Hridya Valsaraju
· 8 years ago
6b0ecda
Merge "fastboot: Fix product-services typo"
by Treehugger Robot
· 8 years ago
8cdea7f
fastboot: Fix product-services typo
by David Anderson
· 8 years ago
fb973d3
Merge Android Pie into master
by Xin Li
· 8 years ago
c4630ef
Merge "Allow existance of partition to be checked before flashall or update"
by Treehugger Robot
· 8 years ago
c30a75a
Merge "Add fastbootd."
by Treehugger Robot
· 8 years ago
f1f0a9c
Allow existance of partition to be checked before flashall or update
by Hridya Valsaraju
· 8 years ago
794fb01
Merge "Minor fixes to fastboot_driver" am: 8cf510ff81
by Aaron Wisner
· 8 years ago
8cf510f
Merge "Minor fixes to fastboot_driver"
by Treehugger Robot
· 8 years ago
c771ae0
Minor fixes to fastboot_driver
by Aaron Wisner
· 8 years ago
dea91b4
Add fastbootd.
by Hridya Valsaraju
· 8 years ago
cb10dca
Merge "Flash super partition with fastboot flashall" am: 10601fd512
by Hridya Valsaraju
· 8 years ago
10601fd
Merge "Flash super partition with fastboot flashall"
by Treehugger Robot
· 8 years ago
94943ee
Flash super partition with fastboot flashall
by Hridya Valsaraju
· 8 years ago
586282a
Merge "Add product-services.img for `fastboot flashall`." am: 8b8d7d67f2
by Dario Freni
· 8 years ago
8b8d7d6
Merge "Add product-services.img for `fastboot flashall`."
by Treehugger Robot
· 8 years ago
c7ea1af
Add product-services.img for `fastboot flashall`.
by Dario Freni
· 8 years ago
64465fd
Merge "fastboot: Fix hang when sparse images end in small chunks."
by David Anderson
· 8 years ago
0c7bde8
fastboot: Fix hang when sparse images end in small chunks.
by David Anderson
· 8 years ago
c6e9a94
Merge "Add support for fastboot transport timeouts and USB Reset() on linux"
by Chris Fries
· 8 years ago
acf78d4
Add support for fastboot transport timeouts and USB Reset() on linux
by Aaron Wisner
· 8 years ago
c526c79
Merge "Revert "Add derived UsbTransport class with USB reset method""
by Tobias Thierer
· 8 years ago
f6ee8fe
Merge "Revert "Add derived UsbTransport class with USB reset method""
by Tobias Thierer
· 8 years ago
ec1542f
Revert "Add derived UsbTransport class with USB reset method"
by Tobias Thierer
· 8 years ago
34bdf4e
Merge "Add derived UsbTransport class with USB reset method" am: 56795ac483
by Chris Fries
· 8 years ago
56795ac
Merge "Add derived UsbTransport class with USB reset method"
by Chris Fries
· 8 years ago
ceb7cbf
Add derived UsbTransport class with USB reset method
by Aaron Wisner
· 8 years ago
99fea01
Merge "fastboot: add tomcherry to OWNERS." am: b13c49b1b0
by Elliott Hughes
· 8 years ago
b13c49b
Merge "fastboot: add tomcherry to OWNERS."
by Treehugger Robot
· 8 years ago
40cd9e0
Merge "Refactor libfastboot" am: 767506fc5a
by Chris Fries
· 8 years ago
767506f
Merge "Refactor libfastboot"
by Chris Fries
· 8 years ago
4239aa7
fastboot: add tomcherry to OWNERS.
by Elliott Hughes
· 8 years ago
6a92858
Merge "fastboot: fix USB_TRACE, make it better." am: a570644b7d
by Josh Gao
· 8 years ago
a570644
Merge "fastboot: fix USB_TRACE, make it better."
by Treehugger Robot
· 8 years ago
a3024ba
Merge "Adb and fastboot completion supports zsh users." am: 74be24d696
by Jim Tang
· 8 years ago
db51120
Refactor libfastboot
by Aaron Wisner
· 8 years ago
0bd3432
Adb and fastboot completion supports zsh users.
by Jim Tang
· 8 years ago
8666830
Merge "fastboot: Refactor string constants to constants.h" am: fcc16c53e1
by Jerry Zhang
· 8 years ago
769a9c1
fastboot: Refactor string constants to constants.h
by Jerry Zhang
· 8 years ago
1f40b2c
Merge "Simplify __attribute__((__printf__)) use." am: 2aa50ff56d
by Elliott Hughes
· 8 years ago
d8a4c60
Simplify __attribute__((__printf__)) use.
by Elliott Hughes
· 8 years ago
057fb5b
Merge changes from topic "mingw-clang" am: b8f4fe4fd4
by Pirama Arumuga Nainar
· 8 years ago
a2df1ef
Do not customize __format__ for Windows/MinGW to gnu_printf
by Pirama Arumuga Nainar
· 8 years ago
f22e953
fastboot: fix USB_TRACE, make it better.
by Josh Gao
· 8 years ago
7337fd1
Merge "Clarify 'fastboot flash' help." am: f90137da60 am: 06d71a71fa
by Elliott Hughes
· 8 years ago
07fc682
Clarify 'fastboot flash' help.
by Elliott Hughes
· 8 years ago
db4c182
Merge "fastboot: better temporary file errors." am: 9971005cd3 am: 301b6b39c8
by Elliott Hughes
· 8 years ago
da1dbd6
fastboot: better temporary file errors.
by Elliott Hughes
· 8 years ago
a1ece0b
Merge "Make fastboot host builds match adb." am: b004620f80 am: f270f31d72
by android-build-prod (mdb)
· 8 years ago
645b50e
Make fastboot host builds match adb.
by Elliott Hughes
· 8 years ago
d5a2616
Merge changes from topic "libsparse-callback" am: 49b7f296b9 am: b2cacbb983
by Tao Bao
· 8 years ago
49b7f29
Merge changes from topic "libsparse-callback"
by Tao Bao
· 8 years ago
edb1234
Merge "Wipe metadata when we wipe userdata and cache." am: f88905d231
by Paul Crowley
· 8 years ago
4d17006
Wipe metadata when we wipe userdata and cache.
by Paul Crowley
· 8 years ago
7d27ffd
fastboot: Track the libsparse API change.
by Tao Bao
· 8 years ago
c3177b0
Merge "fastboot: sparse_file_len() returns int64_t." am: 9249f4bc41
by Tao Bao
· 8 years ago
41cf35f
fastboot: sparse_file_len() returns int64_t.
by Tao Bao
· 8 years ago
30b408c
Merge changes I1f55c6e1,Ib2adcf0a am: 395131df7b am: 4a9a08183e
by Elliott Hughes
· 8 years ago
542370d
Move fastboot over to ParseByteCount.
by Elliott Hughes
· 8 years ago
cc331a0
Merge "Remove header version check for command "fastboot boot boot.img"" am: b245377f0e
by Hridya Valsaraju
· 8 years ago
d016ee4
Remove header version check for command "fastboot boot boot.img"
by Hridya Valsaraju
· 8 years ago
24b17cb
Merge "fastboot: fix header_actual calculation" am: 53135a4772 am: 11f27f42f5
by Fernando Lugo
· 8 years ago
91dfaec
fastboot: fix header_actual calculation
by Fernando Lugo
· 8 years ago
Next »