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