1. ebb4e96 Merge "recovery: Move property_get() to android::base::GetProperty()." by Tao Bao · 7 years ago
  2. f0af02f Merge "Update background text images in recovery" by Tianjie Xu · 7 years ago
  3. efc3559 recovery: Move property_get() to android::base::GetProperty(). by Tao Bao · 7 years ago
  4. 8031c2d Merge changes from topic 'host_suffix_cleanup' by Alex Deymo · 7 years ago
  5. 67f3aa8 Remove "_static" suffix from libsparse by Alex Deymo · 7 years ago
  6. 3165366 Remove "_static" suffix from libext4_utils. by Alex Deymo · 7 years ago
  7. 37d74f3 Merge "Do not inject I/O fault on a retry" by Tianjie Xu · 7 years ago
  8. 77ec007 Merge "Address review comment." by Elliott Hughes · 7 years ago
  9. 4728242 Do not inject I/O fault on a retry by Tianjie Xu · 7 years ago
  10. ff8fdc9 Address review comment. by Elliott Hughes · 7 years ago
  11. 2fc1ff3 Merge "Move to .md files for even trivial documentation." by Elliott Hughes · 7 years ago
  12. 33808f1 Merge "recovery: Fix the argument parsing." by Tao Bao · 7 years ago
  13. 570af9d recovery: Fix the argument parsing. by Tao Bao · 7 years ago
  14. 7a890e5 Move to .md files for even trivial documentation. by Elliott Hughes · 7 years ago
  15. ceafe69 Merge "Retry ioctl in uncrypt if it returns block# 0" by Tianjie Xu · 7 years ago
  16. a78b2d2 Update background text images in recovery by Tianjie Xu · 7 years ago
  17. 095675a Merge "recovery: Clean up try_update_binary() in install.cpp." by Treehugger Robot · 7 years ago
  18. 478a5ec Merge "tests: Add testcase for show_progress() and set_progress()." by Tao Bao · 7 years ago
  19. 20c581e recovery: Clean up try_update_binary() in install.cpp. by Tao Bao · 8 years ago
  20. 9aa7ab5 tests: Add testcase for show_progress() and set_progress(). by Tao Bao · 7 years ago
  21. 91f74c8 Merge "updater: Clean up CreateStash()." by Tao Bao · 7 years ago
  22. 3b828d8 Merge "imgdiff: Fix an edge case that leads to infinite loop." by Tao Bao · 7 years ago
  23. 1302ea8 Merge "Write aliases before ffs mount in recovery" by Jerry Zhang · 7 years ago
  24. a61a672 Write aliases before ffs mount in recovery by Jerry Zhang · 7 years ago
  25. 56fc8fa Merge "recovery: Fix the broken UI text." by Tao Bao · 7 years ago
  26. 736d59c recovery: Fix the broken UI text. by Tao Bao · 7 years ago
  27. 466e1b3 Merge "updater: Refactor parse_range()." by Tao Bao · 7 years ago
  28. c844c06 updater: Refactor parse_range(). by Tao Bao · 8 years ago
  29. 71633eb Merge "Remove outdated reference to icon_installing.png" by Tao Bao · 7 years ago
  30. 825b6b0 Remove outdated reference to icon_installing.png by Tim Kryger · 8 years ago
  31. f9684c2 Merge "updater: Update the header name for bootloader.h." by Tao Bao · 7 years ago
  32. 5141221 updater: Clean up CreateStash(). by Tao Bao · 8 years ago
  33. 0d3f84f updater: Update the header name for bootloader.h. by Tao Bao · 8 years ago
  34. d37ce8f imgdiff: Fix an edge case that leads to infinite loop. by Tao Bao · 8 years ago
  35. b8d6523 Merge "applypatch: Don't expose FindMatchingPatch()." by Tao Bao · 8 years ago
  36. c8e7934 applypatch: Don't expose FindMatchingPatch(). by Tao Bao · 8 years ago
  37. 344c8eb Merge "Add tests for imgdiff." by Tao Bao · 8 years ago
  38. f24d2a6 Merge "tests: Add test coverage for DirUtil." by Tao Bao · 8 years ago
  39. f19295c tests: Add test coverage for DirUtil. by Tao Bao · 8 years ago
  40. 3b96452 Merge "tests: Replace the O_RDONLY in access(2)." by Tao Bao · 8 years ago
  41. aa305e9 Merge "tests: Add testcase for ZipUtil." by Tao Bao · 8 years ago
  42. 7ec4e6f Merge "Support a "ask before wiping" boot flag." by Treehugger Robot · 8 years ago
  43. e7e7b46 tests: Add testcase for ZipUtil. by Tao Bao · 8 years ago
  44. a3ece96 tests: Replace the O_RDONLY in access(2). by Tao Bao · 8 years ago
  45. 08404b4 Support a "ask before wiping" boot flag. by Paul Crowley · 8 years ago
  46. 97555da Add tests for imgdiff. by Tao Bao · 8 years ago
  47. e81719d Merge "Bugfix:updater always retry apply patch failed,when memcpy failed." by Tao Bao · 8 years ago
  48. 9a6f520 Bugfix:updater always retry apply patch failed,when memcpy failed. by katao · 8 years ago
  49. 26d972c Merge "Add update_bootloader_message() to fix two-step OTAs." by Tao Bao · 8 years ago
  50. 2292db8 Add update_bootloader_message() to fix two-step OTAs. by Tao Bao · 8 years ago
  51. 07d985b Merge "tests: Add tests for bootloader_message." by Tao Bao · 8 years ago
  52. 8b7301b tests: Add tests for bootloader_message. by Tao Bao · 8 years ago
  53. 8c1584f Merge "Add a stub recovery UI." by Sen Jiang · 8 years ago
  54. 2bb3a22 Merge "updater: Fix the operator order." by Treehugger Robot · 8 years ago
  55. 5354f60 updater: Fix the operator order. by Tao Bao · 8 years ago
  56. 833ecb0 Merge "Remove the obsolete comments for firmware update." by Tao Bao · 8 years ago
  57. c033639 Remove the obsolete comments for firmware update. by Tao Bao · 8 years ago
  58. 4e48a6c Merge "Add tests for setup-bcb and clear-bcb via uncrypt." by Tao Bao · 8 years ago
  59. 1033408 Add tests for setup-bcb and clear-bcb via uncrypt. by Tao Bao · 8 years ago
  60. 28bbe02 Merge "recovery: Clean up the log saving while wiping." by Tao Bao · 8 years ago
  61. d530449 Add a stub recovery UI. by Sen Jiang · 8 years ago
  62. 3f5a382 recovery: Clean up the log saving while wiping. by Tao Bao · 8 years ago
  63. d6a5005 Merge "clang-format: Adjust short functions / if settings." by Tao Bao · 8 years ago
  64. c908f4f Merge "Revert "write_bootloader_message(<options>) should not reset stage field."" by Tao Bao · 8 years ago
  65. 26d5ae7 Revert "write_bootloader_message(<options>) should not reset stage field." by Tao Bao · 8 years ago
  66. e65fa0a clang-format: Adjust short functions / if settings. by Tao Bao · 8 years ago
  67. 594dc4f Merge "recovery: Remove obsolete code that supports "CACHE:foo" format." by Tao Bao · 8 years ago
  68. f038ca0 recovery: Remove obsolete code that supports "CACHE:foo" format. by Tao Bao · 8 years ago
  69. f28afc1 Merge "write_bootloader_message(<options>) should not reset stage field." by Tao Bao · 8 years ago
  70. 332af25 Merge "recovery: Fix the argument parsing from COMMAND_FILE." by Tao Bao · 8 years ago
  71. 7d34fa1 recovery: Fix the argument parsing from COMMAND_FILE. by Tao Bao · 8 years ago
  72. c3ab25c Merge "recovery: Clean up get_args()." am: 3aadbbac39 by Tao Bao · 8 years ago
  73. 7e31f42 write_bootloader_message(<options>) should not reset stage field. by Tao Bao · 8 years ago
  74. 3aadbba Merge "recovery: Clean up get_args()." by Tao Bao · 8 years ago
  75. bc42603 Retry ioctl in uncrypt if it returns block# 0 by Tianjie Xu · 8 years ago
  76. f0ed159 recovery: Clean up get_args(). by Tao Bao · 8 years ago
  77. 1d9779b Merge "updater: Switch to libbase logging." am: d2c56629ab by Tao Bao · 8 years ago
  78. d2c5662 Merge "updater: Switch to libbase logging." by Tao Bao · 8 years ago
  79. 80cd188 Merge "bootable/recovery: cleanup compiler warnings (unused value)" by Tao Bao · 8 years ago
  80. ef3bea1 Merge "bootable/recovery: cleanup compiler warnings (unused value)" by Tao Bao · 8 years ago
  81. 039f2da updater: Switch to libbase logging. by Tao Bao · 8 years ago
  82. be54fed Merge "bootable/recovery: cleanup compiler warnings (potential leak of memory)" by Tao Bao · 8 years ago
  83. d255b66 Merge "bootable/recovery: cleanup compiler warnings (potential leak of memory)" by Tao Bao · 8 years ago
  84. a793c58 bootable/recovery: cleanup compiler warnings (unused value) by Rahul Chaudhry · 8 years ago
  85. ae2463b Merge "Switch update verifier to HIDL HAL" am: 1528def46e by Connor O'Brien · 8 years ago
  86. 1528def Merge "Switch update verifier to HIDL HAL" by Connor O'Brien · 8 years ago
  87. 1f934be Merge "Remove ota_close(int) and ota_fclose(FILE*)." am: 7b59b45b08 by Tao Bao · 8 years ago
  88. 7b59b45 Merge "Remove ota_close(int) and ota_fclose(FILE*)." by Tao Bao · 8 years ago
  89. 839fbbd Merge "Add ota_close(unique_fd&) and ota_fclose(std::unique_ptr<FILE>&)." by Tao Bao · 8 years ago
  90. fcfdda9 Merge "tests: Add testcases for EMMC targets." am: d226f28e87 by Tao Bao · 8 years ago
  91. eed7f60 Merge "Add ota_close(unique_fd&) and ota_fclose(std::unique_ptr<FILE>&)." by Tao Bao · 8 years ago
  92. d226f28 Merge "tests: Add testcases for EMMC targets." by Tao Bao · 8 years ago
  93. 358c2ec Remove ota_close(int) and ota_fclose(FILE*). by Tao Bao · 8 years ago
  94. 3dc14cb Add ota_close(unique_fd&) and ota_fclose(std::unique_ptr<FILE>&). by Tao Bao · 8 years ago
  95. 8dd44e9 tests: Add testcases for EMMC targets. by Tao Bao · 8 years ago
  96. ad43d2d Switch update verifier to HIDL HAL by Connor O'Brien · 8 years ago
  97. 1aa41a1 Merge "applypatch: Release FD when explicitly calling close." am: a511a3c407 by Tao Bao · 8 years ago
  98. a511a3c Merge "applypatch: Release FD when explicitly calling close." by Treehugger Robot · 8 years ago
  99. 2a962ad Merge "Fail gracefully when we fail to fork the update binary" am: 340a2d364f by Tao Bao · 8 years ago
  100. 340a2d3 Merge "Fail gracefully when we fail to fork the update binary" by Tao Bao · 8 years ago