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
/
twrpTar.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Unused variable cleanup
Matt Mower
2017-01-18
1
-7
/
+3
*
Whitespace cleanup
Matt Mower
2017-01-18
1
-7
/
+7
*
libtar: backup and restore posix capabilities
Ethan Yonker
2017-01-18
1
-2
/
+2
*
Support backup/restore of FBE policies
Ethan Yonker
2016-12-13
1
-12
/
+22
*
Improve backup & wipe exclusion handling
Ethan Yonker
2016-11-30
1
-5
/
+16
*
Fix image flashing: attempt 2
James Christopher Adduono
2016-11-30
1
-1
/
+1
*
Fix compressed backups with split archives
Ethan Yonker
2016-09-12
1
-27
/
+40
*
Make it backwards compatible with 4.4
Ethan Yonker
2016-08-25
1
-9
/
+9
*
ADB: Add adb backup for TWRP.
bigbiff
2016-08-01
1
-108
/
+188
*
Improve progress bar handling for backup / restore / image flash
Ethan Yonker
2016-03-31
1
-47
/
+36
*
Fix a bunch of messages
Matt Mower
2016-01-22
1
-1
/
+1
*
Multiple Language Support
Ethan Yonker
2015-12-19
1
-86
/
+155
*
Merge up to AOSP marshmallow-release
Ethan Yonker
2015-10-09
1
-1
/
+2
*
twrpTar: fix segfault after encrypted backups
that
2015-04-03
1
-6
/
+6
*
Address a few compiler warnings
Matt Mower
2015-03-05
1
-2
/
+2
*
Properly initialize Archive_Current_Size to 0 in twrpTar
Ethan Yonker
2015-02-27
1
-0
/
+1
*
Add cancel backup capability.
bigbiff
2015-01-27
1
-11
/
+19
*
Fix twrpTar building
Ethan Yonker
2014-12-22
1
-0
/
+5
*
Attempt to set the proper uid/gid/contexts on new files and dirs
Ethan Yonker
2014-12-12
1
-0
/
+2
*
Make TWRP compile for arm64
Ethan Yonker
2014-11-12
1
-3
/
+3
*
Track backup and restore progress
Ethan Yonker
2014-07-09
1
-17
/
+298
*
Simplify twrpTar skip dir checks, DU code cleanup
Matt Mower
2014-04-15
1
-23
/
+12
*
Only split archives when split_archives is set
Dees Troy
2014-04-07
1
-1
/
+1
*
Rearrange opening of output and input files for error handling
Dees Troy
2014-04-07
1
-38
/
+64
*
Fix backup and restore of encrypted backups
Ethan Yonker
2014-04-02
1
-0
/
+2
*
Remove deprecated tar exclude functionality
Matt Mower
2014-03-31
1
-17
/
+1
*
Change to lstat so we don't count the target of symbolic links as part
bigbiff bigbiff
2014-03-17
1
-2
/
+2
*
Fix skipping of relative paths and lost+found in twrpDU
Vojtech Bocek
2014-03-13
1
-12
/
+3
*
Fix error handling in createList
Ethan Yonker
2014-03-07
1
-1
/
+1
*
Remove unused functions
Ethan Yonker
2014-02-12
1
-32
/
+0
*
Move DataManager functions out of twrpTar.cpp
Ethan Yonker
2014-02-10
1
-14
/
+9
*
Refactor twrpTar to use TarList
Dees Troy
2014-02-03
1
-295
/
+71
*
declare dir for non data/media devices
Dees Troy
2013-12-20
1
-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 bigbiff
2013-12-19
1
-9
/
+24
*
fix getting and setting contexts in selinux
bigbiff bigbiff
2013-10-17
1
-1
/
+6
*
Ensure root folders get added in split archives
Dees Troy
2013-10-17
1
-1
/
+7
*
libtar: store SELinux file context in tar archives
Vojtech Bocek
2013-09-05
1
-10
/
+10
*
skip checking size on links
bigbiff bigbiff
2013-08-28
1
-40
/
+60
*
ignore lost+found in all the places
bigbiff bigbiff
2013-08-28
1
-6
/
+6
*
Unify indentation and little clean-up in TWRP files
Vojtech Bocek
2013-08-24
1
-1
/
+1
*
Fix problem with not waiting for pigz to exit
Dees_Troy
2013-08-14
1
-1
/
+1
*
Fix permissions on backup files
Dees_Troy
2013-07-24
1
-14
/
+13
*
Fix backup of datadata
Dees_Troy
2013-07-01
1
-10
/
+15
*
Support encrypted backup files
Dees_Troy
2013-06-22
1
-221
/
+936
*
Move all AOSP code out of recovery binary
Dees_Troy
2013-04-04
1
-51
/
+51
*
Add search function to libtar
n0d3
2013-03-18
1
-14
/
+42
*
Fix backup of initial directory with split archives
Dees_Troy
2013-03-16
1
-22
/
+23
*
Fix capturing exit status to properly display libtar results
Dees_Troy
2013-03-02
1
-2
/
+2
*
libtar - Fix extraction of hardlinks to use the prefix
Dees_Troy
2013-02-27
1
-2
/
+2
*
fix restore on mknod
bigbiff bigbiff
2013-02-27
1
-2
/
+6
*
using __popen segfaults, switch back to popen
bigbiff bigbiff
2013-02-22
1
-3
/
+3
*
change libtar to fork instead of pthread
bigbiff bigbiff
2013-02-18
1
-28
/
+117
*
This adds a 60 second screen timeout for TWRP. Might consider making this configurable in the future.
bigbiff bigbiff
2013-02-13
1
-0
/
+4
*
Change popen in twrpTar to __popen
Dees_Troy
2013-02-12
1
-6
/
+7
*
Add write buffer for tar writes
Dees_Troy
2013-02-07
1
-67
/
+88
*
change tar create to pthread
bigbiff bigbiff
2013-01-24
1
-65
/
+121
*
Add libtar to TWRP instead of using busybox tar
bigbiff bigbiff
2013-01-09
1
-0
/
+409