1. 673c7ae Merge tag 'android-11.0.0_r16' into android-10.0 by bigbiff · 3 years, 6 months ago
  2. d58ba18 AOSP10 TWRP Merge: fix conflicts and update libraries needed by bigbiff · 4 years, 2 months ago
  3. 26d5d5f Merge tag 'android-10.0.0_r25' into aosp10-4 by bigbiff · 4 years, 2 months ago
  4. e8ca1b8 Consolidate the wait in recovery's reboot by Tianjie Xu · 4 years, 3 months ago
  5. 341644d Moving recovery resources from /system to /vendor by Bill Peckham · 4 years, 9 months ago
  6. e3f09a7 otautil: Factor out the utils that're private to recovery. by Tao Bao · 4 years, 8 months ago
  7. f6ed376 otautil: Drop a few unneeded includes. by Tao Bao · 4 years, 8 months ago
  8. d628cfc Move mounts.cpp from libotautil into libupdater. by Tao Bao · 4 years, 8 months ago
  9. 331e5c4 otautil: roots.cpp no longer needs 'mounts.h'. by Tao Bao · 4 years, 8 months ago
  10. b63a221 Remove common.h by Tianjie Xu · 4 years, 10 months ago
  11. 164c60a Clean up some global variables in common.h by Tianjie Xu · 5 years ago
  12. e521861 Create a fallback to install from fuse if mmap fails by Tianjie Xu · 5 years ago
  13. c1a5e26 Implement an update simulator to verify BB OTA packages on host by Tianjie Xu · 5 years ago
  14. 488cc05 recovery: report compliant reboot reason (Part Deux) by Mark Salyzyn · 5 years ago
  15. feefbf2 Revert "recovery: report compliant reboot reason" by Tao Bao · 5 years ago
  16. 6f4e4db recovery: report compliant reboot reason by Mark Salyzyn · 5 years ago
  17. f90d9a1 roots: Remove get_system_root and logical_partitions_mapped. by Tao Bao · 5 years ago
  18. 311e6ca Implement FuseBlockDataProvider by xunchang · 5 years ago
  19. 782dcc1 Consolidate the codes that handle reboot/shutdown. by Tao Bao · 5 years ago
  20. cd780b4 DO NOT MERGE: Move load & restore logs to logging.cpp by xunchang · 5 years ago
  21. 388d253 DO NOT MERGE: Move wipe cache|data to libinstall by xunchang · 5 years ago
  22. 2239b9e Move load & restore logs to logging.cpp by xunchang · 5 years ago
  23. 316e971 Move wipe cache|data to libinstall by xunchang · 5 years ago
  24. cecad74 libotautil exports libfstab header. by Tao Bao · 5 years ago
  25. 2478885 Move install to separate module by xunchang · 5 years ago
  26. 625c588 Move out the code to parse block map in MemMap by xunchang · 5 years ago
  27. 2b1a464 Move the parse of last_install to recovery-persist by Tianjie Xu · 6 years ago
  28. 43bfa6e Enable c++17 in recovery_defaults. by Tao Bao · 6 years ago
  29. 22f1120 Remove otafault by Tianjie Xu · 6 years ago
  30. 58f2132 Merge AOSP android-9.0.0_r3 by Ethan Yonker · 6 years ago
  31. 818f938 `recovery` uses more shared libraries. by Tao Bao · 6 years ago
  32. 69ffa15 Add an updater function to compute hash tree by Tianjie Xu · 6 years ago
  33. 1700cc4 Fix the arguments passed to getopt_long(3). by Tao Bao · 6 years ago
  34. cf60a44 Drop the dependency on AB_OTA_UPDATER flag. by Tao Bao · 6 years ago
  35. 981118e Revert "kill package_extract_dir" by Tom Marshall · 7 years ago
  36. 6cd8168 tests: Add tests for ScreenRecoveryUI. by Tao Bao · 6 years ago
  37. 2c52639 Move reboot() from common.h into otautil/sysutil.h. by Tao Bao · 6 years ago
  38. 17054c0 otautil: Rename dir/sys/thermal utils. by Tao Bao · 6 years ago
  39. 13446c0 otautil: Only build the needed files for host build. by Tao Bao · 6 years ago
  40. 9a319f0 Merge libmounts into libotautil. by Tao Bao · 6 years ago
  41. 641fa97 Rename CacheLocation to Paths. by Tao Bao · 6 years ago
  42. d5fbcc1 Remove the old log files if cache space is insufficient for OTA by Tianjie Xu · 6 years ago
  43. 01daebb Set the update locations to default in CacheLocation's constructor by Tianjie Xu · 6 years ago
  44. b4e3a37 Set the update locations to default in CacheLocation's constructor by Tianjie Xu · 6 years ago
  45. 3bbb20f Add a singleton CacheLocation to replace the hard coded locations by Tianjie Xu · 6 years ago
  46. 3cacbfd libotautil: Add missed header by Humberto Borba · 6 years ago
  47. ecbd3e8 Merge up to android-8.1.0_r1 and fix conflicts by Ethan Yonker · 6 years ago
  48. 160514b Load-balancing update_verifier worker threads. by Tao Bao · 7 years ago
  49. 6798315 otautil: Remove the aborts in RangeSet::Parse(). by Tao Bao · 7 years ago
  50. 4568582 otautil: Move RangeSet implementation into rangeset.cpp. by Tao Bao · 7 years ago
  51. b9bffdf otautil: #include <errno.h> for TEMP_FAILURE_RETRY. by Tao Bao · 7 years ago
  52. 09e468f Move rangeset.h and print_sha1.h into otautil. by Tao Bao · 7 years ago
  53. c13d2ec otautil: Fix mac build. by Tao Bao · 7 years ago
  54. 1fc5bf3 Revert "Revert "Move error_code.h into otautil."" by Tao Bao · 7 years ago
  55. 26436d6 Revert "Move error_code.h into otautil." by Tao Bao · 7 years ago
  56. 623fe7e Move error_code.h into otautil. by Tao Bao · 7 years ago
  57. cfe53c2 otautil: Export headers. by Tao Bao · 7 years ago
  58. ac3d1ed otautil: Clean up dirCreateHierarchy(). by Tao Bao · 7 years ago
  59. 7934985 otautil: Delete dirUnlinkHierarchy(). by Tao Bao · 7 years ago
  60. 53c38b1 kill package_extract_dir by Tianjie Xu · 7 years ago
  61. f3ae55a otautil: Android.mk -> Android.bp by Steven Moreland · 7 years ago
  62. f38401a Update the comment for obsolete symlink handling . by Tianjie Xu · 7 years ago
  63. b656a15 Move sysMapFile and sysReleaseMap into MemMapping class. by Tao Bao · 7 years ago
  64. d8df548 Merge "Log temperature during OTA update" am: bc2c51a97f am: 1d7e500bfc by Tianjie Xu · 7 years ago
  65. 3ee2b9d Log temperature during OTA update by Tianjie Xu · 7 years ago
  66. 3c38f56 otautil: Clean up obsolete includes. by Tao Bao · 8 years ago
  67. 14b61e7 otautil: Clean up obsolete includes. by Tao Bao · 8 years ago
  68. 9c05a82 otautil: Clean up SysUtil.cpp. by Tao Bao · 8 years ago
  69. c3292f3 otautil: Clean up SysUtil.cpp. by Tao Bao · 8 years ago
  70. 81e54ed resolve merge conflicts of 434697f to master by Tianjie Xu · 8 years ago
  71. 8176cf2 resolve merge conflicts of 6fba98c to stage-aosp-master by Tianjie Xu · 8 years ago
  72. 8cf5c8f Replace minzip with libziparchive by Tianjie Xu · 8 years ago