Gitiles
Code Review
Sign In
gerrit.twrp.me
/
android_bootable_recovery
/
a793c58208bc54fe83c5aa0e456a66ee2609e408
a793c58
bootable/recovery: cleanup compiler warnings (unused value)
by Rahul Chaudhry
· 8 years ago
7b59b45
Merge "Remove ota_close(int) and ota_fclose(FILE*)."
by Tao Bao
· 8 years ago
eed7f60
Merge "Add ota_close(unique_fd&) and ota_fclose(std::unique_ptr<FILE>&)."
by Tao Bao
· 8 years ago
d226f28
Merge "tests: Add testcases for EMMC targets."
by Tao Bao
· 8 years ago
358c2ec
Remove ota_close(int) and ota_fclose(FILE*).
by Tao Bao
· 8 years ago
3dc14cb
Add ota_close(unique_fd&) and ota_fclose(std::unique_ptr<FILE>&).
by Tao Bao
· 8 years ago
8dd44e9
tests: Add testcases for EMMC targets.
by Tao Bao
· 8 years ago
a511a3c
Merge "applypatch: Release FD when explicitly calling close."
by Treehugger Robot
· 8 years ago
340a2d3
Merge "Fail gracefully when we fail to fork the update binary"
by Tao Bao
· 8 years ago
48cf770
applypatch: Release FD when explicitly calling close.
by Tao Bao
· 8 years ago
10cd48d
Fail gracefully when we fail to fork the update binary
by Matthew Bouyack
· 8 years ago
1d77c93
Merge "Call update_engine_sideload from recovery."
by Tao Bao
· 8 years ago
9b10e60
Call update_engine_sideload from recovery.
by Alex Deymo
· 8 years ago
c627cd6
Merge "updater: Refactor set_stage() and get_stage() functions."
by Tao Bao
· 8 years ago
fc6e8ca
Merge "Revert "Convert update_verifier to boot HIDL HAL""
by Connor O'Brien
· 8 years ago
30628db
Revert "Convert update_verifier to boot HIDL HAL"
by Connor O'Brien
· 8 years ago
bedf5fc
updater: Refactor set_stage() and get_stage() functions.
by Tao Bao
· 8 years ago
23e7859
Merge "updater: Add testcase for package_extract_dir()."
by Tao Bao
· 8 years ago
1036d36
updater: Add testcase for package_extract_dir().
by Tao Bao
· 8 years ago
2e5cf3c
Merge "applypatch: Use unique_fd to avoid leaking FDs."
by Tao Bao
· 8 years ago
d00046b
Merge "updater: Add "write_value()" function."
by Tao Bao
· 8 years ago
c6ee8cf
Merge "applypatch: Clean up LoadPartitionContents()."
by Tao Bao
· 8 years ago
6e02ea9
applypatch: Use unique_fd to avoid leaking FDs.
by Tao Bao
· 8 years ago
5b171d3
Merge "Convert update_verifier to boot HIDL HAL"
by Connor O'Brien
· 8 years ago
8fce75a
applypatch: Clean up LoadPartitionContents().
by Tao Bao
· 8 years ago
d0f3088
updater: Add "write_value()" function.
by Tao Bao
· 8 years ago
c470dc8
Merge "Remove unnecessary uses of reinterpret_cast."
by Treehugger Robot
· 8 years ago
f50593c
Convert update_verifier to boot HIDL HAL
by Connor O'Brien
· 8 years ago
0bedc8e
Merge "Use static_cast to cast pointers returned by malloc/calloc/realloc/mmap."
by Tao Bao
· 8 years ago
1cf93f5
Remove unnecessary uses of reinterpret_cast.
by Rahul Chaudhry
· 8 years ago
b29f23f
Use static_cast to cast pointers returned by malloc/calloc/realloc/mmap.
by Rahul Chaudhry
· 8 years ago
4f86f26
Merge "updater: Fix the wrong return value for package_extract_file()."
by Tao Bao
· 8 years ago
d6137a2
Merge changes from topic 'minui-cherrypick'
by Tao Bao
· 8 years ago
97eda9d
Have gr_init_font alloc memory for the font
by Damien Bargiacchi
· 8 years ago
d5d34d7
Support use of custom fonts in miniui
by Damien Bargiacchi
· 8 years ago
ef0eb3b
updater: Fix the wrong return value for package_extract_file().
by Tao Bao
· 8 years ago
b76960c
Merge "Add .clang-format style file."
by Tao Bao
· 8 years ago
a844bc9
Merge "Fix "ordered comparison between pointer and zero"."
by Tao Bao
· 8 years ago
4c1f3ed
Merge "Allow uncrypt to work without socket communication"
by Tianjie Xu
· 8 years ago
7ceff3e
Allow uncrypt to work without socket communication
by Tianjie Xu
· 8 years ago
126cf8c
Fix "ordered comparison between pointer and zero".
by MinSeong Kim
· 8 years ago
a5538b8
Merge "Add 'reboot bootloader' to bootloader_message."
by Treehugger Robot
· 8 years ago
cba7fa8
Add 'reboot bootloader' to bootloader_message.
by Vineela Tummalapalli
· 8 years ago
3605a07
Merge "Touch blocks in care_map in update_verifier"
by Tianjie Xu
· 8 years ago
d007cf2
Touch blocks in care_map in update_verifier
by Tianjie Xu
· 9 years ago
1b74e8c
Merge "updater: Add more testcase for symlink()."
by Tao Bao
· 8 years ago
b80d136
Merge "otautil: Clean up obsolete includes."
by Tao Bao
· 8 years ago
8992902
updater: Add more testcase for symlink().
by Tao Bao
· 8 years ago
14b61e7
otautil: Clean up obsolete includes.
by Tao Bao
· 8 years ago
52e2a97
Merge "Make make_parent() to take const argument"
by Treehugger Robot
· 8 years ago
8bfd96c
Merge "Move recovery_test.cpp out of unit test"
by Treehugger Robot
· 8 years ago
5d8b53b
Move recovery_test.cpp out of unit test
by Tianjie Xu
· 8 years ago
70172d7
Merge "otautil: Clean up SysUtil.cpp."
by Tao Bao
· 8 years ago
d75003d
Make make_parent() to take const argument
by Tianjie Xu
· 8 years ago
c3292f3
otautil: Clean up SysUtil.cpp.
by Tao Bao
· 8 years ago
ba41fba
Merge "tests: Fix unit/zip_test.cpp."
by Tao Bao
· 8 years ago
74bda5f
Add .clang-format style file.
by Tao Bao
· 8 years ago
0dfb753
tests: Fix unit/zip_test.cpp.
by Tao Bao
· 8 years ago
d0daf7f
Merge "updater: Add a testcase for RenameFn()."
by Tao Bao
· 8 years ago
e2d05c5
Merge "Cleanup the duplicates of logs rotation functions"
by Tianjie Xu
· 8 years ago
529032f
Merge "updater: Fix a bug in DeleteFn()."
by Tao Bao
· 8 years ago
a7a8262
Merge "Revert "Revert "Some cleanups to recovery."""
by Tao Bao
· 8 years ago
a659d79
updater: Add a testcase for RenameFn().
by Tao Bao
· 8 years ago
0831d0b
updater: Fix a bug in DeleteFn().
by Tao Bao
· 8 years ago
da2b34b
Merge "updater: Fix an off-by-1 bug in file_getprop()."
by Tao Bao
· 8 years ago
e113e4d
Cleanup the duplicates of logs rotation functions
by Tianjie Xu
· 8 years ago
51d516e
updater: Fix an off-by-1 bug in file_getprop().
by Tao Bao
· 8 years ago
ac9d94d
Revert "Revert "Some cleanups to recovery.""
by Tao Bao
· 8 years ago
4011bb1
Merge "tests: Set up testdata path for continuous native tests."
by Tao Bao
· 8 years ago
4102b28
tests: Set up testdata path for continuous native tests.
by Tao Bao
· 8 years ago
5696526
Merge "applypatch: Add testcases for applypatch executable."
by Treehugger Robot
· 8 years ago
a9b2528
Merge "Cleanup ReadArgs & ReadValueArgs usage"
by Tianjie Xu
· 8 years ago
5fe280a
Cleanup ReadArgs & ReadValueArgs usage
by Tianjie Xu
· 8 years ago
36c3511
applypatch: Add testcases for applypatch executable.
by Tao Bao
· 8 years ago
3f4030e
Merge "applypatch: Switch the parameter of Value** to std::vector."
by Tao Bao
· 8 years ago
fada91c
applypatch: Switch the parameter of Value** to std::vector.
by Tao Bao
· 8 years ago
9514eb1
Merge "Revert "Some cleanups to recovery.""
by Treehugger Robot
· 8 years ago
8584fcf
Revert "Some cleanups to recovery."
by Dan Albert
· 8 years ago
46fb0a6
Merge "Some cleanups to recovery."
by Treehugger Robot
· 8 years ago
c0319b6
Some cleanups to recovery.
by Tao Bao
· 8 years ago
ebc141d
Merge "Skip update-on-boot for bootreason in blacklist"
by Tao Bao
· 8 years ago
06e57ac
Skip update-on-boot for bootreason in blacklist
by Tianjie Xu
· 8 years ago
16e8867
Merge "tests: Generate testdata for 2nd arch."
by Tao Bao
· 8 years ago
f1338fb
tests: Generate testdata for 2nd arch.
by Tao Bao
· 8 years ago
e199142
Merge "applypatch: Fix the bug when constructing VAL_BLOB."
by Tao Bao
· 8 years ago
edf1b15
applypatch: Fix the bug when constructing VAL_BLOB.
by Tao Bao
· 8 years ago
fd79631
Merge "Verify wipe package when wiping A/B device in recovery."
by Treehugger Robot
· 8 years ago
fd99a31
Verify wipe package when wiping A/B device in recovery.
by Yabin Cui
· 8 years ago
06603c7
Merge "Add a unit test for applypatch_check"
by Treehugger Robot
· 8 years ago
94f4494
Merge "Clean up bootloader_message usage in recovery"
by Treehugger Robot
· 8 years ago
bd56f15
Clean up bootloader_message usage in recovery
by Tianjie Xu
· 8 years ago
a5fd5ab
Add a unit test for applypatch_check
by Tianjie Xu
· 8 years ago
7df1850
Merge "Fix applypatch_check failure when applying update on angler"
by Tianjie Xu
· 8 years ago
7c95fe1
Merge "Fix bootloader_message."
by Treehugger Robot
· 8 years ago
0d5b859
Fix bootloader_message.
by Yabin Cui
· 8 years ago
e89bf25
Merge "Create bootloader_message static library."
by Tao Bao
· 8 years ago
984d7d0
Fix applypatch_check failure when applying update on angler
by Tianjie Xu
· 8 years ago
8b309f6
Create bootloader_message static library.
by Yabin Cui
· 8 years ago
6fba98c
Merge "Replace minzip with libziparchive"
by Tianjie Xu
· 8 years ago
8cf5c8f
Replace minzip with libziparchive
by Tianjie Xu
· 8 years ago
Next »