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
/
roots.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2017-07-26
roots.cpp: Clean up format_volume().
Tao Bao
1
-129
/
+121
2017-07-25
recovery: handle security footer before passing size to mke2fs
Jin Qian
1
-11
/
+28
2017-07-25
roots.cpp: Reformatting the file.
Tao Bao
1
-101
/
+93
2017-07-23
Remove the obsolete reference to /file_contexts.
Tao Bao
1
-3
/
+1
2017-07-20
recovery: replace make_ext4 with e2fsprogs
Jin Qian
1
-6
/
+56
2017-05-10
recovery: Skip "/" in setup_install_mounts().
Tao Bao
1
-19
/
+22
2017-05-05
recovery: update mkfs.f2fs args to match f2fs-tools 1.8.0
Jin Qian
1
-3
/
+3
2017-03-31
recovery: switch to fs_mgr_read_fstab_default()
Bowgo Tsai
1
-2
/
+2
2017-03-29
recovery: switch to fs_mgr_read_fstab_default()
Bowgo Tsai
1
-2
/
+2
2017-03-10
recovery: replacing fs_mgr_read_fstab() with new fs_mgr APIs
Bowgo Tsai
1
-1
/
+1
2017-02-03
Replace _exit(-1) with _exit(EXIT_FAILURE).
Tao Bao
1
-1
/
+1
2017-01-25
Use flash erase & logical block size for userdata wipe
Connor O'Brien
1
-1
/
+6
2016-10-09
Update the header path for ext4_utils.
Tao Bao
1
-3
/
+3
2016-10-07
Update the header path for ext4_utils.
Tao Bao
1
-3
/
+3
2016-09-01
Switch recovery to libbase logging
Tianjie Xu
1
-26
/
+31
2016-09-01
Switch recovery to libbase logging
Tianjie Xu
1
-26
/
+31
2016-09-01
Switch recovery to libbase logging
Tianjie Xu
1
-26
/
+31
2016-08-12
Format formattable partitions if mount fails
Johan Harvyl
1
-1
/
+14
2016-06-10
Remove obsolete MTD support.
Elliott Hughes
1
-54
/
+13
2015-11-16
recovery: Allow "Mount /system" for system_root_image.
Tao Bao
1
-8
/
+18
2015-11-16
DO NOT MERGE recovery: Switch applypatch/ and updater/ to cpp.
Tao Bao
1
-2
/
+0
2015-11-13
Create convert_fbe breadcrumb file to support conversion to FBE
Paul Lawrence
1
-2
/
+6
2015-07-31
recovery: Allow "Mount /system" for system_root_image.
Tao Bao
1
-8
/
+18
2015-07-14
recovery: Switch applypatch/ and updater/ to cpp.
Tao Bao
1
-2
/
+0
2015-07-14
recovery: Switch applypatch/ and updater/ to cpp.
Tao Bao
1
-2
/
+0
2015-07-07
Allow mounting squashfs partitions
Mohamad Ayyash
1
-0
/
+1
2015-07-01
Allow mounting squashfs partitions
Mohamad Ayyash
1
-0
/
+1
2015-04-02
DO NOT MERGE Revert "Erase PST partition if its marked to be erased."
Andres Morales
1
-37
/
+0
2015-03-31
Revert "Erase PST partition if its marked to be erased."
Andres Morales
1
-37
/
+0
2015-03-30
Revert "Erase PST partition if its marked to be erased."
Andres Morales
1
-37
/
+0
2015-03-24
always use volume mount option when mounting a partition
Gaelle Nassiet
1
-1
/
+1
2014-08-06
Erase PST partition if its marked to be erased.
Andres Morales
1
-0
/
+37
2014-08-05
Fix length printing + formats
JP Abgrall
1
-3
/
+3
2014-06-17
Support F2FS for the data partition
JP Abgrall
1
-13
/
+49
2014-04-11
Change filesystem add entry API call.
Sasha Levitskiy
1
-1
/
+1
2014-01-16
do verification and extraction on memory, not files
Doug Zongker
1
-2
/
+8
2013-12-13
recovery: wipe encryption metadata along with data partition
Doug Zongker
1
-1
/
+26
2013-08-21
recovery: install packages in a known mount environment
Doug Zongker
1
-0
/
+19
2013-02-20
Move to using the new unified fstab in recovery.
Ken Sumrall
1
-110
/
+30
2011-10-31
turn recovery into a C++ binary
Doug Zongker
1
-3
/
+3
2011-10-28
turn recovery into a C++ binary
Doug Zongker
1
-282
/
+0
2011-04-12
save a last_install file with the result of the last package install attempt
Doug Zongker
1
-3
/
+2
2011-03-12
recovery: mount /sdcard read-only
Iliyan Malchev
1
-2
/
+3
2011-02-25
store partition length in recovery.fstab
Doug Zongker
1
-9
/
+35
2011-02-25
store partition length in recovery.fstab
Doug Zongker
1
-9
/
+35
2011-02-18
store partition length in recovery.fstab
Doug Zongker
1
-9
/
+35
2011-01-20
Reserve the last 16 Kbytes of /data for the crypto footer.
Ken Sumrall
1
-2
/
+6
2011-01-06
Update make_ext4fs arguments in roots.c
Colin Cross
1
-1
/
+1
2010-09-22
mount sdcard only on demand; fix sideload installs
Doug Zongker
1
-0
/
+20
2010-09-21
remove the notion of "root path"; support mixed flash types
Doug Zongker
1
-254
/
+137
2010-09-21
remove the notion of "root path"; support mixed flash types (do not merge)
Doug Zongker
1
-233
/
+146
2010-09-17
remove unneeded partition roots
Doug Zongker
1
-55
/
+0
2010-08-14
Changes to work with updated make_ext4fs tool that supports creating sparse images.
Ken Sumrall
1
-1
/
+1
2010-08-13
support using an EMMC misc partition to store recovery arguments
Doug Zongker
1
-1
/
+3
2010-07-30
generalize "install from sdcard" to "install from external storage"
Doug Zongker
1
-3
/
+2
2010-07-09
make a copy of sideloaded packages in /tmp before verifying
Doug Zongker
1
-2
/
+5
2010-06-30
support userdata and cache partitions using emmc/ext4 instead of mtd/yaffs
Doug Zongker
1
-4
/
+32
2009-11-13
eclair snapshot
Jean-Baptiste Queru
1
-0
/
+1
2009-06-19
add function for device-specific wipe data features
Doug Zongker
1
-0
/
+1
2009-03-04
auto import from //depot/cupcake/@135843
The Android Open Source Project
1
-0
/
+370
2009-03-04
auto import from //depot/cupcake/@135843
The Android Open Source Project
1
-370
/
+0