summaryrefslogtreecommitdiffstats
path: root/twrpTar.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* ADB Backup: Fix gzip backup and restorebigbiff bigbiff2017-11-271-1/+1
* twrpTar: Fix uninitialized current_archive_typenkk712017-07-211-0/+1
* ADB Backup: fix adb restore issuesbigbiff bigbiff2017-04-231-1/+1
* libtar: support backing up and restoring new Android user.* xattrEthan Yonker2017-02-171-2/+2
* Improve backup display names with emulated storageEthan Yonker2017-02-081-1/+0
* Unused variable cleanupMatt Mower2017-01-181-7/+3
* Whitespace cleanupMatt Mower2017-01-181-7/+7
* libtar: backup and restore posix capabilitiesEthan Yonker2017-01-181-2/+2
* Support backup/restore of FBE policiesEthan Yonker2016-12-131-12/+22
* Improve backup & wipe exclusion handlingEthan Yonker2016-11-301-5/+16
* Fix image flashing: attempt 2James Christopher Adduono2016-11-301-1/+1
* Fix compressed backups with split archivesEthan Yonker2016-09-121-27/+40
* Make it backwards compatible with 4.4Ethan Yonker2016-08-251-9/+9
* ADB: Add adb backup for TWRP.bigbiff2016-08-011-108/+188
* Improve progress bar handling for backup / restore / image flashEthan Yonker2016-03-311-47/+36
* Fix a bunch of messagesMatt Mower2016-01-221-1/+1
* Multiple Language SupportEthan Yonker2015-12-191-86/+155
* Merge up to AOSP marshmallow-releaseEthan Yonker2015-10-091-1/+2
* twrpTar: fix segfault after encrypted backupsthat2015-04-031-6/+6
* Address a few compiler warningsMatt Mower2015-03-051-2/+2
* Properly initialize Archive_Current_Size to 0 in twrpTarEthan Yonker2015-02-271-0/+1
* Add cancel backup capability.bigbiff2015-01-271-11/+19
* Fix twrpTar buildingEthan Yonker2014-12-221-0/+5
* Attempt to set the proper uid/gid/contexts on new files and dirsEthan Yonker2014-12-121-0/+2
* Make TWRP compile for arm64Ethan Yonker2014-11-121-3/+3
* Track backup and restore progressEthan Yonker2014-07-091-17/+298
* Simplify twrpTar skip dir checks, DU code cleanupMatt Mower2014-04-151-23/+12
* Only split archives when split_archives is setDees Troy2014-04-071-1/+1
* Rearrange opening of output and input files for error handlingDees Troy2014-04-071-38/+64
* Fix backup and restore of encrypted backupsEthan Yonker2014-04-021-0/+2
* Remove deprecated tar exclude functionalityMatt Mower2014-03-311-17/+1
* Change to lstat so we don't count the target of symbolic links as partbigbiff bigbiff2014-03-171-2/+2
* Fix skipping of relative paths and lost+found in twrpDUVojtech Bocek2014-03-131-12/+3
* Fix error handling in createListEthan Yonker2014-03-071-1/+1
* Remove unused functionsEthan Yonker2014-02-121-32/+0
* Move DataManager functions out of twrpTar.cppEthan Yonker2014-02-101-14/+9
* Refactor twrpTar to use TarListDees Troy2014-02-031-295/+71
* declare dir for non data/media devicesDees Troy2013-12-201-0/+2
* 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-9/+24
* fix getting and setting contexts in selinuxbigbiff bigbiff2013-10-171-1/+6
* Ensure root folders get added in split archivesDees Troy2013-10-171-1/+7
* libtar: store SELinux file context in tar archivesVojtech Bocek2013-09-051-10/+10
* skip checking size on linksbigbiff bigbiff2013-08-281-40/+60
* ignore lost+found in all the placesbigbiff bigbiff2013-08-281-6/+6
* Unify indentation and little clean-up in TWRP filesVojtech Bocek2013-08-241-1/+1
* Fix problem with not waiting for pigz to exitDees_Troy2013-08-141-1/+1
* Fix permissions on backup filesDees_Troy2013-07-241-14/+13
* Fix backup of datadataDees_Troy2013-07-011-10/+15
* Support encrypted backup filesDees_Troy2013-06-221-221/+936
* Move all AOSP code out of recovery binaryDees_Troy2013-04-041-51/+51
* Add search function to libtarn0d32013-03-181-14/+42
* Fix backup of initial directory with split archivesDees_Troy2013-03-161-22/+23
* Fix capturing exit status to properly display libtar resultsDees_Troy2013-03-021-2/+2
* libtar - Fix extraction of hardlinks to use the prefixDees_Troy2013-02-271-2/+2
* fix restore on mknodbigbiff bigbiff2013-02-271-2/+6
* using __popen segfaults, switch back to popenbigbiff bigbiff2013-02-221-3/+3
* change libtar to fork instead of pthreadbigbiff bigbiff2013-02-181-28/+117
* This adds a 60 second screen timeout for TWRP. Might consider making this configurable in the future.bigbiff bigbiff2013-02-131-0/+4
* Change popen in twrpTar to __popenDees_Troy2013-02-121-6/+7
* Add write buffer for tar writesDees_Troy2013-02-071-67/+88
* change tar create to pthreadbigbiff bigbiff2013-01-241-65/+121
* Add libtar to TWRP instead of using busybox tarbigbiff bigbiff2013-01-091-0/+409