Gitiles
Code Review
Sign In
gerrit.twrp.me
/
android_bootable_recovery
/
9325bae36da556ad8206534e357ad610b048721a
/
updater
« Previous
a7b9a46
IO fault injection for OTA packages
by Jed Estep
· 9 years ago
6ab3c81
Merge "updater: fix memory leak based on static analysis." am: e50d447692
by Yabin Cui
· 9 years ago
64be213
updater: fix memory leak based on static analysis.
by Yabin Cui
· 9 years ago
50aa63f
resolve merge conflicts of 7b6027dde4 to master.
by Tao Bao
· 9 years ago
c48cb5e
Switch from mincrypt to BoringSSL in applypatch and updater.
by Sen Jiang
· 9 years ago
b1cc5d8
Merge "IO fault injection for OTA packages"
by Jed Estep
· 9 years ago
57bed6d
updater: Add a function to check first block
by Tianjie Xu
· 9 years ago
f1fc48c
IO fault injection for OTA packages
by Jed Estep
· 9 years ago
30bf476
updater: Add a function to check first block
by Tianjie Xu
· 9 years ago
d3cac34
updater: Use O_SYNC and fsync() for package_extract_file().
by Tao Bao
· 9 years ago
3b010bc
updater: Output msg when recovery is called
by Tianjie Xu
· 9 years ago
baad2d4
updater: Replace strtok() with android::base::Split().
by Tao Bao
· 9 years ago
4b166f0
Track rename from base/ to android-base/.
by Elliott Hughes
· 9 years ago
1fdec86
updater: Bump up the BBOTA version to 4.
by Tao Bao
· 9 years ago
0a7b473
Error correction: Use libfec in blockimg.cpp for recovery
by Sami Tolvanen
· 9 years ago
6a47dff
updater: Skip empty lines in the transfer list file.
by Tao Bao
· 9 years ago
b15fd22
updater: Use android::base::ParseInt() to parse integers.
by Tao Bao
· 9 years ago
5701d58
Suppress some compiler warnings due to signedness.
by Tao Bao
· 9 years ago
a42a322
Merge "updater: Manage buffers with std::vector."
by Tao Bao
· 9 years ago
1107d96
updater: Fix the line breaks in ui_print commands.
by Tao Bao
· 9 years ago
612336d
updater: Manage buffers with std::vector.
by Tao Bao
· 9 years ago
34847b2
updater: Replace the pointers in LoadSrcTgtVersion[1-3]() parameter.
by Tao Bao
· 9 years ago
0940fe1
updater: Clean up C codes.
by Tao Bao
· 9 years ago
9739a29
updater: Remove the unused isunresumable in SaveStash().
by Tao Bao
· 9 years ago
a6153df
GOOGLEGMS-749 Fix integer overflow while applying block based OTA package
by Shrinivas Sahukar
· 9 years ago
e6aa332
updater: Clean up char* with std::string.
by Tao Bao
· 9 years ago
dc39226
udpater: Call fsync() after rename().
by Tao Bao
· 9 years ago
187efff
updater: Hoist fsync() to outer loop.
by Tao Bao
· 9 years ago
ba8a678
updater: libapplypatch needs libbase now.
by Tao Bao
· 9 years ago
ba9a42a
recovery: Switch applypatch/ and updater/ to cpp.
by Tao Bao
· 9 years ago
9c67aa2
Revert "Zero blocks before BLKDISCARD"
by Tao Bao
· 9 years ago
c0f56ad
More accurate checking for overlapped ranges.
by Tao Bao
· 9 years ago
a3c75e3
Zero blocks before BLKDISCARD
by Sami Tolvanen
· 9 years ago
e82fa18
Revert "Zero blocks before BLKDISCARD"
by Sami Tolvanen
· 9 years ago
96392b9
Zero blocks before BLKDISCARD
by Sami Tolvanen
· 9 years ago
80e46e0
recovery: Switch to clang
by Tao Bao
· 9 years ago
1eb9003
Fix build: fprintf without modifier
by Tao Bao
· 9 years ago
a69e608
Merge "Log update outputs in order"
by Tao Bao
· 9 years ago
b6918c7
Log update outputs in order
by Tao Bao
· 9 years ago
1441a96
Merge "Really don't use TEMP_FAILURE_RETRY with close in recovery."
by Elliott Hughes
· 9 years ago
b3ac676
Really don't use TEMP_FAILURE_RETRY with close in recovery.
by Elliott Hughes
· 9 years ago
cc2428c
Handle BLKDISCARD failures
by Sami Tolvanen
· 10 years ago
e49a9e5
Stop using libstdc++.
by Dan Albert
· 9 years ago
6253753
Merge "Add error and range checks to parse_range"
by Sami Tolvanen
· 9 years ago
b47afed
Don't use TEMP_FAILURE_RETRY on close in recovery.
by Elliott Hughes
· 9 years ago
f2bac04
Add error and range checks to parse_range
by Sami Tolvanen
· 9 years ago
7bad7c4
Check all lseek calls succeed.
by Elliott Hughes
· 10 years ago
43b748f
Don't remove existing explicitly stashed blocks
by Sami Tolvanen
· 10 years ago
1fdd452
Always use strerror to report errno in recovery.
by Elliott Hughes
· 10 years ago
9c0f5d6
Remove more dead code from minzip.
by Narayan Kamath
· 10 years ago
1df64d3
Initialize stashbase even stash_max_blocks = 0
by Jesse Zhao
· 10 years ago
2fd48fc
am 42b09d25: am 6a0d2fbc: Merge "There\'s no GPL code in \'updater\'."
by Elliott Hughes
· 10 years ago
42b09d2
am 6a0d2fbc: Merge "There\'s no GPL code in \'updater\'."
by Elliott Hughes
· 10 years ago
0b52c91
Merge "Support resuming block based OTAs"
by Sami Tolvanen
· 10 years ago
8a9014d
There's no GPL code in 'updater'.
by Elliott Hughes
· 10 years ago
40862ab
am aeecac54: Merge "Add missing includes."
by Elliott Hughes
· 10 years ago
9022120
Support resuming block based OTAs
by Sami Tolvanen
· 10 years ago
cd3c55a
Add missing includes.
by Elliott Hughes
· 10 years ago
cdce7f7
am c43b17f0: Merge "Fix recovery image build for 32p"
by Ying Wang
· 10 years ago
4c3c7a9
Fix recovery image build for 32p
by Bruce Beare
· 10 years ago
5b9c4ce
am b278c252: Add support for tune2fs file operations
by Michael Runge
· 10 years ago
b278c25
Add support for tune2fs file operations
by Michael Runge
· 10 years ago
fe8563f
am 5ddf4293: Log mount/unmount errors to UI
by Michael Runge
· 10 years ago
5ddf429
Log mount/unmount errors to UI
by Michael Runge
· 10 years ago
915d661
am 68802416: unconditionally apply SELinux labels to symlinks
by Nick Kralevich
· 10 years ago
6880241
unconditionally apply SELinux labels to symlinks
by Nick Kralevich
· 10 years ago
da500ce
am 168f7778: Allow passing of mount args to mountFn
by Michael Runge
· 10 years ago
4da9cde
am 473967d8: Merge "Log to UI any metadata setting errors" into lmp-dev
by Brian Carlstrom
· 10 years ago
168f777
Allow passing of mount args to mountFn
by Michael Runge
· 10 years ago
473967d
Merge "Log to UI any metadata setting errors" into lmp-dev
by Brian Carlstrom
· 10 years ago
d4a6342
Log to UI any metadata setting errors
by Michael Runge
· 10 years ago
3b5c6dc
am 2f0ef730: Treat already-renamed files as having no problems.
by Michael Runge
· 10 years ago
2f0ef73
Treat already-renamed files as having no problems.
by Michael Runge
· 10 years ago
d83e4f1
support for version 2 of block image diffs
by Doug Zongker
· 10 years ago
40482ea
Merge "fix comment in blockimg updater code" into lmp-dev
by Doug Zongker
· 10 years ago
f7bb09d
fix comment in blockimg updater code
by Doug Zongker
· 10 years ago
8328922
use lseek64 instead of lseek
by Andrew Boie
· 10 years ago
5f875bf
remove code for original block OTA mechanism
by Doug Zongker
· 10 years ago
1d5d609
fix two bugs in block image updater
by Doug Zongker
· 10 years ago
bc7ffed
installer for new block OTA system
by Doug Zongker
· 10 years ago
2b5f0e0
remove spurious parens from error message
by Doug Zongker
· 10 years ago
a91ecc5
Auto create parent directories for rename support
by Michael Runge
· 10 years ago
37aedb3
Support F2FS for the data partition
by JP Abgrall
· 10 years ago
43772d2
advance progress bar during block OTA installations
by Doug Zongker
· 10 years ago
c704e06
disable async reboot during package installation
by Doug Zongker
· 10 years ago
aa1a31e
Allow lines without = signs.
by Michael Runge
· 11 years ago
679baa0
am 4b6de1ba: am 026ebe02: Merge "Recovery 64-bit compile issues"
by Mark Salyzyn
· 11 years ago
4b6de1b
am 026ebe02: Merge "Recovery 64-bit compile issues"
by Mark Salyzyn
· 11 years ago
f3bb31c
Recovery 64-bit compile issues
by Mark Salyzyn
· 11 years ago
c9d6e4f
support don't-care maps when writing the system image
by Doug Zongker
· 11 years ago
0ac1cba
add flag for GPL license
by Doug Zongker
· 11 years ago
f2ff0a2
Merge "clean up some warnings when building recovery"
by Doug Zongker
· 11 years ago
3eb681d
remove remaining libminelf references
by Doug Zongker
· 11 years ago
0d32f25
clean up some warnings when building recovery
by Doug Zongker
· 11 years ago
a1bc148
remove 'retouch' ASLR support
by Doug Zongker
· 11 years ago
52b4036
add syspatch support to updater
by Doug Zongker
· 11 years ago
99916f0
do verification and extraction on memory, not files
by Doug Zongker
· 11 years ago
15f5fe1
am f9dd42de: Merge "Don\'t abort on read_file if the file is missing." into klp-dev
by Michael Runge
· 11 years ago
6eed224
Don't abort on read_file if the file is missing.
by Michael Runge
· 11 years ago
d327c63
am c87bab10: add the functions for multi-stage packages to updater
by Doug Zongker
· 11 years ago
Next »