aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* TWRP: add an option to exclude the TWRP appp9.0nailyk-fr2020-04-266-8/+21
* init: ueventd already needs /acctAndreas Schneider2020-04-261-3/+4
* language: turkish updateFatih Fırıncı2020-04-261-22/+53
* Fix 'system/etc/ld.config.txt' not found errorMartin Dünkelmann2020-04-261-9/+4
* crypto: fde: decrypt master key firstMohd Faraz2020-04-261-2/+9
* Fix ORS backup and restore for system-as-rootdianlujitao2020-04-261-3/+3
* crypto: add more missing newlinesCaptain Throwback2020-04-263-61/+61
* openrecoveryscript: do not skip decryption even if using block.mapCaptain Throwback2020-04-261-15/+8
* partitionmanager: add /etc to Local_PathCaptain Throwback2020-04-261-1/+1
* Move decryption error from logerror to loginfoMauronofrio Matarrese2020-04-261-1/+1
* bootable: read all asserts in case there are more than one.Hernán Castañón2020-04-261-2/+16
* Removing fake error: E: recv error on ueventMauronofrio Matarrese2020-04-261-1/+1
* Prevent errors caused by /data/per_boot/Darth92020-02-031-0/+1
* crypto: add some missing newlinesCaptain Throwback2020-02-033-13/+13
* Complete overhaul of Dutch translation:Ian Macdonald2020-02-031-387/+445
* recovery: wipe bootloader message from index 0 when using custom offsetsAlessandro Astone2020-02-031-0/+3
* android-5.1: use char constructor for default on c++ streamsbigbiff2020-02-031-4/+4
* recovery: Move bldrmsg offset symbols to bootloader_message.cppAlessandro Astone2020-02-033-15/+15
* /sbin should come first in the linker search path.Ian Macdonald2020-02-031-2/+2
* Encryption: try wrapped key also for device without metadata supportmauronofrio2020-02-031-1/+8
* ldconfig: add /sbin to search.pathsCaptain Throwback2019-11-152-1/+13
* cache: Fix typo in twrp-functions.cpp for A/B devicesSyberHexen2019-11-141-1/+1
* Add ld.config.txt for Android 8.x+ treesCaptain Throwback2019-11-144-0/+13
* Fix typo in commentVDavid0032019-11-141-1/+1
* Update Portuguese (Portugal) translationVasco Machado2019-11-141-1/+32
* Persistent logs: Compress target log on storage.bigbiff bigbiff2019-11-141-23/+91
* Encryption: try wrapped key if the first time decryption failsq10.0-twrpbigbiff bigbiff2019-09-033-6/+13
* ext4crypt: change to upgrade key if export failsPeter Cai2019-09-033-9/+27
* ext4crypt: support wrappedkey for FBEPeter Cai2019-09-038-6/+163
* fix build error in 9.0 with TW_NO_EXFAT_FUSE:=trueMartin Dünkelmann2019-08-081-1/+1
* ext4crypt: support synthetic keys v3 on May updatePeter Cai2019-06-303-13/+55
* Backup_Tar(): Properly localise string instead of using English.Ian Macdonald2019-06-301-1/+1
* fb2png: Fix compilation in android-9.0 repos.bigbiff bigbiff2019-06-303-11/+10
* Android.mk: do not include file_contexts for P and uposhmoun2019-06-091-2/+4
* applypatch: Link with bmlutils and mtdutils properly.MarijnS952019-06-092-2/+10
* mtdutils: Convert makefile to bp.MarijnS952019-06-093-70/+25
* bmlutils: Convert makefile to bp.MarijnS952019-06-093-35/+26
* libcrecovery: Convert makefile to bp.MarijnS952019-06-093-18/+18
* prebuilt: Add android.hardware.confirmationui@1.0 for /sbin/keystoreAndreas Schneider2019-06-091-0/+4
* minui: Include bits/epoll_event.h as a workaroundAndreas Schneider2019-06-091-0/+1
* updater/otautil: Fix build errors in Pie treelambdadroid2019-06-092-90/+4
* Fix symlink creationEthan Yonker2019-05-243-15/+2
* Switch between dependencies and modulesEthan Yonker2019-05-247-37/+80
* Digest: Create digest for each subpartition and not just the first.bigbiff bigbiff2019-05-181-0/+1
* 3.3.1Ethan Yonker2019-05-161-1/+1
* Add option to uninstall TWRP app from /systemEthan Yonker2019-05-1610-13/+121
* Flash both A/B partitions when flashing recovery ramdiskEthan Yonker2019-05-161-0/+31
* Resolve e2fsdroid failure in certain casesdianlujitao2019-05-151-7/+13
* Merge "Pass file_contexts path to e2fsdroid" into android-9.0big biff2019-05-151-1/+1
|\
| * Pass file_contexts path to e2fsdroiddianlujitao2019-04-221-1/+1