summaryrefslogtreecommitdiffstats
path: root/twrp-functions.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Create a TWRP Disk Usage Class to retain state about a directory and whether we should skip it in other classes like twrpTar.bigbiff bigbiff2013-12-191-33/+0
* Update licenses to all matchDees Troy2013-10-221-0/+18
* Remove trailing spaces on auto generated backup namesDees Troy2013-10-171-0/+7
* Improvements to Update_Log_FileDees Troy2013-09-191-8/+19
* Never generate empty backup nameVojtech Bocek2013-09-171-1/+2
* Add TWFunc::Exec_Cmd() with no 'result' agrumentVojtech Bocek2013-09-121-15/+32
* Pull ROM info from build.prop for backup namesDees Troy2013-09-121-0/+48
* Really fix TWFunc::tw_chmod() for 3-character mode stringVojtech Bocek2013-08-301-32/+41
* Update SuperSU for 4.3 SELinux, 2.6.1.0Dees_Troy2013-08-301-0/+62
* ignore lost+found in all the placesbigbiff bigbiff2013-08-281-1/+1
* Unify indentation and little clean-up in TWRP filesVojtech Bocek2013-08-241-14/+15
* Fix TWFunc::tw_chmod() for 3-character mode stringVojtech Bocek2013-08-241-1/+2
* Revert "Rewrite TWFunc::Exec_Cmd() to use pipe() instead of popen()"Dees_Troy2013-08-241-43/+12
* Rewrite TWFunc::Exec_Cmd() to use pipe() instead of popen()Vojtech Bocek2013-07-031-12/+43
* Support encrypted backup filesDees_Troy2013-06-221-0/+199
* Move all AOSP code out of recovery binaryDees_Troy2013-04-041-128/+106
* use md5.c for computation of md5sumsbigbiff bigbiff2013-03-071-43/+15
* fixes for fakeflash zipsjt11342013-02-271-2/+2
* Fix compiling on CM7Dees_Troy2013-02-221-1/+5
* Check for root and root perms and offer to install/fixDees_Troy2013-02-211-62/+265
* This adds a 60 second screen timeout for TWRP. Might consider making this configurable in the future.bigbiff bigbiff2013-02-131-0/+49
* Add write buffer for tar writesDees_Troy2013-02-071-4/+4
* Use only std::string in TWFunc::Get_Folder_SizeVojtech Bocek2013-02-021-14/+5
* Fix fail over to vfat from exfatDees_Troy2013-02-011-2/+1
* exFAT improvements, fixesDees_Troy2013-01-281-4/+12
* file manager updates for exFATDees_Troy2013-01-281-0/+21
* Remove sockets and FIFOS when removing filesbigbiff bigbiff2013-01-201-1/+1
* Fix wiping problems and save ecrypt keyDees_Troy2013-01-091-26/+26
* Add libtar to TWRP instead of using busybox tarbigbiff bigbiff2013-01-091-70/+136
* Increase array size to fix crashes on some devicesDees_Troy2012-12-201-1/+1
* Fix output of version numberDees_Troy2012-10-011-25/+0
* Fix compiler warningsDees_Troy2012-09-281-1/+1
* Save version number to storageDees_Troy2012-09-271-0/+26
* Port reboot functions to C++Dees_Troy2012-09-271-0/+128
* Add backup size checkingDees_Troy2012-09-261-2/+10
* Unify portrait layouts againDees_Troy2012-09-261-0/+23
* Fix fstab and unmount problemsDees_Troy2012-09-201-4/+3
* Cleanup extra-functionsDees_Troy2012-09-181-19/+14
* Update backup and restore code, adb sideloadDees_Troy2012-09-171-0/+71
* Add wipe functions, compiles in CM7, text shows in UI, zips installDees_Troy2012-09-141-0/+164