index
:
anonymous/android_bootable_recovery
android-11
android-14.0
android-4.3
android-4.4
android-5.0
android-5.1
android-6.0
android-7.0
android-7.1
android-8.0
android-8.1
android-9.0
Team Win Recovery Project (TWRP)
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
component
/
updater_test.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-11-15
switch to using android-base/file.h instead of android-base/test_utils.h
Mark Salyzyn
1
-1
/
+0
2018-11-06
tests: Add a testcase for updater overrun while patching.
Tao Bao
1
-80
/
+85
2018-11-05
updater: Error out on underrun during patching.
Tao Bao
1
-0
/
+42
2018-08-31
applypatch: Refactor applypatch().
Tao Bao
1
-43
/
+36
2018-08-28
Remove otafault
Tianjie Xu
1
-1
/
+1
2018-08-20
tests: Remove {old,new}.file.
Tao Bao
1
-1
/
+1
2018-08-17
updater: Add TransferList class.
Tao Bao
1
-10
/
+12
2018-08-06
Add an updater function to compute hash tree
Tianjie Xu
1
-0
/
+81
2018-07-10
updater: Let read_file() return Value::Type::STRING.
Tao Bao
1
-0
/
+23
2018-07-10
edify: Rename parse_string to ParseString and let it take std::string.
Tao Bao
1
-30
/
+30
2018-07-10
edify: Remove VAL_INVALID and move ValueType into Value class.
Tao Bao
1
-2
/
+2
2018-07-10
applypatch: Restrict applypatch_check to eMMC targets.
Tao Bao
1
-1
/
+3
2018-07-09
updater: Remove the support for sha1_check().
Tao Bao
1
-33
/
+28
2018-07-07
updater: Add ABORT command.
Tao Bao
1
-3
/
+10
2018-06-07
updater: Remove the redundant check on line count.
Tao Bao
1
-2
/
+21
2018-06-04
tests: Add ResumableUpdaterTest.
Tao Bao
1
-0
/
+227
2018-05-25
tests: Setup last_command_file for UpdaterTest.
Tao Bao
1
-13
/
+15
2018-05-24
tests: Refactor the common lines in UpdaterTest.
Tao Bao
1
-286
/
+182
2018-05-04
otautil: Rename dir/sys/thermal utils.
Tao Bao
1
-1
/
+1
2018-04-26
Rename CacheLocation to Paths.
Tao Bao
1
-8
/
+7
2018-02-28
Add a singleton CacheLocation to replace the hard coded locations
Tianjie Xu
1
-7
/
+14
2018-02-07
Log the last command to cache
Tianjie Xu
1
-0
/
+217
2017-10-24
Use SuffixArrayIndexInterface opaque type instead of the underlying data pointer.
Alex Deymo
1
-1
/
+1
2017-10-20
Finish the new data receiver when update fails
Tianjie Xu
1
-87
/
+133
2017-10-11
Move rangeset.h and print_sha1.h into otautil.
Tao Bao
1
-1
/
+1
2017-10-09
Revert "Revert "Move error_code.h into otautil.""
Tao Bao
1
-1
/
+1
2017-10-05
Revert "Move error_code.h into otautil."
Tao Bao
1
-1
/
+1
2017-10-04
Move error_code.h into otautil.
Tao Bao
1
-1
/
+1
2017-09-11
Close cmd_pipe properly after updater test finishes
Tianjie Xu
1
-8
/
+14
2017-07-22
Fix a case when brotli writer fails to write last few blocks of data
Tianjie Xu
1
-4
/
+15
2017-07-21
Fix a case when brotli writer fails to write last few blocks of data
Tianjie Xu
1
-4
/
+15
2017-07-19
Fix the android-cloexec-* warnings in bootable/recovery
Tianjie Xu
1
-2
/
+2
2017-07-08
Add support to decompress brotli compressed new data
Tianjie Xu
1
-0
/
+67
2017-06-23
Remove the obsolete package_extract_dir() test
Tianjie Xu
1
-96
/
+0
2017-05-02
Move sysMapFile and sysReleaseMap into MemMapping class.
Tao Bao
1
-2
/
+2
2017-04-08
Abort the update if there's not enough new data
Tianjie Xu
1
-0
/
+66
2017-03-23
updater: Fix the broken case for apply_patch_check().
Tao Bao
1
-0
/
+49
2017-03-22
Remove malloc in edify functions
Tianjie Xu
1
-1
/
+2
2017-03-17
Add a test to perform block_image_update
Tianjie Xu
1
-5
/
+115
2017-03-13
updater: Remove some obsoleted functions for file-based OTA.
Tao Bao
1
-113
/
+0
2017-01-06
tests: Add testcase for show_progress() and set_progress().
Tao Bao
1
-0
/
+50
2016-11-18
updater: Refactor set_stage() and get_stage() functions.
Tao Bao
1
-0
/
+59
2016-11-18
updater: Add testcase for package_extract_dir().
Tao Bao
1
-0
/
+96
2016-11-17
updater: Add "write_value()" function.
Tao Bao
1
-0
/
+33
2016-11-16
updater: Fix the wrong return value for package_extract_file().
Tao Bao
1
-17
/
+75
2016-11-15
updater: Fix the wrong return value for package_extract_file().
Tao Bao
1
-17
/
+75
2016-11-09
updater: Add more testcase for symlink().
Tao Bao
1
-6
/
+39
2016-11-08
Make make_parent() to take const argument
Tianjie Xu
1
-0
/
+22
2016-11-04
updater: Add a testcase for RenameFn().
Tao Bao
1
-0
/
+29
2016-11-04
updater: Fix a bug in DeleteFn().
Tao Bao
1
-0
/
+33
2016-11-03
updater: Fix an off-by-1 bug in file_getprop().
Tao Bao
1
-0
/
+50
2016-10-15
Change StringValue to use std::string
Tianjie Xu
1
-4
/
+4
2016-10-13
edify: Some clean-ups to libedify.
Tao Bao
1
-1
/
+0
2016-10-11
updater: Kill the duplicate PrintSha1() in install.cpp.
Tao Bao
1
-7
/
+36
2016-10-11
Refactor libupdater into a seperate module.
Tao Bao
1
-0
/
+71