index
:
Project-1CE/system_core
lineage-18.1
sugisawa
sugisawa-mr1
tachibana
tachibana-mr1
umineko
Unnamed repository; edit this file 'description' to name the repository.
Linux User
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fastboot
/
fastboot_driver.cpp
Age
Commit message (
Expand
)
Author
2021-03-22
fastboot driver: Disallow implicit conversion from unique_fd to int.
Yifan Hong
2021-03-17
fastboot driver: add fetch command in driver
Yifan Hong
2021-03-17
fastboot driver: RunAndReadBuffer don't allocate too much mem
Yifan Hong
2021-03-17
fastboot driver: add RunAndReadBuffer helper
Yifan Hong
2019-11-10
fastbootd: Disallow certain operations during snapshot updates.
David Anderson
2019-10-31
fastboot: Implement helper commands for Virtual A/B.
David Anderson
2019-08-29
fastboot: Initialize UploadInner dsize value to 0
qiwu chen
2019-02-28
fastboot: reset timeout if INFO is received during long commands
Dima Zavin
2019-02-28
fastboot: switch the timeout clock source to steady_clock
Dima Zavin
2018-10-23
Add a simple MappedFile to libbase and switch fastboot and libziparchive over.
Elliott Hughes
2018-09-25
fastboot: remove engine.cpp/engine.h
Tom Cherry
2018-09-21
fastboot: clean up CheckRequirements
Tom Cherry
2018-09-20
Use vector<char> instead of char* and malloc() for images
Tom Cherry
2018-09-05
fastboot: remove command queue
Tom Cherry
2018-09-04
fuzzy_fastboot: Use uint64_t for partition sizes.
David Anderson
2018-09-04
fastbootd: Fix transport ownership.
David Anderson
2018-08-29
fastboot: remove 'verify'
Tom Cherry
2018-08-29
fastboot: remove 'powerdown'
Tom Cherry
2018-08-28
fastboot: Automatically reboot to userspace fastboot.
David Anderson
2018-08-22
Add support to fastboot_driver for sending sparse images with CRC check
Aaron Wisner
2018-08-02
Minor fixes to fastboot_driver
Aaron Wisner
2018-07-30
fastboot: Fix hang when sparse images end in small chunks.
David Anderson
2018-07-19
Refactor libfastboot
Aaron Wisner