summaryrefslogtreecommitdiffstats
path: root/tests (unfollow)
Commit message (Expand)AuthorFilesLines
2021-04-20Use gtest_prod_headers.Elliott Hughes1-1/+3
2021-02-14[LSC] Add LOCAL_LICENSE_KINDS to bootable/recoveryBob Badour1-0/+9
2021-01-13Switch imgdiff to use libz_stableKelvin Zhang1-2/+1
2021-01-13Re-enable failed imgpatch testsKelvin Zhang3-4/+4
2021-01-12Disable failed imgpatch testsKelvin Zhang2-4/+4
2020-11-10Add a fuzzer for OTA package verificationWill Coster2-0/+57
2020-10-07Add test config for recovery_host_testTianjie1-0/+28
2020-09-16Switch to zip64 in recoveryKelvin Zhang3-3/+3
2020-07-23Update language to comply with Android’s inclusive language guidanceTianjie3-9/+9
2020-07-23Fix some wording to comply with respectful-codeTianjie1-1/+0
2020-06-29Add recovery support of dynamic fingerprintsKelvin Zhang1-0/+28
2020-02-21Generate recovery.img for unittest during build timeTianjie Xu5-0/+19
2020-02-13Force off-device package installation with FUSETianjie Xu2-0/+29
2020-02-13Revert "Force package installation with FUSE unless the package stores on device"Raman Tenneti2-29/+0
2020-02-06rm libbinderthreadstateSteven Moreland1-1/+0
2020-01-22Force package installation with FUSE unless the package stores on deviceTianjie Xu2-0/+29
2020-01-21Force package installation with FUSE unless the package stores on deviceTianjie Xu2-0/+29
2019-12-18Delete VINTF compatibility check during OTA.Yifan Hong2-83/+0
2019-12-18Link libvndksupport dynamically instead of statically.Peter Collingbourne1-1/+1
2019-11-12Consolidate the vendor space misc usage for PixelsTianjie Xu1-34/+0
2019-10-16Force package installation with FUSE unless the package stores on deviceTianjie Xu2-0/+29
2019-10-03Refactor battery info querying functions into librecovery_utils.Tao Bao1-0/+27
2019-10-02otautil: Factor out the utils that're private to recovery.Tao Bao2-1/+2
2019-09-23applypatch: Add backup_source parameter to PatchPartition.Tao Bao1-2/+2
2019-09-19tests: recovery_unit_test requires root.Tao Bao1-0/+1
2019-09-13Link libcrypto dynamically for recovery unit tests.Pete Bentley1-1/+0
2019-09-05Remove reference to libhwbinder_noltopgo.Steven Moreland1-2/+0
2019-07-31Simulator: add the argument to keep the updated imagesTianjie Xu1-2/+2
2019-07-10Remove libimgpatchTianjie Xu1-3/+2
2019-06-28Build libimgdiff as a host only libraryTianjie Xu1-2/+1
2019-06-28Add unit tests for simulatorTianjie Xu3-10/+409
2019-06-20Support starting fuse from a block mapTianjie Xu2-1/+6
2019-05-29Implement an update simulator to verify BB OTA packages on hostTianjie Xu1-1/+3
2019-05-22Some clean ups to the updaterTianjie Xu1-1/+3
2019-05-21Add UpdaterRuntime classTianjie Xu1-3/+9
2019-05-21Add misc_writer.Tao Bao1-0/+38
2019-05-21Add misc_writer.Tao Bao1-0/+38
2019-05-09Add Updater class and remove UpdaterInfoTianjie Xu1-92/+86
2019-05-06Track libziparchive API change.Elliott Hughes3-7/+4
2019-05-01Implement FuseBlockDataProviderxunchang4-1/+129
2019-04-30install: Return bool for a few check functions.Tao Bao1-27/+27
2019-04-30tests: Merge recovery_component_test into recovery_unit_test.Tao Bao13-153/+111
2019-04-27Add install/wipe_device.cpp.Tao Bao1-0/+1
2019-04-26Remove the FD parameter from FuseDataProvider ctor.Tao Bao1-7/+15
2019-04-26Add recovery_host_test to TEST_MAPPING.Tao Bao2-33/+2
2019-04-23matches_locale no longer accept empty locales in the png filexunchang1-2/+2
2019-04-16Remove the FD parameter from FuseDataProvider ctor.Tao Bao1-7/+15
2019-03-29Move install to separate modulexunchang5-10/+9
2019-03-26Allow RSA 4096 key in package verificationxunchang3-0/+46
2019-03-26Move out the code to parse block map in MemMapxunchang1-0/+61
2019-03-21Move librecovery_ui to a sub-directoryTianjie Xu1-2/+2
2019-03-21Move librecovery_ui to a sub-directoryTianjie Xu1-2/+2
2019-03-19Remove the provider_vtabxunchang1-14/+17
2019-03-19Create a FuseDataProvider base classxunchang1-2/+2
2019-03-14Implement FilePackage classxunchang3-5/+129
2019-03-13Update_verifier: Remove the support for legacy text format CareMapxunchang1-41/+3
2019-03-13Update_verifier: Remove the support for legacy text format CareMapxunchang1-41/+3
2019-03-12Use the package class for wipe packagesxunchang1-1/+4
2019-03-11Create a wrapper class for update packagexunchang1-27/+27
2019-03-07Add a new entry in wipe package to list all wipe partitionsxunchang1-0/+23
2019-02-05Recovery test: Fix an parameter issue in string constructionxunchang1-2/+2
2019-01-25DO NOT MERGE: Revert "Revert "Add libprocessgroup dependency""Suren Baghdasaryan1-0/+1
2019-01-24DO NOT MERGE: Revert "Add libprocessgroup dependency"Suren Baghdasaryan1-1/+0
2019-01-20Add libprocessgroup dependencySuren Baghdasaryan1-0/+1
2019-01-17Add libprocessgroup dependencySuren Baghdasaryan1-0/+1
2018-12-19Move parts of roots.cpp to libfs_mgrYifan Hong1-0/+1
2018-12-06tests: Temporarily disable ScreenRecoveryUITest tests.Tao Bao1-18/+18
2018-11-27minui: GRSurface::Create() computes data_size on its own.Tao Bao2-14/+24
2018-11-27minui: Fix a wrong arg in calling GRSurface::Create().Tao Bao2-0/+37
2018-11-15Adjust the background text image width to reduce its sizeTianjie Xu1-1/+1
2018-11-15switch to using android-base/file.h instead of android-base/test_utils.hMark Salyzyn15-15/+3
2018-11-14Use the non-LTO/PGO hwbinder in recovery_component_testPirama Arumuga Nainar1-1/+1
2018-11-06tests: Add a testcase for updater overrun while patching.Tao Bao1-80/+85
2018-11-05ui: Manage loaded resources with smart pointers.Tao Bao1-15/+15
2018-11-05tests: Remove obsolete testdata files.Tao Bao3-0/+0
2018-11-05updater: Error out on underrun during patching.Tao Bao1-0/+42
2018-11-01minui: Add GRSurface::Clone().Tao Bao1-1/+13
2018-11-01tests: Use FRIEND_TEST in ScreenRecoveryUITest.Tao Bao1-24/+14
2018-10-31minui: Add a protected GRSurface ctor.Tao Bao2-22/+21
2018-10-31Refactor the code to check the metadataTianjie Xu1-16/+264
2018-10-29Clean up the zipfile creation in InstallTestTianjie Xu1-99/+40
2018-10-25Remove the load_keys functionTianjie Xu1-75/+9
2018-10-25Add sanity check when loading public keys for OTA packageTianjie Xu1-0/+32
2018-10-23Add a function to construct the GRSurface in testTianjie Xu1-3/+14
2018-10-23ui: Add constness to Draw- functions.Tao Bao1-9/+9
2018-10-23minui: Move GRSurface into a class.Tao Bao1-0/+32
2018-10-23Add function to show localized rescue party menuTianjie Xu1-0/+37
2018-10-18Load X509 keys from ziparchiveTianjie Xu1-7/+84
2018-10-13Implement the graphic menusTianjie Xu1-14/+45
2018-10-12Add function to load the key from x509.pem fileTianjie Xu1-0/+84
2018-10-05Compare the fingerprint before reading the partitionTianjie Xu1-15/+87
2018-10-02Reland: "recovery_test_component: Add libbinderthreadstate as static Jayant Chowdhary1-1/+2
2018-10-01Move to new isolation test runner.Christopher Ferris1-7/+4
2018-09-28Revert "recovery_test_component: Add libbinderthreadstate as static dependency."Remi NGUYEN VAN1-2/+1
2018-09-27recovery_test_component: Add libbinderthreadstate as static dependency.Jayant Chowdhary1-1/+2
2018-09-21Refactor update_verifier into a classTianjie Xu1-23/+40
2018-09-13Move the parse of last_install to recovery-persistTianjie Xu1-0/+75
2018-08-31applypatch: {Load,Save}FileContents return bool values.Tao Bao1-5/+5
2018-08-31applypatch: Refactor applypatch().Tao Bao2-99/+101
2018-08-28Remove otafaultTianjie Xu2-2/+1
2018-08-20tests: Remove {old,new}.file.Tao Bao4-50/+55
2018-08-17updater: Add TransferList class.Tao Bao2-10/+68
2018-08-16updater: Add SourceInfo::{ReadAll,DumpBuffer,Overlaps}.Tao Bao1-0/+116
2018-08-16Fixing the Mac SDK buildAndreas Huber1-0/+7
2018-08-16tests: Add the missing tests in applypatch_modes_test.cpp.Tao Bao1-19/+2
2018-08-15tests: Move to Android.bp.Tao Bao8-235/+220
2018-08-14Track the change to update_engine_sideload path.Tao Bao1-1/+1
2018-08-14Add the hash_tree_info class in CommandTianjie Xu1-0/+20
2018-08-14recovery uses IHealth::getServiceYifan Hong1-13/+0
2018-08-13Reland "Build and use minadbd as a shared library."Tao Bao1-2/+0
2018-08-13updater: Move libupdater to Soong.Tao Bao1-5/+5
2018-08-13tests: Create res-testdata for testdata pickup.Tao Bao7-5/+11
2018-08-08Revert "Build and use minadbd as a shared library."Tao Bao1-1/+1
2018-08-07Build and use minadbd as a shared library.Tao Bao1-1/+1
2018-08-06Dynamically load device-specific recovery UI lib.Tao Bao1-1/+1
2018-08-06Add an updater function to compute hash treeTianjie Xu3-0/+83
2018-07-30recovery: Add ability to interrupt UIJerry Zhang1-1/+38
2018-07-25Add proto3 support for care_mapTianjie Xu2-20/+96
2018-07-23Revert "Make recovery libraries shared / recovery_available"Hridya Valsaraju1-7/+0
2018-07-20applypatch: Change applypatch command-line arguments.Tao Bao1-191/+107
2018-07-20Make recovery libraries shared / recovery_availableJerry Zhang1-0/+7
2018-07-20Make recovery libraries shared / recovery_availableJerry Zhang1-0/+7
2018-07-17Fix the arguments passed to getopt_long(3).Tao Bao1-0/+10
2018-07-12tests: Clean up the temporary dirs post-run.Tao Bao2-21/+22
2018-07-12applypatch: Fix the return type of FreeSpaceForFile().Tao Bao1-6/+18
2018-07-11Remove the debug code for bspatch flakinessTianjie Xu1-66/+2
2018-07-10updater: Let read_file() return Value::Type::STRING.Tao Bao1-0/+23
2018-07-10edify: Rename parse_string to ParseString and let it take std::string.Tao Bao2-69/+66
2018-07-10edify: Remove VAL_INVALID and move ValueType into Value class.Tao Bao1-2/+2
2018-07-10applypatch: Restrict applypatch_check to eMMC targets.Tao Bao2-86/+50
2018-07-09updater: Remove the support for sha1_check().Tao Bao1-33/+28
2018-07-07updater: Add ABORT command.Tao Bao2-3/+34
2018-07-06tests: Split unit tests out of component/applypatch_test.cpp.Tao Bao3-289/+331
2018-06-25updater: Check the number of args in Command::Parse.Tao Bao1-0/+25
2018-06-25updater: Add Command parsing codes.Tao Bao2-0/+277
2018-06-19Drop the dependency on AB_OTA_UPDATER flag.Tao Bao2-93/+85
2018-06-14tests: Skip ScreenRecoveryUITest on gr_init failure.Tao Bao1-1/+38
2018-06-07updater: Remove the redundant check on line count.Tao Bao1-2/+21
2018-06-06ui: join only if joinable.Tao Bao1-0/+5
2018-06-05tests: Specify the death test style to avoid flakiness.Tao Bao2-0/+5
2018-06-04tests: Add ResumableUpdaterTest.Tao Bao1-0/+227
2018-05-26updater: Add Commmand class to manage BBOTA commands.Tao Bao2-0/+38
2018-05-25tests: Setup last_command_file for UpdaterTest.Tao Bao1-13/+15
2018-05-24Convert deflate image chunks to raw if the raw data is smallerTianjie Xu3-32/+75
2018-05-24tests: Refactor the common lines in UpdaterTest.Tao Bao1-286/+182
2018-05-22ui: Use std::thread to create input/progress threads.Tao Bao1-2/+10
2018-05-17Move stuff from recovery into librecovery.Tao Bao1-1/+1
2018-05-17Move stuff from recovery into librecovery.Tao Bao1-2/+14
2018-05-14wear_ui: Address a TODO regarding {intro,loop}_frames.Tao Bao1-3/+53
2018-05-12Clean up the Makefile for recovery and tests.Tao Bao1-28/+71
2018-05-09screen_ui: Fix an issue in RTL locale detection.Tao Bao1-1/+1
2018-05-09tests: Add tests for ScreenRecoveryUI.Tao Bao4-0/+168
2018-05-04otautil: Rename dir/sys/thermal utils.Tao Bao5-8/+8
2018-05-03Move menu headers/items to std::vector<std::string>.Tao Bao1-12/+15
2018-05-03screen_ui: Merge Menu::Start() into its ctor.Tao Bao1-21/+7
2018-04-28Merge libmounts into libotautil.Tao Bao1-1/+0
2018-04-26Rename CacheLocation to Paths.Tao Bao2-13/+12
2018-04-26Dump the uncompressed data's SHA1 to debug flaky testsTianjie Xu1-2/+52
2018-04-24Dump debug information for apply_patch unit testsTianjie Xu1-1/+12
2018-04-20Make update_verifier generic across verified boot versions.Tao Bao2-13/+4
2018-04-19applypatch: Dump patch info on mismatching patching result.Tao Bao1-0/+5
2018-04-16tests: Move ResourcesTest into component test.Tao Bao3-101/+126
2018-04-14Expose PngHandler via resources.h.Tao Bao1-95/+55
2018-04-13Remove the old log files if cache space is insufficient for OTATianjie Xu1-0/+129
2018-04-02tests: Pick up testdata with LOCAL_TEST_DATA.Tao Bao4-62/+25
2018-03-24Factor out a menu class for screen uiTianjie Xu2-1/+201
2018-03-24Factor out a menu class for screen uiTianjie Xu2-1/+201
2018-03-23Factor out a menu class for screen uiTianjie Xu2-1/+201
2018-03-23update_verifier: Support verifying product partition.Tao Bao1-2/+1
2018-03-23update_verifier: Support verifying product partition.Tao Bao1-2/+1
2018-03-20tests: Split ApplyPatchModesTest.PatchModeEmmcTarget.Tao Bao1-45/+74
2018-03-20tests: Add ApplyPatchModesTest.PatchModeEmmcTargetWithBsdiffPatch test.Tao Bao1-0/+51
2018-03-13recovery: add libhidl-gen-utils depedencyYifan Hong1-0/+1
2018-03-13tests: Add ApplyPatchModesTest.PatchModeEmmcTargetWithBsdiffPatch test.Tao Bao1-0/+51
2018-03-08recovery: add libhidl-gen-utils depedencyYifan Hong1-0/+1
2018-02-28Add a singleton CacheLocation to replace the hard coded locationsTianjie Xu2-9/+17
2018-02-23Remove the assumption of target chunk size in imgdiffTianjie Xu1-0/+101
2018-02-07Log the last command to cacheTianjie Xu1-0/+217
2017-12-20StartsWith allows a std::string prefix now.Elliott Hughes1-1/+1
2017-11-09Load-balancing update_verifier worker threads.Tao Bao1-0/+80
2017-11-07otautil: Remove the aborts in RangeSet::Parse().Tao Bao1-14/+64
2017-11-04Clean up fuse_sideload and add a testcase.Tao Bao1-4/+66
2017-11-03Switch to bionic gtest in bootable/recoveryTianjie Xu4-238/+142
2017-11-02tests: Clean up the files in TemporaryDir.Tao Bao1-5/+9
2017-11-01Add libbrotli as a dependency for libbsdiffTianjie Xu1-0/+1
2017-11-01Fix the size mismatch in imgdiffTianjie Xu4-53/+36
2017-10-26tests: Take the ownership of the FD when calling fdopen.Tao Bao2-29/+29
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-16otautil: Move RangeSet implementation into rangeset.cpp.Tao Bao1-0/+1
2017-10-11Move rangeset.h and print_sha1.h into otautil.Tao Bao4-4/+5
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-29otafault: Remove the use of LOCAL_WHOLE_STATIC_LIBRARIES.Tao Bao1-1/+1
2017-09-21Output split information for imgdiff when handling large apksTianjie Xu1-8/+40
2017-09-13Fix the dangling pointer when setting up arguments of imgdiffTianjie Xu1-6/+9
2017-09-11Close cmd_pipe properly after updater test finishesTianjie Xu1-8/+14
2017-09-06Improve imgdiff for large zip filesTianjie Xu1-5/+334
2017-08-29Turn on -Wall for recovery modulesTianjie Xu2-11/+4
2017-08-22Allow comparison against multi serial nums for A/B packageTianjie Xu1-13/+58
2017-08-19Move Image/ImageChunk/PatchChunk declaration into header filesTianjie Xu1-1/+1
2017-08-10tests: Add the missing dependency on libhidlbase.Tao Bao1-1/+2
2017-08-10tests: Add the missing dependency on libhidlbase.Tao Bao1-1/+2
2017-08-01Add implemention of SortedRangeSetTianjie Xu1-0/+47
2017-07-27otautil: Clean up dirCreateHierarchy().Tao Bao1-21/+11
2017-07-25otautil: Delete dirUnlinkHierarchy().Tao Bao1-32/+0
2017-07-24tests: Add a test to cover legacy care_map.txt handling.Tao Bao1-0/+13
2017-07-24tests: Add a test to cover legacy care_map.txt handling.Tao Bao1-0/+13
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 Xu2-3/+3
2017-07-08Add support to decompress brotli compressed new dataTianjie Xu2-0/+68
2017-07-07Fix a rare failure for imgdiff when random data equals gzip headerTianjie Xu1-0/+33
2017-06-23Remove the obsolete package_extract_dir() testTianjie Xu1-96/+0
2017-06-23update_verifier: Support AVB.David Zeuthen2-1/+5
2017-05-24update_verifier: Support AVB.David Zeuthen2-1/+5
2017-05-24kill package_extract_dirTianjie Xu3-229/+0
2017-05-16Print SHA1 of the patch if bsdiff fails with data errorTianjie Xu1-0/+39
2017-05-08Add a binary path param to update_binary_command().Tao Bao1-10/+74
2017-05-03fuse_sideload: Change the minimal block size to 4096.Tao Bao2-2/+18
2017-05-02Move sysMapFile and sysReleaseMap into MemMapping class.Tao Bao4-41/+30
2017-04-27Separate libupdate_verifier module and add testcases.Tao Bao2-0/+89
2017-04-26applypatch: Remove the obsolete support for "applypatch -s".Tao Bao1-14/+0
2017-04-24Add more tests for verify_package_compatibility().Tao Bao1-0/+84
2017-04-21tests: Remove obsolete classes in applypatch_test.Tao Bao1-49/+2
2017-04-20Add more tests for verify_package_compatibility().Tao Bao1-0/+84
2017-04-20Call libvintf to verify package compatibility.Tao Bao1-0/+3
2017-04-19Call libvintf to verify package compatibility.Tao Bao1-0/+3
2017-04-19Add tests for read_metadata_from_package().Tao Bao1-0/+50
2017-04-19Add tests for update_binary_command().Tao Bao2-0/+92
2017-04-18Add tests for update_binary_command().Tao Bao2-0/+91
2017-04-13Verify the package compatibility with libvintf.Tao Bao2-1/+59
2017-04-12Verify the package compatibility with libvintf.Tao Bao2-1/+59
2017-04-08Abort the update if there's not enough new dataTianjie Xu1-0/+66
2017-04-05tests: Use get_bootloader_message_blk_device() to find /misc.Tao Bao3-49/+4
2017-04-03Change the internal representation in RangeSet.Tao Bao1-6/+34
2017-03-31Move parse_range() and range_overlaps() into RangeSet.Tao Bao2-0/+86
2017-03-30tests: Remove LOCAL_ADDITIONAL_DEPENDENCIES.Tao Bao1-4/+0
2017-03-29Add test config to minadbd_testDan Shi2-0/+33
2017-03-29Fix the bad merge (duplicate tests).Tao Bao1-45/+0
2017-03-29Merge "Add the missing sr-Latn into png files and rename the png locale header" am: 713d915636 am: dc235b5ab9Tianjie Xu1-10/+11
2017-03-28tests: Add a test for --wipe_ab into UncryptTest.Tao Bao1-103/+82
2017-03-28applypatch: Let Apply{BSDiff,Image}Patch accept std::function.Tao Bao1-56/+24
2017-03-28applypatch: Change the ssize_t length parameters to size_t.Tao Bao1-1/+1
2017-03-28tests: Construct two bad packages at runtime for VerifierTest.Tao Bao3-3/+46
2017-03-28tests: Construct two bad packages at runtime for VerifierTest.Tao Bao3-3/+46
2017-03-27tests: Construct signature-boundary.zip at runtime.Tao Bao2-2/+18
2017-03-25Add the missing sr-Latn into png files and rename the png locale headerTianjie Xu1-10/+11
2017-03-23updater: Fix the broken case for apply_patch_check().Tao Bao1-0/+49
2017-03-22Remove malloc in edify functionsTianjie Xu2-3/+5
2017-03-21Refactor asn1_decoder functions into a class.Tao Bao1-217/+180
2017-03-21verify_file: Add constness to a few addresses.Tao Bao1-14/+14
2017-03-18Add testcases for load_keys().Tao Bao1-0/+57
2017-03-18Remove the dead #include's in verifier.cpp.Tao Bao1-1/+0
2017-03-17Drop the dependency on 'ui' in verify_file().Tao Bao1-105/+46
2017-03-17Drop the dependency on 'ui' in verify_file().Tao Bao1-104/+45
2017-03-17Add a test to perform block_image_updateTianjie Xu2-6/+123
2017-03-16More cleanup to imgdiff & imgpatchTianjie Xu1-4/+5
2017-03-16applypatch: Drop the support for patching non-EMMC targets.Tao Bao1-124/+0
2017-03-13updater: Remove some obsoleted functions for file-based OTA.Tao Bao1-113/+0
2017-03-10recovery: replacing fs_mgr_read_fstab() with new fs_mgr APIsBowgo Tsai1-12/+5
2017-03-07Refractor the code for imgdiffTianjie Xu2-0/+57
2017-03-03Fix an error on bootloadermessager test teardownTianjie Xu1-2/+4
2017-03-03Recovery Test: add SideloadTest to test FUSE support on targetWei Wang2-0/+22
2017-03-01Skip BootloaderMessageTest, UncryptTest for devices without /miscTianjie Xu3-3/+111
2017-02-02Use bspatch from external/bsdiff.Sen Jiang1-0/+2
2017-01-24Remove '_static' suffix from libext2* references.Alex Deymo1-1/+1
2017-01-19Add checkers and tests for empty locale in PNG fileTianjie Xu3-2/+167
2017-01-11Remove "_static" suffix from libsparseAlex Deymo1-1/+1
2017-01-11Remove "_static" suffix from libext4_utils.Alex Deymo1-1/+1
2017-01-06tests: Add testcase for show_progress() and set_progress().Tao Bao1-0/+50
2017-01-04recovery: Fix the broken UI text.Tao Bao1-32/+38
2016-12-28imgdiff: Fix an edge case that leads to infinite loop.Tao Bao1-0/+80
2016-12-22tests: Add test coverage for DirUtil.Tao Bao2-0/+151
2016-12-22tests: Add testcase for ZipUtil.Tao Bao2-1/+193
2016-12-22tests: Replace the O_RDONLY in access(2).Tao Bao2-8/+16
2016-12-20Add tests for imgdiff.Tao Bao2-0/+477
2016-12-17Add a checker for signature boundary in verifierTianjie Xu2-1/+2
2016-12-15Add update_bootloader_message() to fix two-step OTAs.Tao Bao1-0/+26
2016-12-15tests: Add tests for bootloader_message.Tao Bao2-0/+140
2016-12-14Add tests for setup-bcb and clear-bcb via uncrypt.Tao Bao2-0/+176
2016-12-13Add a stub recovery UI.Sen Jiang1-1/+1
2016-11-22tests: Add testcases for EMMC targets.Tao Bao1-31/+144
2016-11-18updater: Refactor set_stage() and get_stage() functions.Tao Bao2-0/+61
2016-11-18updater: Add testcase for package_extract_dir().Tao Bao2-0/+98
2016-11-17updater: Add "write_value()" function.Tao Bao1-0/+33
2016-11-16updater: Fix the wrong return value for package_extract_file().Tao Bao4-20/+86
2016-11-15updater: Fix the wrong return value for package_extract_file().Tao Bao4-20/+86
2016-11-09updater: Add more testcase for symlink().Tao Bao1-6/+39
2016-11-08Move recovery_test.cpp out of unit testTianjie Xu3-92/+99
2016-11-08Make make_parent() to take const argumentTianjie Xu1-0/+22
2016-11-08otautil: Clean up SysUtil.cpp.Tao Bao2-6/+147
2016-11-07otautil: Clean up SysUtil.cpp.Tao Bao2-6/+147
2016-11-04tests: Fix unit/zip_test.cpp.Tao Bao1-59/+50
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-11-03tests: Set up testdata path for continuous native tests.Tao Bao4-31/+23
2016-11-01applypatch: Add testcases for applypatch executable.Tao Bao7-257/+324
2016-10-29applypatch: Switch the parameter of Value** to std::vector.Tao Bao1-126/+138
2016-10-26tests: Generate testdata for 2nd arch.Tao Bao1-1/+12
2016-10-19Add a unit test for applypatch_checkTianjie Xu1-0/+5
2016-10-18Replace minzip with libziparchiveTianjie Xu5-3/+104
2016-10-15Change StringValue to use std::stringTianjie Xu3-81/+67
2016-10-13edify: Some clean-ups to libedify.Tao Bao2-6/+23
2016-10-11updater: Kill the duplicate PrintSha1() in install.cpp.Tao Bao1-7/+36
2016-10-11Refactor libupdater into a seperate module.Tao Bao2-6/+93
2016-10-05edify: Move State.script and State.errmsg to std::string.Tao Bao1-6/+1
2016-10-04edify: Move State.script and State.errmsg to std::string.Tao Bao1-6/+1
2016-10-04recovery: drop log/logger.hMark Salyzyn1-1/+0
2016-10-04edify: Move the testcases to gtest.Tao Bao2-0/+158
2016-09-30Turn on -Werror for recoveryTianjie Xu1-1/+2
2016-09-30Turn on -Werror for recoveryTianjie Xu1-1/+2
2016-09-01Switch recovery to libbase loggingTianjie Xu1-2/+3
2016-09-01Switch recovery to libbase loggingTianjie Xu1-2/+3
2016-09-01Switch recovery to libbase loggingTianjie Xu1-2/+3
2016-08-26Fix clang-tidy warnings in bootable/recovery.Chih-Hung Hsieh1-1/+1
2016-08-06Fix references to libcrypto_utils_static.Josh Gao1-2/+2
2016-08-01Clean up verifier testcases.Tao Bao21-41/+30
2016-06-16tests: Remove obsolete MTD support.Tao Bao1-1/+0
2016-06-16tests: Remove obsolete MTD support.Tao Bao1-1/+0
2016-06-16tests: Remove obsolete MTD support.Tao Bao1-1/+0
2016-04-29Add ability to show "installing security update"Tianjie Xu1-0/+1
2016-04-20Fix matches_locale functionTianjie Xu2-1/+34
2016-04-14Use BoringSSL instead of mincrypt to speed up package verification.Elliott Hughes5-109/+26
2016-04-06Convert recovery to use BoringSSL instead of mincrypt.Mattias Nissler5-109/+28
2016-03-31recovery: use __android_log_pmsg_file_write for log filesMark Salyzyn2-0/+94
2016-03-28recovery: use __android_log_pmsg_file_write for log filesMark Salyzyn2-0/+94
2016-03-12Port applypatch.sh tests to recovery_component_testsJed Estep7-8/+429
2016-02-22Fix verifier test base testdata directory after merge conflictJed Estep1-1/+1
2016-02-05Change on-device directory for recovery test dataJed Estep2-2/+2
2016-02-05verifier_test: Suppress the unused parameter warnings.Tao Bao1-8/+9
2016-02-04Refactor existing tests to use gtestJed Estep22-3/+413
2015-11-16recovery: Switch to clangTao Bao1-0/+1
2015-06-03recovery: Switch to clangTao Bao1-0/+1
2014-10-17More test makefile cleanup.Dan Albert1-24/+23
2013-10-10Add support for ECDSA signaturesKenny Root2-0/+264