1. 673c7ae Merge tag 'android-11.0.0_r16' into android-10.0 by bigbiff · 3 years, 6 months ago
  2. b62ff1a Merge changes from topic "nonab_on_vab_r" into rvc-dev by TreeHugger Robot · 4 years, 1 month ago
  3. dff8004 Add add_slot_suffix function. by Yifan Hong · 4 years, 1 month ago
  4. bc7e1db Add slot suffix to DAP ops by Yifan Hong · 4 years, 1 month ago
  5. 94ca355 Merge "Add libavb as a dependency" into rvc-dev by Tianjie Xu · 4 years, 2 months ago
  6. d58ba18 AOSP10 TWRP Merge: fix conflicts and update libraries needed by bigbiff · 4 years, 2 months ago
  7. 26d5d5f Merge tag 'android-10.0.0_r25' into aosp10-4 by bigbiff · 4 years, 2 months ago
  8. 5bb443a Add libavb as a dependency by Tianjie Xu · 4 years, 6 months ago
  9. e8ca1b8 Consolidate the wait in recovery's reboot by Tianjie Xu · 4 years, 3 months ago
  10. b37d794 Add more mounting options to updater mount function. by Hongguang Chen · 4 years, 3 months ago
  11. 5a67841 Convert update_host_simulator to Android.bp by Dan Willemsen · 4 years, 5 months ago
  12. 9769246 Run BORINGSSL_self_test() in updater_main by Tianjie Xu · 4 years, 8 months ago
  13. d628cfc Move mounts.cpp from libotautil into libupdater. by Tao Bao · 4 years, 8 months ago
  14. 4c4c7dc Merge "Use libcrypto_static instead of libcrypto" by Colin Cross · 4 years, 8 months ago
  15. 0e643e4 Use libcrypto_static instead of libcrypto by Colin Cross · 4 years, 9 months ago
  16. 5234ad4 applypatch: Add backup_source parameter to PatchPartition. by Tao Bao · 4 years, 8 months ago
  17. 54100d3 Merge "Link libcrypto dynamically for recovery unit tests." by Tobias Thierer · 4 years, 9 months ago
  18. 189d424 Link libcrypto dynamically for recovery unit tests. by Pete Bentley · 4 years, 9 months ago
  19. d815194 Set LOCAL_INJECT_BSSL_HASH for updater by Colin Cross · 4 years, 9 months ago
  20. 3cbd7ae updater: Fix build for new CreateLogicalPartition signature. by David Anderson · 4 years, 10 months ago
  21. 60b242c Simulator: add the argument to keep the updated images by Tianjie Xu · 4 years, 10 months ago
  22. 7efd233 Add command line parser for simulator by Tianjie Xu · 4 years, 11 months ago
  23. fc2ad88 Merge "Drop the device specific support for update host simulator" by Tianjie Xu · 4 years, 11 months ago
  24. 4c8e6ea Merge "Fix build for API change to DestroyLogicalPartition()." by David Anderson · 4 years, 11 months ago
  25. b42281a Drop the device specific support for update host simulator by Tianjie Xu · 5 years ago
  26. ea3c4a4 Change the symlink to system_ext by Justin Yun · 5 years ago
  27. 1cf8eb7 Add a GetMappedPackageLength to Updater by Robin Lee · 5 years ago
  28. 4955648 Merge "Add unit tests for simulator" by Tianjie Xu · 5 years ago
  29. 7ba8f18 Rename product_services to system_ext by Justin Yun · 5 years ago
  30. c3a161e Add unit tests for simulator by Tianjie Xu · 5 years ago
  31. 32148d9 Fix build for API change to DestroyLogicalPartition(). by David Anderson · 5 years ago
  32. d118833 Implement updater runtime for dynamic partitions by Tianjie Xu · 5 years ago
  33. cdbd84d Revert "libprocessgroup users use libcutils" by Zhijun He · 5 years ago
  34. 46ec20b libprocessgroup users use libcutils by Steven Moreland · 5 years ago
  35. 74b0f7c Implement the TargetFile and BuildInfo by Tianjie Xu · 5 years ago
  36. 76e165d Disable building simulator for mac by Tianjie Xu · 5 years ago
  37. c1a5e26 Implement an update simulator to verify BB OTA packages on host by Tianjie Xu · 5 years ago
  38. 27556d0 Some clean ups to the updater by Tianjie Xu · 5 years ago
  39. 1536db8 Add UpdaterRuntime class by Tianjie Xu · 5 years ago
  40. 3fda5d6 Skip hashtree computation during block image verify by Tianjie Xu · 5 years ago
  41. 58d5912 Add Updater class and remove UpdaterInfo by Tianjie Xu · 5 years ago
  42. a86dddb Track libziparchive API change. by Elliott Hughes · 5 years ago
  43. 782dcc1 Consolidate the codes that handle reboot/shutdown. by Tao Bao · 5 years ago
  44. 0ef6492 updater: Allow devices to suppress BLKDISCARD by andi34 · 9 years ago
  45. 53158e5 Fix potential size overflow in blockimg.cpp by xunchang · 5 years ago
  46. 8ff84d7 updater: add functions to modify dynamic partition metadata by Yifan Hong · 5 years ago
  47. 63f5260 Create stash dir recursively. by Yifan Hong · 5 years ago
  48. 22a27f9 Merge "Use dynamically linked f2fs executables." by Tao Bao · 5 years ago
  49. 363d624 updater: erase ignores EOPNOTSUPP for BLKDISCARD by Yifan Hong · 5 years ago
  50. c674dfb Use dynamically linked f2fs executables. by Tao Bao · 5 years ago
  51. 3d69f0d Clean up the arg setup for exec(3). by Tao Bao · 5 years ago
  52. 91e631d make_f2fs: use -g android by default by Jaegeuk Kim · 6 years ago
  53. a2cff95 updater: Error out on underrun during patching. by Tao Bao · 6 years ago
  54. 2e9747f Revert "updater: Remove dead make_parents()." by Simon Shields · 6 years ago
  55. 04e4afb Use only signed/unsigned numbers with ParseInt/ParseUint respectively by Tom Cherry · 6 years ago
  56. 5609bc8 applypatch: Refactor applypatch(). by Tao Bao · 6 years ago
  57. 43bfa6e Enable c++17 in recovery_defaults. by Tao Bao · 6 years ago
  58. 22f1120 Remove otafault by Tianjie Xu · 6 years ago
  59. 58f2132 Merge AOSP android-9.0.0_r3 by Ethan Yonker · 6 years ago
  60. f8811bb updater: Add TransferList class. by Tao Bao · 6 years ago
  61. 3c89273 updater: Add SourceInfo::{ReadAll,DumpBuffer,Overlaps}. by Tao Bao · 6 years ago
  62. ef5e38f tests: Move to Android.bp. by Tao Bao · 6 years ago
  63. c205dd9 Merge "updater: Move libupdater to Soong." by Tao Bao · 6 years ago
  64. c019580 Merge "Add the hash_tree_info class in Command" by Tianjie Xu · 6 years ago
  65. 8f64bf6 Add the hash_tree_info class in Command by Tianjie Xu · 6 years ago
  66. 673bb6f updater: Move libupdater to Soong. by Tao Bao · 6 years ago
  67. b5bc978 Merge "Add an updater function to compute hash tree" am: dbe4420325 by Tianjie Xu · 6 years ago
  68. 69ffa15 Add an updater function to compute hash tree by Tianjie Xu · 6 years ago
  69. 603b7ed Merge "applypatch: Consolidate CacheSizeCheck() and MakeFreeSpaceOnCache()." by Tao Bao · 6 years ago
  70. 5ee2566 applypatch: Consolidate CacheSizeCheck() and MakeFreeSpaceOnCache(). by Tao Bao · 6 years ago
  71. e089c1a Merge "updater: Let read_file() return Value::Type::STRING." am: ac234b4493 by Tao Bao · 6 years ago
  72. bafd6c7 updater: Let read_file() return Value::Type::STRING. by Tao Bao · 6 years ago
  73. 17cda67 Merge "edify: Rename parse_string to ParseString and let it take std::string." by Tao Bao · 6 years ago
  74. d8a2c26 Merge "edify: Remove VAL_INVALID and move ValueType into Value class." by Tao Bao · 6 years ago
  75. 6b18eb7 Merge "edify: Rename parse_string to ParseString and let it take std::string." by Tao Bao · 6 years ago
  76. d8d514f edify: Rename parse_string to ParseString and let it take std::string. by Tao Bao · 6 years ago
  77. 511d759 edify: Remove VAL_INVALID and move ValueType into Value class. by Tao Bao · 6 years ago
  78. e2136c4 Merge "updater: Remove the support for sha1_check()." am: fbc0f6062c by Tao Bao · 6 years ago
  79. 0b58e9a updater: Remove the support for sha1_check(). by Tao Bao · 6 years ago
  80. b450952 Merge "updater: Add ABORT command." am: c059b6c1c6 by Tao Bao · 6 years ago
  81. 91a649a updater: Add ABORT command. by Tao Bao · 6 years ago
  82. 6541974 Merge "No longer print hash for stashed blocks during verification of retry" by Tianjie Xu · 6 years ago
  83. 3c5958f No longer print hash for stashed blocks during verification of retry by Tianjie Xu · 6 years ago
  84. 42f96e5 Merge "updater: Check the number of args in Command::Parse." am: 95b8d2b064 by Tao Bao · 6 years ago
  85. e660430 Merge "updater: Add Command parsing codes." am: afc2962e60 by Tao Bao · 6 years ago
  86. 92f3393 updater: Check the number of args in Command::Parse. by Tao Bao · 6 years ago
  87. 6a7e4af updater: Add Command parsing codes. by Tao Bao · 6 years ago
  88. 839c405 Merge "applypatch: {Load,Save}FileContents and ParseSha1 take std::string." by Tao Bao · 6 years ago
  89. b418156 Merge "applypatch: {Load,Save}FileContents and ParseSha1 take std::string." by Tao Bao · 6 years ago
  90. 681ae40 Merge "e2fsdroid and mke2fs are dynamic executable in recovery partition" by Jiyong Park · 6 years ago
  91. 9b5d4ea Merge "e2fsdroid and mke2fs are dynamic executable in recovery partition" by Treehugger Robot · 6 years ago
  92. 8dc7049 applypatch: {Load,Save}FileContents and ParseSha1 take std::string. by Tao Bao · 6 years ago
  93. ae3e472 Merge "updater: Defer the creation of the new data writer." am: ddc81680e6 by Tao Bao · 6 years ago
  94. 69364fe e2fsdroid and mke2fs are dynamic executable in recovery partition by Jiyong Park · 6 years ago
  95. 0a883c1 updater: Defer the creation of the new data writer. by Tao Bao · 6 years ago
  96. 941d3ab Merge "updater: Drop the 'overlap' parameter in LoadSrcTgtVersion3()." by Tao Bao · 6 years ago
  97. d8a411c Merge "Merge pi-dev-plus-aosp-without-vendor into stage-aosp-master" into stage-aosp-master by Xin Li · 6 years ago
  98. 4a13508 updater: Drop the 'overlap' parameter in LoadSrcTgtVersion3(). by Tao Bao · 6 years ago
  99. ffede3e updater: Remove the redundant check on line count. by Tao Bao · 6 years ago
  100. a0e3e6f Merge "updater: Replace the reference arguments with pointers." am: cef8431fed by Tao Bao · 6 years ago