1. dbe4420 Merge "Add an updater function to compute hash tree" by Tianjie Xu · 6 years ago
  2. 42c45e2 Dynamically load device-specific recovery UI lib. by Tao Bao · 6 years ago
  3. 69ffa15 Add an updater function to compute hash tree by Tianjie Xu · 6 years ago
  4. b76af93 recovery: Add ability to interrupt UI by Jerry Zhang · 6 years ago
  5. 4d9e62d Add proto3 support for care_map by Tianjie Xu · 6 years ago
  6. d34e6bc applypatch: Change applypatch command-line arguments. by Tao Bao · 6 years ago
  7. 1700cc4 Fix the arguments passed to getopt_long(3). by Tao Bao · 6 years ago
  8. b1c5b62 tests: Clean up the temporary dirs post-run. by Tao Bao · 6 years ago
  9. 49750f1 applypatch: Fix the return type of FreeSpaceForFile(). by Tao Bao · 6 years ago
  10. 7326892 Remove the debug code for bspatch flakiness by Tianjie Xu · 6 years ago
  11. bafd6c7 updater: Let read_file() return Value::Type::STRING. by Tao Bao · 6 years ago
  12. 6b18eb7 Merge "edify: Rename parse_string to ParseString and let it take std::string." by Tao Bao · 6 years ago
  13. d8d514f edify: Rename parse_string to ParseString and let it take std::string. by Tao Bao · 6 years ago
  14. 511d759 edify: Remove VAL_INVALID and move ValueType into Value class. by Tao Bao · 6 years ago
  15. 7c1d426 applypatch: Restrict applypatch_check to eMMC targets. by Tao Bao · 6 years ago
  16. 0b58e9a updater: Remove the support for sha1_check(). by Tao Bao · 6 years ago
  17. 91a649a updater: Add ABORT command. by Tao Bao · 6 years ago
  18. b8cb2e6 tests: Split unit tests out of component/applypatch_test.cpp. by Tao Bao · 6 years ago
  19. 92f3393 updater: Check the number of args in Command::Parse. by Tao Bao · 6 years ago
  20. 6a7e4af updater: Add Command parsing codes. by Tao Bao · 6 years ago
  21. cf60a44 Drop the dependency on AB_OTA_UPDATER flag. by Tao Bao · 6 years ago
  22. 51f16ec tests: Skip ScreenRecoveryUITest on gr_init failure. by Tao Bao · 6 years ago
  23. ffede3e updater: Remove the redundant check on line count. by Tao Bao · 6 years ago
  24. 94371fd ui: join only if joinable. by Tao Bao · 6 years ago
  25. 42be0d4 tests: Specify the death test style to avoid flakiness. by Tao Bao · 6 years ago
  26. c0299ed tests: Add ResumableUpdaterTest. by Tao Bao · 6 years ago
  27. b8634ca Merge "ui: Use std::thread to create input/progress threads." by Tao Bao · 6 years ago
  28. c390123 updater: Add Commmand class to manage BBOTA commands. by Tao Bao · 6 years ago
  29. 7064aa2 tests: Setup last_command_file for UpdaterTest. by Tao Bao · 6 years ago
  30. faa4785 Merge "tests: Refactor the common lines in UpdaterTest." by Tao Bao · 6 years ago
  31. fc0f04c Merge "Convert deflate image chunks to raw if the raw data is smaller" by Tianjie Xu · 6 years ago
  32. cc61cf6 Convert deflate image chunks to raw if the raw data is smaller by Tianjie Xu · 6 years ago
  33. bc4a6d5 tests: Refactor the common lines in UpdaterTest. by Tao Bao · 6 years ago
  34. 26ea959 ui: Use std::thread to create input/progress threads. by Tao Bao · 6 years ago
  35. 371fe6e Move stuff from recovery into librecovery. by Tao Bao · 7 years ago
  36. 152e0eb wear_ui: Address a TODO regarding {intro,loop}_frames. by Tao Bao · 6 years ago
  37. 9e30997 Clean up the Makefile for recovery and tests. by Tao Bao · 6 years ago
  38. 347a659 screen_ui: Fix an issue in RTL locale detection. by Tao Bao · 6 years ago
  39. 6cd8168 tests: Add tests for ScreenRecoveryUI. by Tao Bao · 6 years ago
  40. 17054c0 otautil: Rename dir/sys/thermal utils. by Tao Bao · 6 years ago
  41. 1fe1afe Move menu headers/items to std::vector<std::string>. by Tao Bao · 6 years ago
  42. e02a5b2 screen_ui: Merge Menu::Start() into its ctor. by Tao Bao · 6 years ago
  43. 9a319f0 Merge libmounts into libotautil. by Tao Bao · 6 years ago
  44. cc8587b Merge "Dump the uncompressed data's SHA1 to debug flaky tests" by Tianjie Xu · 6 years ago
  45. 641fa97 Rename CacheLocation to Paths. by Tao Bao · 6 years ago
  46. 9e1ccd4 Dump the uncompressed data's SHA1 to debug flaky tests by Tianjie Xu · 6 years ago
  47. ffed57a Dump debug information for apply_patch unit tests by Tianjie Xu · 6 years ago
  48. 1cc0351 Make update_verifier generic across verified boot versions. by Tao Bao · 6 years ago
  49. 4f83430 applypatch: Dump patch info on mismatching patching result. by Tao Bao · 6 years ago
  50. 6b28f05 tests: Move ResourcesTest into component test. by Tao Bao · 6 years ago
  51. 3d0cd1d Expose PngHandler via resources.h. by Tao Bao · 6 years ago
  52. d5fbcc1 Remove the old log files if cache space is insufficient for OTA by Tianjie Xu · 6 years ago
  53. 9d91e89 tests: Pick up testdata with LOCAL_TEST_DATA. by Tao Bao · 6 years ago
  54. 5fe5eb6 Factor out a menu class for screen ui by Tianjie Xu · 6 years ago
  55. ec2e8c6 update_verifier: Support verifying product partition. by Tao Bao · 6 years ago
  56. e3499f9 tests: Split ApplyPatchModesTest.PatchModeEmmcTarget. by Tao Bao · 6 years ago
  57. 3537a26 Merge "tests: Add ApplyPatchModesTest.PatchModeEmmcTargetWithBsdiffPatch test." by Treehugger Robot · 6 years ago
  58. d612b23 tests: Add ApplyPatchModesTest.PatchModeEmmcTargetWithBsdiffPatch test. by Tao Bao · 6 years ago
  59. 495c521 recovery: add libhidl-gen-utils depedency by Yifan Hong · 6 years ago
  60. 3bbb20f Add a singleton CacheLocation to replace the hard coded locations by Tianjie Xu · 6 years ago
  61. 572abbb Remove the assumption of target chunk size in imgdiff by Tianjie Xu · 6 years ago
  62. 284752e Log the last command to cache by Tianjie Xu · 7 years ago
  63. 1d65c95 StartsWith allows a std::string prefix now. by Elliott Hughes · 7 years ago
  64. 160514b Load-balancing update_verifier worker threads. by Tao Bao · 7 years ago
  65. 16b8b8f Merge "otautil: Remove the aborts in RangeSet::Parse()." by Tao Bao · 7 years ago
  66. 6798315 otautil: Remove the aborts in RangeSet::Parse(). by Tao Bao · 7 years ago
  67. bf41f2a Merge "Switch to bionic gtest in bootable/recovery" by Tianjie Xu · 7 years ago
  68. 91a7aa4 Clean up fuse_sideload and add a testcase. by Tao Bao · 7 years ago
  69. a88cc54 Switch to bionic gtest in bootable/recovery by Tianjie Xu · 7 years ago
  70. 2cf44d0 Merge "tests: Clean up the files in TemporaryDir." by Treehugger Robot · 7 years ago
  71. 43f194c Merge "Add libbrotli as a dependency for libbsdiff" by Tianjie Xu · 7 years ago
  72. 54c1db4 tests: Clean up the files in TemporaryDir. by Tao Bao · 7 years ago
  73. 8c28081 Add libbrotli as a dependency for libbsdiff by Tianjie Xu · 7 years ago
  74. 113fe05 Fix the size mismatch in imgdiff by Tianjie Xu · 7 years ago
  75. f29ed3e tests: Take the ownership of the FD when calling fdopen. by Tao Bao · 7 years ago
  76. d8ecad7 Merge "Use SuffixArrayIndexInterface opaque type instead of the underlying data pointer." by Alex Deymo · 7 years ago
  77. 3d24b7b Merge "Use SuffixArrayIndexInterface opaque type instead of the underlying data pointer." by Treehugger Robot · 7 years ago
  78. fa18826 Use SuffixArrayIndexInterface opaque type instead of the underlying data pointer. by Alex Deymo · 7 years ago
  79. 85fca1f Merge "Finish the new data receiver when update fails" am: 9831ef389b by Tianjie Xu · 7 years ago
  80. 5450c84 Finish the new data receiver when update fails by Tianjie Xu · 7 years ago
  81. f63dbde Merge "otautil: Move RangeSet implementation into rangeset.cpp." am: bab1e8efc8 by Tao Bao · 7 years ago
  82. 4568582 otautil: Move RangeSet implementation into rangeset.cpp. by Tao Bao · 7 years ago
  83. 28f6938 Merge "Move rangeset.h and print_sha1.h into otautil." am: ff9b6f63a2 by Tao Bao · 7 years ago
  84. 09e468f Move rangeset.h and print_sha1.h into otautil. by Tao Bao · 7 years ago
  85. 28e8a2c Merge changes from topic "libedify-header" am: abade5af15 by Tao Bao · 7 years ago
  86. 1fc5bf3 Revert "Revert "Move error_code.h into otautil."" by Tao Bao · 7 years ago
  87. b87edb0 Merge "Revert "Move error_code.h into otautil."" am: b23d29642d by Tao Bao · 7 years ago
  88. 26436d6 Revert "Move error_code.h into otautil." by Tao Bao · 7 years ago
  89. 73831e0 Merge "Move error_code.h into otautil." am: 916e155bab by Tao Bao · 7 years ago
  90. 623fe7e Move error_code.h into otautil. by Tao Bao · 7 years ago
  91. 8277230 Merge "otafault: Remove the use of LOCAL_WHOLE_STATIC_LIBRARIES." am: 50f5a54a1e by Tao Bao · 7 years ago
  92. 646b05a otafault: Remove the use of LOCAL_WHOLE_STATIC_LIBRARIES. by Tao Bao · 7 years ago
  93. eb5e194 Merge "Output split information for imgdiff when handling large apks" by Tianjie Xu · 7 years ago
  94. 82582b4 Output split information for imgdiff when handling large apks by Tianjie Xu · 7 years ago
  95. 2cb1fb4 Merge "Fix the dangling pointer when setting up arguments of imgdiff" by Tianjie Xu · 7 years ago
  96. 8ba7c45 Fix the dangling pointer when setting up arguments of imgdiff by Tianjie Xu · 7 years ago
  97. a11601d Merge "Close cmd_pipe properly after updater test finishes" am: 64307daf5b by Tianjie Xu · 7 years ago
  98. 79327ac Close cmd_pipe properly after updater test finishes by Tianjie Xu · 7 years ago
  99. e24e90f Merge "Improve imgdiff for large zip files" am: 9f48641784 by Tianjie Xu · 7 years ago
  100. 2903cdd Improve imgdiff for large zip files by Tianjie Xu · 7 years ago