1. b00c66f Merge "Remove EXPAND/STRINGIFY macros." by Tao Bao · 7 years ago
  2. ec97067 Remove EXPAND/STRINGIFY macros. by Tao Bao · 7 years ago
  3. 8939463 Merge "Add a default error code when updater script aborts" by Tianjie Xu · 7 years ago
  4. e0c8879 Add a default error code when updater script aborts by Tianjie Xu · 7 years ago
  5. fe7eecf Merge "Move sysMapFile and sysReleaseMap into MemMapping class." by Tao Bao · 7 years ago
  6. b656a15 Move sysMapFile and sysReleaseMap into MemMapping class. by Tao Bao · 7 years ago
  7. ba36518 Merge "recovery: Change install_package() to take std::string." by Tao Bao · 7 years ago
  8. e58daba Merge "adb_install: Stop passing RecoveryUI as a parameter." by Tao Bao · 7 years ago
  9. 29ee69b recovery: Change install_package() to take std::string. by Tao Bao · 7 years ago
  10. 0150d01 adb_install: Stop passing RecoveryUI as a parameter. by Tao Bao · 7 years ago
  11. 54da112 Merge "minui: Fix breakage in graphics_adf." by Tao Bao · 7 years ago
  12. 4697d8b minui: Fix breakage in graphics_adf. by Alistair Strachan · 7 years ago
  13. 5443072 Merge "Fix potential OOM in update_verifier" by Tianjie Xu · 7 years ago
  14. 0481fae Merge "Adding support for quiescent reboot to recovery" by Treehugger Robot · 7 years ago
  15. 8fa8f0b Fix potential OOM in update_verifier by Tianjie Xu · 7 years ago
  16. c99bb23 Merge "Separate libupdate_verifier module and add testcases." by Tao Bao · 7 years ago
  17. 416c55c Merge "libfusesideload: Clean up the CFLAGS for the module." by Tao Bao · 7 years ago
  18. 20126e1 libfusesideload: Clean up the CFLAGS for the module. by Tao Bao · 7 years ago
  19. 83b0780 Separate libupdate_verifier module and add testcases. by Tao Bao · 7 years ago
  20. d5ae425 Merge "applypatch: Remove the obsolete support for "applypatch -s"." by Tao Bao · 7 years ago
  21. ac78ed8 Merge "applypatch: Add determine the return value of ApplyDiffPatch and capture the error flow." by Tao Bao · 7 years ago
  22. 8ab2808 applypatch: Remove the obsolete support for "applypatch -s". by Tao Bao · 7 years ago
  23. 391bb7b applypatch: Add determine the return value of ApplyDiffPatch and by Jinguang Dong · 7 years ago
  24. 7b1fffe Merge "minadbd: Fix a failing test due to SIGPIPE." by Tao Bao · 7 years ago
  25. 79a0e98 minadbd: Fix a failing test due to SIGPIPE. by Tao Bao · 7 years ago
  26. dff2276 Merge "recovery: Remove the include of adb.h." by Tao Bao · 7 years ago
  27. d8039ac recovery: Remove the include of adb.h. by Tao Bao · 7 years ago
  28. a9dd77f Merge "Add more tests for verify_package_compatibility()." by Tao Bao · 7 years ago
  29. f17aa96 Merge "tests: Remove obsolete classes in applypatch_test." by Tao Bao · 7 years ago
  30. b6c9c41 Merge "librecovery: Remove -Wno-unused-parameter and add -Wall." by Tao Bao · 7 years ago
  31. b24510c librecovery: Remove -Wno-unused-parameter and add -Wall. by Tao Bao · 7 years ago
  32. d6f4368 Merge "Reboot the device on user build after the install fails" by Treehugger Robot · 7 years ago
  33. d9d1629 Reboot the device on user build after the install fails by Tianjie Xu · 7 years ago
  34. 0a3e4dc tests: Remove obsolete classes in applypatch_test. by Tao Bao · 7 years ago
  35. fa7d55a Merge "Minor clean up to minadbd_services.cpp" by Tianjie Xu · 7 years ago
  36. f2784b6 Add more tests for verify_package_compatibility(). by Tao Bao · 7 years ago
  37. b0945e1 Merge "Call libvintf to verify package compatibility." by Tao Bao · 7 years ago
  38. 919d2c9 Call libvintf to verify package compatibility. by Tao Bao · 7 years ago
  39. 6af51a0 Minor clean up to minadbd_services.cpp by Tianjie Xu · 7 years ago
  40. 8706a98 Adding support for quiescent reboot to recovery by Dmitri Plotnikov · 7 years ago
  41. e888d45 Merge "Add tests for read_metadata_from_package()." by Tao Bao · 7 years ago
  42. 0814672 Merge "Minor clean up to install.cpp." by Tao Bao · 7 years ago
  43. 8a7afcc Add tests for read_metadata_from_package(). by Tao Bao · 7 years ago
  44. f8119fb Minor clean up to install.cpp. by Tao Bao · 7 years ago
  45. 44f61b4 Merge "Add tests for update_binary_command()." by Tao Bao · 7 years ago
  46. ba3f078 Merge "Add 'system' to update_verifier's gid" by Tianjie Xu · 7 years ago
  47. 0ad2de5 Add 'system' to update_verifier's gid by Tianjie Xu · 7 years ago
  48. 9848209 Merge "init.rc: Remove sys.powerctl action" by Tom Cherry · 7 years ago
  49. bc4b1fe Add tests for update_binary_command(). by Tao Bao · 7 years ago
  50. ce91df8 Merge "Fix the double free in verify_package_compatibility()." by Tao Bao · 7 years ago
  51. c1ca21a Merge changes from topic 'libvintf' by Tao Bao · 7 years ago
  52. 4608daf init.rc: Remove sys.powerctl action by Tom Cherry · 7 years ago
  53. 4854e77 Merge "libmounts: Remove two dead functions." by Tao Bao · 7 years ago
  54. 99c549d Fix the double free in verify_package_compatibility(). by Tao Bao · 7 years ago
  55. 7fdcb19 Add the missing LOCAL_CFLAGS for librecovery. by Tao Bao · 7 years ago
  56. e959022 libmounts: Remove two dead functions. by Tao Bao · 7 years ago
  57. d3d91e5 Merge "minadbd: switch adb_thread_create to std::thread." by Josh Gao · 7 years ago
  58. 2aa0d3a minadbd: switch adb_thread_create to std::thread. by Josh Gao · 7 years ago
  59. 1d86605 Verify the package compatibility with libvintf. by Tao Bao · 7 years ago
  60. 1b28a27 Merge "Protect filename_cache with lock in ota fault" by Tianjie Xu · 7 years ago
  61. 4bb11c7 Protect filename_cache with lock in ota fault by Tianjie Xu · 7 years ago
  62. b4b0c49 Merge "Abort the update if there's not enough new data" by Tianjie Xu · 7 years ago
  63. 3a8d98d Abort the update if there's not enough new data by Tianjie Xu · 7 years ago
  64. 3cd630a Merge "tests: Use get_bootloader_message_blk_device() to find /misc." by Tao Bao · 7 years ago
  65. ad87d9d tests: Use get_bootloader_message_blk_device() to find /misc. by Tao Bao · 7 years ago
  66. b5fca37 Merge "Boot control HAL based on the A/B headers." by Alex Deymo · 7 years ago
  67. 7ffa8be Merge "Change the internal representation in RangeSet." by Tao Bao · 7 years ago
  68. 2717c28 Merge "update_verifier: correct group in rc file" am: 310fa65c02 by Tom Cherry · 7 years ago
  69. 310fa65 Merge "update_verifier: correct group in rc file" by Treehugger Robot · 7 years ago
  70. 3a8002f update_verifier: correct group in rc file by Tom Cherry · 7 years ago
  71. 56e9b9c Merge "update_verifier: tweak priority of update_verifier for quick boot" by Wei Wang · 7 years ago
  72. a6ea269 Merge "update_verifier: tweak priority of update_verifier for quick boot" by Treehugger Robot · 7 years ago
  73. a015cd1 update_verifier: tweak priority of update_verifier for quick boot by Wei Wang · 7 years ago
  74. fb00d82 Boot control HAL based on the A/B headers. by Alex Deymo · 8 years ago
  75. 1f38a9b Merge "applypatch: Remove duplicate test files." am: b6609f8895 by Tao Bao · 7 years ago
  76. a982e53 Merge "updater: Keep the parsed parameters in std::unique_ptr." am: c80dd4ade2 by Tao Bao · 7 years ago
  77. bf5b77d Change the internal representation in RangeSet. by Tao Bao · 7 years ago
  78. b6609f8 Merge "applypatch: Remove duplicate test files." by Tao Bao · 7 years ago
  79. c80dd4a Merge "updater: Keep the parsed parameters in std::unique_ptr." by Tao Bao · 7 years ago
  80. c3ef089 applypatch: Remove duplicate test files. by Tao Bao · 8 years ago
  81. 474dc18 Merge "Import translations. DO NOT MERGE" into stage-aosp-master by TreeHugger Robot · 7 years ago
  82. cd66e52 Merge "Use regular check for partition name instead of CHECK()" am: 76cb4eeda6 by Tianjie Xu · 7 years ago
  83. 76cb4ee Merge "Use regular check for partition name instead of CHECK()" by Tianjie Xu · 7 years ago
  84. 14eb208 Import translations. DO NOT MERGE by Bill Yi · 7 years ago
  85. 5a176c0 Use regular check for partition name instead of CHECK() by Tianjie Xu · 7 years ago
  86. 89559e3 Merge "Update_verifier should read blocks in EIO mode" am: 21d481c81e by Tianjie Xu · 7 years ago
  87. 21d481c Merge "Update_verifier should read blocks in EIO mode" by Tianjie Xu · 7 years ago
  88. 74c4da4 Merge "Move parse_range() and range_overlaps() into RangeSet." am: 8fab8f97b7 by Tao Bao · 7 years ago
  89. c97edcb updater: Keep the parsed parameters in std::unique_ptr. by Tao Bao · 7 years ago
  90. 8fab8f9 Merge "Move parse_range() and range_overlaps() into RangeSet." by Tao Bao · 7 years ago
  91. 8f23757 Move parse_range() and range_overlaps() into RangeSet. by Tao Bao · 7 years ago
  92. 3958a95 Update_verifier should read blocks in EIO mode by Tianjie Xu · 7 years ago
  93. 0e72880 Merge "recovery: switch to fs_mgr_read_fstab_default()" am: d0c7ae1fa6 by Bowgo Tsai · 7 years ago
  94. d0c7ae1 Merge "recovery: switch to fs_mgr_read_fstab_default()" by Treehugger Robot · 7 years ago
  95. 7ccb409 Merge "updater: Move RangeSinkWrite into RangeSinkState." am: 65c065b4bb by Tao Bao · 7 years ago
  96. 65c065b Merge "updater: Move RangeSinkWrite into RangeSinkState." by Tao Bao · 7 years ago
  97. 08224f7 Merge "updater: Don't append newline when calling uiPrint()." am: 58cb690eac by Tao Bao · 7 years ago
  98. 58cb690 Merge "updater: Don't append newline when calling uiPrint()." by Tao Bao · 7 years ago
  99. b648a87 Merge "tests: Remove LOCAL_ADDITIONAL_DEPENDENCIES." am: 3f0a3a2b1d by Tao Bao · 7 years ago
  100. 3f0a3a2 Merge "tests: Remove LOCAL_ADDITIONAL_DEPENDENCIES." by Treehugger Robot · 7 years ago