summaryrefslogtreecommitdiffstats
path: root/tests/component/updater_test.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2018-05-25Revert "updater: Remove some obsoleted functions for file-based OTA."Tom Marshall1-0/+113
2018-05-04Revert "Remove the obsolete package_extract_dir() test"Tom Marshall1-0/+96
2018-02-28Add a singleton CacheLocation to replace the hard coded locationsTianjie Xu1-7/+14
2018-02-07Log the last command to cacheTianjie Xu1-0/+217
2017-10-24Use SuffixArrayIndexInterface opaque type instead of the underlying data pointer.Alex Deymo1-1/+1
2017-10-20Finish the new data receiver when update failsTianjie Xu1-87/+133
2017-10-11Move rangeset.h and print_sha1.h into otautil.Tao Bao1-1/+1
2017-10-09Revert "Revert "Move error_code.h into otautil.""Tao Bao1-1/+1
2017-10-05Revert "Move error_code.h into otautil."Tao Bao1-1/+1
2017-10-04Move error_code.h into otautil.Tao Bao1-1/+1
2017-09-11Close cmd_pipe properly after updater test finishesTianjie Xu1-8/+14
2017-07-22Fix a case when brotli writer fails to write last few blocks of dataTianjie Xu1-4/+15
2017-07-21Fix a case when brotli writer fails to write last few blocks of dataTianjie Xu1-4/+15
2017-07-19Fix the android-cloexec-* warnings in bootable/recoveryTianjie Xu1-2/+2
2017-07-08Add support to decompress brotli compressed new dataTianjie Xu1-0/+67
2017-06-23Remove the obsolete package_extract_dir() testTianjie Xu1-96/+0
2017-05-02Move sysMapFile and sysReleaseMap into MemMapping class.Tao Bao1-2/+2
2017-04-08Abort the update if there's not enough new dataTianjie Xu1-0/+66
2017-03-24updater: Fix the broken case for apply_patch_check().Tao Bao1-0/+49
2017-03-23updater: Fix the broken case for apply_patch_check().Tao Bao1-0/+49
2017-03-22Remove malloc in edify functionsTianjie Xu1-1/+2
2017-03-17Add a test to perform block_image_updateTianjie Xu1-5/+115
2017-03-13updater: Remove some obsoleted functions for file-based OTA.Tao Bao1-113/+0
2017-01-06tests: Add testcase for show_progress() and set_progress().Tao Bao1-0/+50
2016-11-18updater: Refactor set_stage() and get_stage() functions.Tao Bao1-0/+59
2016-11-18updater: Add testcase for package_extract_dir().Tao Bao1-0/+96
2016-11-17updater: Add "write_value()" function.Tao Bao1-0/+33
2016-11-16updater: Fix the wrong return value for package_extract_file().Tao Bao1-17/+75
2016-11-15updater: Fix the wrong return value for package_extract_file().Tao Bao1-17/+75
2016-11-09updater: Add more testcase for symlink().Tao Bao1-6/+39
2016-11-08Make make_parent() to take const argumentTianjie Xu1-0/+22
2016-11-04updater: Add a testcase for RenameFn().Tao Bao1-0/+29
2016-11-04updater: Fix a bug in DeleteFn().Tao Bao1-0/+33
2016-11-03updater: Fix an off-by-1 bug in file_getprop().Tao Bao1-0/+50
2016-10-15Change StringValue to use std::stringTianjie Xu1-4/+4
2016-10-13edify: Some clean-ups to libedify.Tao Bao1-1/+0
2016-10-11updater: Kill the duplicate PrintSha1() in install.cpp.Tao Bao1-7/+36
2016-10-11Refactor libupdater into a seperate module.Tao Bao1-0/+71