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