Gitiles
Code Review
Sign In
gerrit.twrp.me
/
android_bootable_recovery
/
8295228a79441224ad4d1b96c430aa2e99fa82ce
/
updater
9769246
Run BORINGSSL_self_test() in updater_main
by Tianjie Xu
· 5 years ago
d628cfc
Move mounts.cpp from libotautil into libupdater.
by Tao Bao
· 5 years ago
4c4c7dc
Merge "Use libcrypto_static instead of libcrypto"
by Colin Cross
· 5 years ago
0e643e4
Use libcrypto_static instead of libcrypto
by Colin Cross
· 5 years ago
5234ad4
applypatch: Add backup_source parameter to PatchPartition.
by Tao Bao
· 5 years ago
54100d3
Merge "Link libcrypto dynamically for recovery unit tests."
by Tobias Thierer
· 5 years ago
189d424
Link libcrypto dynamically for recovery unit tests.
by Pete Bentley
· 5 years ago
d815194
Set LOCAL_INJECT_BSSL_HASH for updater
by Colin Cross
· 5 years ago
3cbd7ae
updater: Fix build for new CreateLogicalPartition signature.
by David Anderson
· 5 years ago
60b242c
Simulator: add the argument to keep the updated images
by Tianjie Xu
· 5 years ago
7efd233
Add command line parser for simulator
by Tianjie Xu
· 5 years ago
fc2ad88
Merge "Drop the device specific support for update host simulator"
by Tianjie Xu
· 5 years ago
4c8e6ea
Merge "Fix build for API change to DestroyLogicalPartition()."
by David Anderson
· 5 years ago
b42281a
Drop the device specific support for update host simulator
by Tianjie Xu
· 5 years ago
ea3c4a4
Change the symlink to system_ext
by Justin Yun
· 5 years ago
1cf8eb7
Add a GetMappedPackageLength to Updater
by Robin Lee
· 5 years ago
4955648
Merge "Add unit tests for simulator"
by Tianjie Xu
· 5 years ago
7ba8f18
Rename product_services to system_ext
by Justin Yun
· 5 years ago
c3a161e
Add unit tests for simulator
by Tianjie Xu
· 5 years ago
32148d9
Fix build for API change to DestroyLogicalPartition().
by David Anderson
· 5 years ago
d118833
Implement updater runtime for dynamic partitions
by Tianjie Xu
· 5 years ago
74b0f7c
Implement the TargetFile and BuildInfo
by Tianjie Xu
· 5 years ago
76e165d
Disable building simulator for mac
by Tianjie Xu
· 5 years ago
c1a5e26
Implement an update simulator to verify BB OTA packages on host
by Tianjie Xu
· 5 years ago
27556d0
Some clean ups to the updater
by Tianjie Xu
· 5 years ago
1536db8
Add UpdaterRuntime class
by Tianjie Xu
· 5 years ago
3fda5d6
Skip hashtree computation during block image verify
by Tianjie Xu
· 5 years ago
58d5912
Add Updater class and remove UpdaterInfo
by Tianjie Xu
· 6 years ago
a86dddb
Track libziparchive API change.
by Elliott Hughes
· 6 years ago
782dcc1
Consolidate the codes that handle reboot/shutdown.
by Tao Bao
· 6 years ago
53158e5
Fix potential size overflow in blockimg.cpp
by xunchang
· 6 years ago
8ff84d7
updater: add functions to modify dynamic partition metadata
by Yifan Hong
· 6 years ago
63f5260
Create stash dir recursively.
by Yifan Hong
· 6 years ago
22a27f9
Merge "Use dynamically linked f2fs executables."
by Tao Bao
· 6 years ago
363d624
updater: erase ignores EOPNOTSUPP for BLKDISCARD
by Yifan Hong
· 6 years ago
c674dfb
Use dynamically linked f2fs executables.
by Tao Bao
· 6 years ago
3d69f0d
Clean up the arg setup for exec(3).
by Tao Bao
· 6 years ago
91e631d
make_f2fs: use -g android by default
by Jaegeuk Kim
· 6 years ago
a2cff95
updater: Error out on underrun during patching.
by Tao Bao
· 6 years ago
04e4afb
Use only signed/unsigned numbers with ParseInt/ParseUint respectively
by Tom Cherry
· 6 years ago
5609bc8
applypatch: Refactor applypatch().
by Tao Bao
· 6 years ago
43bfa6e
Enable c++17 in recovery_defaults.
by Tao Bao
· 6 years ago
22f1120
Remove otafault
by Tianjie Xu
· 6 years ago
f8811bb
updater: Add TransferList class.
by Tao Bao
· 6 years ago
3c89273
updater: Add SourceInfo::{ReadAll,DumpBuffer,Overlaps}.
by Tao Bao
· 6 years ago
ef5e38f
tests: Move to Android.bp.
by Tao Bao
· 6 years ago
c205dd9
Merge "updater: Move libupdater to Soong."
by Tao Bao
· 6 years ago
c019580
Merge "Add the hash_tree_info class in Command"
by Tianjie Xu
· 6 years ago
8f64bf6
Add the hash_tree_info class in Command
by Tianjie Xu
· 6 years ago
673bb6f
updater: Move libupdater to Soong.
by Tao Bao
· 6 years ago
b5bc978
Merge "Add an updater function to compute hash tree" am: dbe4420325
by Tianjie Xu
· 6 years ago
69ffa15
Add an updater function to compute hash tree
by Tianjie Xu
· 6 years ago
603b7ed
Merge "applypatch: Consolidate CacheSizeCheck() and MakeFreeSpaceOnCache()."
by Tao Bao
· 6 years ago
5ee2566
applypatch: Consolidate CacheSizeCheck() and MakeFreeSpaceOnCache().
by Tao Bao
· 6 years ago
e089c1a
Merge "updater: Let read_file() return Value::Type::STRING." am: ac234b4493
by Tao Bao
· 6 years ago
bafd6c7
updater: Let read_file() return Value::Type::STRING.
by Tao Bao
· 6 years ago
17cda67
Merge "edify: Rename parse_string to ParseString and let it take std::string."
by Tao Bao
· 6 years ago
d8a2c26
Merge "edify: Remove VAL_INVALID and move ValueType into Value class."
by Tao Bao
· 6 years ago
6b18eb7
Merge "edify: Rename parse_string to ParseString and let it take std::string."
by Tao Bao
· 6 years ago
d8d514f
edify: Rename parse_string to ParseString and let it take std::string.
by Tao Bao
· 6 years ago
511d759
edify: Remove VAL_INVALID and move ValueType into Value class.
by Tao Bao
· 6 years ago
e2136c4
Merge "updater: Remove the support for sha1_check()." am: fbc0f6062c
by Tao Bao
· 6 years ago
0b58e9a
updater: Remove the support for sha1_check().
by Tao Bao
· 6 years ago
b450952
Merge "updater: Add ABORT command." am: c059b6c1c6
by Tao Bao
· 6 years ago
91a649a
updater: Add ABORT command.
by Tao Bao
· 6 years ago
6541974
Merge "No longer print hash for stashed blocks during verification of retry"
by Tianjie Xu
· 6 years ago
3c5958f
No longer print hash for stashed blocks during verification of retry
by Tianjie Xu
· 7 years ago
42f96e5
Merge "updater: Check the number of args in Command::Parse." am: 95b8d2b064
by Tao Bao
· 6 years ago
e660430
Merge "updater: Add Command parsing codes." am: afc2962e60
by Tao Bao
· 6 years ago
92f3393
updater: Check the number of args in Command::Parse.
by Tao Bao
· 6 years ago
6a7e4af
updater: Add Command parsing codes.
by Tao Bao
· 6 years ago
839c405
Merge "applypatch: {Load,Save}FileContents and ParseSha1 take std::string."
by Tao Bao
· 6 years ago
b418156
Merge "applypatch: {Load,Save}FileContents and ParseSha1 take std::string."
by Tao Bao
· 6 years ago
681ae40
Merge "e2fsdroid and mke2fs are dynamic executable in recovery partition"
by Jiyong Park
· 6 years ago
9b5d4ea
Merge "e2fsdroid and mke2fs are dynamic executable in recovery partition"
by Treehugger Robot
· 6 years ago
8dc7049
applypatch: {Load,Save}FileContents and ParseSha1 take std::string.
by Tao Bao
· 6 years ago
ae3e472
Merge "updater: Defer the creation of the new data writer." am: ddc81680e6
by Tao Bao
· 6 years ago
69364fe
e2fsdroid and mke2fs are dynamic executable in recovery partition
by Jiyong Park
· 6 years ago
0a883c1
updater: Defer the creation of the new data writer.
by Tao Bao
· 6 years ago
941d3ab
Merge "updater: Drop the 'overlap' parameter in LoadSrcTgtVersion3()."
by Tao Bao
· 6 years ago
d8a411c
Merge "Merge pi-dev-plus-aosp-without-vendor into stage-aosp-master" into stage-aosp-master
by Xin Li
· 6 years ago
4a13508
updater: Drop the 'overlap' parameter in LoadSrcTgtVersion3().
by Tao Bao
· 6 years ago
ffede3e
updater: Remove the redundant check on line count.
by Tao Bao
· 6 years ago
a0e3e6f
Merge "updater: Replace the reference arguments with pointers." am: cef8431fed
by Tao Bao
· 6 years ago
de3bbb8
updater: Replace the reference arguments with pointers.
by Tao Bao
· 6 years ago
98dc45f
Merge "tests: Add ResumableUpdaterTest." am: a21a63bf56 am: 1d33962b86
by Tao Bao
· 6 years ago
c0299ed
tests: Add ResumableUpdaterTest.
by Tao Bao
· 6 years ago
8d6905d
Merge "updater: Drop the 'blocks' parameter in LoadStash()." am: 0b80ba14d7
by Tao Bao
· 6 years ago
64957ce
updater: Drop the 'blocks' parameter in LoadStash().
by Tao Bao
· 6 years ago
7096f6b
Merge "updater: Add Commmand class to manage BBOTA commands." am: a488bd992f
by Tao Bao
· 6 years ago
c390123
updater: Add Commmand class to manage BBOTA commands.
by Tao Bao
· 6 years ago
09dbf50
Merge "updater: Use a bool to indicate if allowed to skip a command." am: 3a8b348936
by Tao Bao
· 6 years ago
b8a0427
Merge "updater: Clean up the header lines computation." am: a5735e9b5f
by Tao Bao
· 6 years ago
26efb0a
updater: Use a bool to indicate if allowed to skip a command.
by Tao Bao
· 6 years ago
ab20706
updater: Clean up the header lines computation.
by Tao Bao
· 6 years ago
5675709
Merge "Last command file should be updated after a command finishes" am: 6dfc54cae1
by Tianjie Xu
· 6 years ago
c2b2bb5
Last command file should be updated after a command finishes
by Tianjie Xu
· 6 years ago
6ca5e0c
Merge "updater: Skip an updated partition on retry." am: 0ffe13b56f
by Tao Bao
· 6 years ago
0ffe13b
Merge "updater: Skip an updated partition on retry."
by Tao Bao
· 6 years ago
13784d1
Merge "updater: Fix an issue when resuming an update." am: 1dc9e2ddef
by Tao Bao
· 6 years ago
Next »