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
/
engine.cpp
Age
Commit message (
Expand
)
Author
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
fastbootd: Fix transport ownership.
David Anderson
2018-08-28
fastboot: Automatically reboot to userspace fastboot.
David Anderson
2018-08-09
fastbootd: Add commands for logical partitions.
David Anderson
2018-07-19
Refactor libfastboot
Aaron Wisner
2018-07-16
fastboot: Refactor string constants to constants.h
Jerry Zhang
2018-04-09
Minimal changes to build fastboot as a library.
Elliott Hughes
2018-04-02
Improve fastboot verbose output.
Elliott Hughes
2018-04-02
Modernize fastboot output format.
Elliott Hughes
2018-03-28
Add "require partition-exists=" support.
Elliott Hughes
2018-01-09
fastboot: fix log print type mismatch
Changrong Jin
2017-05-09
Make fastboot command-line parsing a bit more like adb.
Elliott Hughes
2017-04-27
fastboot: Add 'get_staged' command
Jocelyn Bohr
2017-04-26
fastboot: Add 'stage' command
Jocelyn Bohr
2017-04-17
fastboot: Support larger transfers during flash
Chris Fries
2017-04-14
fastboot: Cap max size sent to libsparse
Chris Fries
2016-06-28
Remove unnecessary ARRAY_SIZE macros.
Elliott Hughes
2016-06-22
Fix misc-macro-parentheses warnings in system/core.
Chih-Hung Hsieh
2016-04-29
Use more std::string in fastboot.
Elliott Hughes
2016-01-19
fastboot: show progress when sending sparse images.
Josh Gao
2015-11-16
fastboot: create Transport object (take 2).
David Pursell
2015-11-14
Revert "fastboot: create Transport object."
David Pursell
2015-11-13
fastboot: create Transport object.
David Pursell
2015-11-05
Fastboot changes to support A/B partitioning
Daniel Rosenberg
2015-11-02
Clarify and fix the intent of the partition-type checking code.
Elliott Hughes
2015-10-30
fastboot shouldn't erase non-existent cache partitions.
Elliott Hughes
2015-08-25
Fix missing <stdarg.h>.
Elliott Hughes
2015-08-25
Use 64-bit file sizes in fastboot.
Elliott Hughes
2015-06-23
Move fastboot to C++.
Elliott Hughes