1. 3a8d98d Abort the update if there's not enough new data by Tianjie Xu · 7 years ago
  2. ad87d9d tests: Use get_bootloader_message_blk_device() to find /misc. by Tao Bao · 7 years ago
  3. 3f2d355 Merge "tests: Construct two bad packages at runtime for VerifierTest." by Tao Bao · 7 years ago
  4. 7b0cda5 Merge "tests: Add a test for --wipe_ab into UncryptTest." by Tao Bao · 7 years ago
  5. bdc8c1a tests: Add a test for --wipe_ab into UncryptTest. by Tao Bao · 7 years ago
  6. c0e1c46 applypatch: Let Apply{BSDiff,Image}Patch accept std::function. by Tao Bao · 7 years ago
  7. f7eb760 applypatch: Change the ssize_t length parameters to size_t. by Tao Bao · 7 years ago
  8. 217d9f9 tests: Construct two bad packages at runtime for VerifierTest. by Tao Bao · 7 years ago
  9. b4c4f8c Merge "applypatch: Drop the support for patching non-EMMC targets." by Tao Bao · 7 years ago
  10. db56eb0 updater: Fix the broken case for apply_patch_check(). by Tao Bao · 7 years ago
  11. c444732 Remove malloc in edify functions by Tianjie Xu · 7 years ago
  12. 3116ce4 Add testcases for load_keys(). by Tao Bao · 7 years ago
  13. 90d3f20 Merge "Drop the dependency on 'ui' in verify_file()." by Tao Bao · 7 years ago
  14. 5e53501 Drop the dependency on 'ui' in verify_file(). by Tao Bao · 7 years ago
  15. 881b08e Merge "Add a test to perform block_image_update" by Tianjie Xu · 7 years ago
  16. 56ebe62 Add a test to perform block_image_update by Tianjie Xu · 7 years ago
  17. 12b9055 More cleanup to imgdiff & imgpatch by Tianjie Xu · 7 years ago
  18. 40e144d applypatch: Drop the support for patching non-EMMC targets. by Tao Bao · 7 years ago
  19. 63d786c updater: Remove some obsoleted functions for file-based OTA. by Tao Bao · 7 years ago
  20. a2e7a07 Merge "Refractor the code for imgdiff" by Treehugger Robot · 7 years ago
  21. 1ea84d6 Refractor the code for imgdiff by Tianjie Xu · 7 years ago
  22. b694ba8 Merge "Fix an error on bootloadermessager test teardown" by Tianjie Xu · 7 years ago
  23. cace743 Fix an error on bootloadermessager test teardown by Tianjie Xu · 7 years ago
  24. b72a15a Recovery Test: add SideloadTest to test FUSE support on target by Wei Wang · 7 years ago
  25. ca94856 Skip BootloaderMessageTest, UncryptTest for devices without /misc by Tianjie Xu · 7 years ago
  26. 9aa7ab5 tests: Add testcase for show_progress() and set_progress(). by Tao Bao · 7 years ago
  27. 3b828d8 Merge "imgdiff: Fix an edge case that leads to infinite loop." by Tao Bao · 7 years ago
  28. 736d59c recovery: Fix the broken UI text. by Tao Bao · 7 years ago
  29. d37ce8f imgdiff: Fix an edge case that leads to infinite loop. by Tao Bao · 8 years ago
  30. 97555da Add tests for imgdiff. by Tao Bao · 8 years ago
  31. 2292db8 Add update_bootloader_message() to fix two-step OTAs. by Tao Bao · 8 years ago
  32. 07d985b Merge "tests: Add tests for bootloader_message." by Tao Bao · 8 years ago
  33. 8b7301b tests: Add tests for bootloader_message. by Tao Bao · 8 years ago
  34. 8c1584f Merge "Add a stub recovery UI." by Sen Jiang · 8 years ago
  35. 1033408 Add tests for setup-bcb and clear-bcb via uncrypt. by Tao Bao · 8 years ago
  36. d530449 Add a stub recovery UI. by Sen Jiang · 8 years ago
  37. 8dd44e9 tests: Add testcases for EMMC targets. by Tao Bao · 8 years ago
  38. bedf5fc updater: Refactor set_stage() and get_stage() functions. by Tao Bao · 8 years ago
  39. 1036d36 updater: Add testcase for package_extract_dir(). by Tao Bao · 8 years ago
  40. d0f3088 updater: Add "write_value()" function. by Tao Bao · 8 years ago
  41. ef0eb3b updater: Fix the wrong return value for package_extract_file(). by Tao Bao · 8 years ago
  42. 8992902 updater: Add more testcase for symlink(). by Tao Bao · 8 years ago
  43. d75003d Make make_parent() to take const argument by Tianjie Xu · 8 years ago
  44. a659d79 updater: Add a testcase for RenameFn(). by Tao Bao · 8 years ago
  45. 0831d0b updater: Fix a bug in DeleteFn(). by Tao Bao · 8 years ago
  46. 51d516e updater: Fix an off-by-1 bug in file_getprop(). by Tao Bao · 8 years ago
  47. 4102b28 tests: Set up testdata path for continuous native tests. by Tao Bao · 8 years ago
  48. 36c3511 applypatch: Add testcases for applypatch executable. by Tao Bao · 8 years ago
  49. fada91c applypatch: Switch the parameter of Value** to std::vector. by Tao Bao · 8 years ago
  50. a5fd5ab Add a unit test for applypatch_check by Tianjie Xu · 8 years ago
  51. 8cf5c8f Replace minzip with libziparchive by Tianjie Xu · 8 years ago
  52. aced5d9 Change StringValue to use std::string by Tianjie Xu · 8 years ago
  53. 39119ad edify: Some clean-ups to libedify. by Tao Bao · 8 years ago
  54. 361342c updater: Kill the duplicate PrintSha1() in install.cpp. by Tao Bao · 8 years ago
  55. 0c7839a Refactor libupdater into a seperate module. by Tao Bao · 8 years ago
  56. 59dcb9c edify: Move State.script and State.errmsg to std::string. by Tao Bao · 8 years ago
  57. d770d2e edify: Move the testcases to gtest. by Tao Bao · 8 years ago
  58. 8b23811 Fix clang-tidy warnings in bootable/recovery. by Chih-Hung Hsieh · 8 years ago
  59. 717b492 Merge \"Clean up verifier testcases.\" am: e91aef0ee9 by Tao Bao · 8 years ago
  60. 5af4b19 Clean up verifier testcases. by Tao Bao · 8 years ago
  61. cacb47b resolve merge conflicts of 5823dd4 to nyc-dev-plus-aosp by Tianjie Xu · 8 years ago
  62. 35926c4 Add ability to show "installing security update" by Tianjie Xu · 8 years ago
  63. 8febafa Use BoringSSL instead of mincrypt to speed up package verification. by Elliott Hughes · 8 years ago
  64. 6e2a8b1 resolve merge conflicts of 2bf95ac to nyc-dev-plus-aosp by Elliott Hughes · 8 years ago
  65. 452df6d Convert recovery to use BoringSSL instead of mincrypt. by Mattias Nissler · 8 years ago
  66. 3f581f7 Merge "Port applypatch.sh tests to recovery_component_tests" into nyc-dev by Jed Estep · 8 years ago
  67. b8a693b Port applypatch.sh tests to recovery_component_tests by Jed Estep · 8 years ago
  68. e130576 Fix verifier test base testdata directory after merge conflict by Jed Estep · 8 years ago
  69. c213a7c Merge "verifier_test: Suppress the unused parameter warnings." by Tao Bao · 8 years ago
  70. d5a14c6 Change on-device directory for recovery test data by Jed Estep · 8 years ago
  71. e1a16af verifier_test: Suppress the unused parameter warnings. by Tao Bao · 8 years ago
  72. 4329186 Refactor existing tests to use gtest by Jed Estep · 8 years ago