index
:
anonymous/android_bootable_recovery
android-11
android-14.0
android-4.3
android-4.4
android-5.0
android-5.1
android-6.0
android-7.0
android-7.1
android-8.0
android-8.1
android-9.0
Team Win Recovery Project (TWRP)
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
otautil
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-12-29
Fix wrong key indexes in package verification logs.
Jacky Liu
1
-3
/
+2
2021-12-22
Move package verifier from libinstall to libotautil
Jacky Liu
7
-0
/
+1130
2021-02-14
[LSC] Add LOCAL_LICENSE_KINDS to bootable/recovery
Bob Badour
1
-0
/
+9
2020-07-23
Fix some wording to comply with respectful-code
Tianjie
1
-1
/
+1
2020-03-18
Consolidate the wait in recovery's reboot
Tianjie Xu
2
-3
/
+7
2020-03-14
Consolidate the wait in recovery's reboot
Tianjie Xu
2
-3
/
+7
2019-10-04
Moving recovery resources from /system to /vendor
Bill Peckham
1
-0
/
+1
2019-10-02
otautil: Factor out the utils that're private to recovery.
Tao Bao
9
-1005
/
+0
2019-10-02
otautil: Drop a few unneeded includes.
Tao Bao
1
-5
/
+0
2019-10-01
Move mounts.cpp from libotautil into libupdater.
Tao Bao
3
-108
/
+0
2019-10-01
otautil: roots.cpp no longer needs 'mounts.h'.
Tao Bao
1
-1
/
+0
2019-08-15
Remove common.h
Tianjie Xu
1
-0
/
+36
2019-07-24
Clean up some global variables in common.h
Tianjie Xu
4
-10
/
+20
2019-07-09
Create a fallback to install from fuse if mmap fails
Tianjie Xu
1
-1
/
+1
2019-05-29
Implement an update simulator to verify BB OTA packages on host
Tianjie Xu
1
-4
/
+4
2019-05-23
recovery: report compliant reboot reason (Part Deux)
Mark Salyzyn
2
-5
/
+5
2019-05-22
Revert "recovery: report compliant reboot reason"
Tao Bao
2
-5
/
+5
2019-05-20
recovery: report compliant reboot reason
Mark Salyzyn
2
-5
/
+5
2019-05-10
roots: Remove get_system_root and logical_partitions_mapped.
Tao Bao
2
-12
/
+0
2019-05-01
Implement FuseBlockDataProvider
xunchang
3
-0
/
+64
2019-04-29
Consolidate the codes that handle reboot/shutdown.
Tao Bao
2
-10
/
+18
2019-04-16
DO NOT MERGE: Move load & restore logs to logging.cpp
xunchang
2
-10
/
+104
2019-04-16
DO NOT MERGE: Move wipe cache|data to libinstall
xunchang
3
-0
/
+297
2019-04-16
Move load & restore logs to logging.cpp
xunchang
2
-10
/
+104
2019-04-15
Move wipe cache|data to libinstall
xunchang
3
-0
/
+297
2019-04-03
libotautil exports libfstab header.
Tao Bao
1
-0
/
+4
2019-03-29
Move install to separate module
xunchang
3
-0
/
+355
2019-03-26
Move out the code to parse block map in MemMap
xunchang
2
-71
/
+131
2018-09-13
Move the parse of last_install to recovery-persist
Tianjie Xu
3
-0
/
+148
2018-08-28
Enable c++17 in recovery_defaults.
Tao Bao
1
-21
/
+17
2018-08-28
Remove otafault
Tianjie Xu
1
-0
/
+1
2018-08-08
`recovery` uses more shared libraries.
Tao Bao
1
-9
/
+8
2018-08-06
Add an updater function to compute hash tree
Tianjie Xu
1
-0
/
+1
2018-07-23
Revert "Make recovery libraries shared / recovery_available"
Hridya Valsaraju
1
-3
/
+2
2018-07-20
Make recovery libraries shared / recovery_available
Jerry Zhang
1
-2
/
+3
2018-07-20
Make recovery libraries shared / recovery_available
Jerry Zhang
1
-2
/
+3
2018-07-17
Fix the arguments passed to getopt_long(3).
Tao Bao
2
-0
/
+14
2018-06-19
Drop the dependency on AB_OTA_UPDATER flag.
Tao Bao
2
-1
/
+13
2018-05-09
tests: Add tests for ScreenRecoveryUI.
Tao Bao
2
-0
/
+12
2018-05-04
Move reboot() from common.h into otautil/sysutil.h.
Tao Bao
3
-0
/
+15
2018-05-04
otautil: Rename dir/sys/thermal utils.
Tao Bao
7
-6
/
+6
2018-05-04
otautil: Only build the needed files for host build.
Tao Bao
1
-7
/
+10
2018-04-28
Merge libmounts into libotautil.
Tao Bao
3
-0
/
+116
2018-04-26
Rename CacheLocation to Paths.
Tao Bao
4
-88
/
+111
2018-04-13
Remove the old log files if cache space is insufficient for OTA
Tianjie Xu
2
-1
/
+13
2018-03-08
Set the update locations to default in CacheLocation's constructor
Tianjie Xu
2
-9
/
+5
2018-03-08
Set the update locations to default in CacheLocation's constructor
Tianjie Xu
2
-9
/
+5
2018-02-28
Add a singleton CacheLocation to replace the hard coded locations
Tianjie Xu
3
-0
/
+105
2017-11-09
Load-balancing update_verifier worker threads.
Tao Bao
2
-0
/
+48
2017-11-07
otautil: Remove the aborts in RangeSet::Parse().
Tao Bao
2
-40
/
+87
2017-10-16
otautil: Move RangeSet implementation into rangeset.cpp.
Tao Bao
3
-151
/
+216
2017-10-11
otautil: #include <errno.h> for TEMP_FAILURE_RETRY.
Tao Bao
1
-0
/
+1
2017-10-11
Move rangeset.h and print_sha1.h into otautil.
Tao Bao
2
-0
/
+325
2017-10-10
otautil: Fix mac build.
Tao Bao
2
-3
/
+4
2017-10-09
Revert "Revert "Move error_code.h into otautil.""
Tao Bao
2
-0
/
+80
2017-10-05
Revert "Move error_code.h into otautil."
Tao Bao
2
-80
/
+0
2017-10-04
Move error_code.h into otautil.
Tao Bao
2
-0
/
+80
2017-10-03
otautil: Export headers.
Tao Bao
7
-4
/
+8
2017-07-27
otautil: Clean up dirCreateHierarchy().
Tao Bao
2
-143
/
+95
2017-07-25
otautil: Delete dirUnlinkHierarchy().
Tao Bao
2
-69
/
+0
2017-05-24
kill package_extract_dir
Tianjie Xu
3
-178
/
+0
2017-05-10
otautil: Android.mk -> Android.bp
Steven Moreland
2
-33
/
+34
2017-05-04
Update the comment for obsolete symlink handling .
Tianjie Xu
1
-1
/
+0
2017-05-02
Move sysMapFile and sysReleaseMap into MemMapping class.
Tao Bao
2
-94
/
+82
2017-03-31
Merge "Log temperature during OTA update" am: bc2c51a97f am: 1d7e500bfc
Tianjie Xu
3
-4
/
+112
2017-03-28
Log temperature during OTA update
Tianjie Xu
3
-4
/
+112
2016-11-08
otautil: Clean up obsolete includes.
Tao Bao
2
-12
/
+0
2016-11-08
otautil: Clean up obsolete includes.
Tao Bao
2
-12
/
+1
2016-11-08
otautil: Clean up SysUtil.cpp.
Tao Bao
2
-195
/
+203
2016-11-07
otautil: Clean up SysUtil.cpp.
Tao Bao
2
-189
/
+197
2016-10-18
Replace minzip with libziparchive
Tianjie Xu
7
-0
/
+749