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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2014-03-17
Change to lstat so we don't count the target of symbolic links as part
bigbiff bigbiff
1
-2
/
+2
2014-03-13
Fix skipping of relative paths and lost+found in twrpDU
Vojtech Bocek
1
-12
/
+3
2014-03-07
Fix error handling in createList
Ethan Yonker
1
-1
/
+1
2014-02-12
Remove unused functions
Ethan Yonker
1
-32
/
+0
2014-02-10
Move DataManager functions out of twrpTar.cpp
Ethan Yonker
1
-14
/
+9
2014-02-03
Refactor twrpTar to use TarList
Dees Troy
1
-295
/
+71
2013-12-20
declare dir for non data/media devices
Dees Troy
1
-0
/
+2
2013-12-19
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
1
-9
/
+24
2013-10-24
Ensure root folders get added in split archives
Dees Troy
1
-0
/
+6
2013-10-23
fix getting and setting contexts in selinux
bigbiff bigbiff
1
-2
/
+7
2013-10-17
fix getting and setting contexts in selinux
bigbiff bigbiff
1
-1
/
+6
2013-10-17
Ensure root folders get added in split archives
Dees Troy
1
-1
/
+7
2013-09-05
libtar: store SELinux file context in tar archives
Vojtech Bocek
1
-10
/
+10
2013-08-28
skip checking size on links
bigbiff bigbiff
1
-40
/
+60
2013-08-28
ignore lost+found in all the places
bigbiff bigbiff
1
-6
/
+6
2013-08-24
Unify indentation and little clean-up in TWRP files
Vojtech Bocek
1
-1
/
+1
2013-08-14
Fix problem with not waiting for pigz to exit
Dees_Troy
1
-1
/
+1
2013-07-24
Fix permissions on backup files
Dees_Troy
1
-14
/
+13
2013-07-01
Fix backup of datadata
Dees_Troy
1
-10
/
+15
2013-06-22
Support encrypted backup files
Dees_Troy
1
-221
/
+936
2013-04-04
Move all AOSP code out of recovery binary
Dees_Troy
1
-51
/
+51
2013-03-18
Add search function to libtar
n0d3
1
-14
/
+42
2013-03-16
Fix backup of initial directory with split archives
Dees_Troy
1
-22
/
+23
2013-03-02
Fix capturing exit status to properly display libtar results
Dees_Troy
1
-2
/
+2
2013-02-27
libtar - Fix extraction of hardlinks to use the prefix
Dees_Troy
1
-2
/
+2
2013-02-27
fix restore on mknod
bigbiff bigbiff
1
-2
/
+6
2013-02-22
using __popen segfaults, switch back to popen
bigbiff bigbiff
1
-3
/
+3
2013-02-18
change libtar to fork instead of pthread
bigbiff bigbiff
1
-28
/
+117
2013-02-13
This adds a 60 second screen timeout for TWRP. Might consider making this configurable in the future.
bigbiff bigbiff
1
-0
/
+4
2013-02-12
Change popen in twrpTar to __popen
Dees_Troy
1
-6
/
+7
2013-02-07
Add write buffer for tar writes
Dees_Troy
1
-67
/
+88
2013-01-24
change tar create to pthread
bigbiff bigbiff
1
-65
/
+121
2013-01-09
Add libtar to TWRP instead of using busybox tar
bigbiff bigbiff
1
-0
/
+409