Gitiles
Code Review
Sign In
gerrit.twrp.me
/
android_bootable_recovery
/
0e2140e9310f15e658ac93b9fbe910cb2f2bd794
/
twrpTar.cpp
ce8f83c
ADB: Add adb backup for TWRP.
by bigbiff
· 9 years ago
472f506
Improve progress bar handling for backup / restore / image flash
by Ethan Yonker
· 9 years ago
3c36697
Fix a bunch of messages
by Matt Mower
· 9 years ago
74db157
Multiple Language Support
by Ethan Yonker
· 9 years ago
c798c9c
Merge up to AOSP marshmallow-release
by Ethan Yonker
· 9 years ago
2252d24
twrpTar: fix segfault after encrypted backups
by that
· 10 years ago
2b18a53
Address a few compiler warnings
by Matt Mower
· 10 years ago
1a147a4
Properly initialize Archive_Current_Size to 0 in twrpTar
by Ethan Yonker
· 10 years ago
7abc5fe
Add cancel backup capability.
by bigbiff
· 10 years ago
960f030
Fix twrpTar building
by Ethan Yonker
· 10 years ago
4b94cfd
Attempt to set the proper uid/gid/contexts on new files and dirs
by Ethan Yonker
· 10 years ago
bcc502c
Make TWRP compile for arm64
by Ethan Yonker
· 10 years ago
1b7a31b
Track backup and restore progress
by Ethan Yonker
· 10 years ago
50248ab
Simplify twrpTar skip dir checks, DU code cleanup
by Matt Mower
· 11 years ago
b1c6e05
Only split archives when split_archives is set
by Dees Troy
· 11 years ago
9d72327
Rearrange opening of output and input files for error handling
by Dees Troy
· 11 years ago
924a80b
Fix backup and restore of encrypted backups
by Ethan Yonker
· 11 years ago
bb81e5d
Remove deprecated tar exclude functionality
by Matt Mower
· 11 years ago
ec8fc28
Change to lstat so we don't count the target of symbolic links as part
by bigbiff bigbiff
· 11 years ago
05f87d6
Fix skipping of relative paths and lost+found in twrpDU
by Vojtech Bocek
· 11 years ago
eae4209
Fix error handling in createList
by Ethan Yonker
· 11 years ago
a869edd
Remove unused functions
by Ethan Yonker
· 11 years ago
87af563
Move DataManager functions out of twrpTar.cpp
by Ethan Yonker
· 11 years ago
e0a433a
Refactor twrpTar to use TarList
by Dees Troy
· 11 years ago
42f40f5
declare dir for non data/media devices
by Dees Troy
· 11 years ago
34684ff
Create a TWRP Disk Usage Class to retain state about a directory and whether we should skip it in other classes like twrpTar.
by bigbiff bigbiff
· 11 years ago
c49d706
fix getting and setting contexts in selinux
by bigbiff bigbiff
· 11 years ago
ed40077
Ensure root folders get added in split archives
by Dees Troy
· 11 years ago
25fd68d
libtar: store SELinux file context in tar archives
by Vojtech Bocek
· 11 years ago
86e77bc
skip checking size on links skip google music cache
by bigbiff bigbiff
· 11 years ago
616afed
ignore lost+found in all the places
by bigbiff bigbiff
· 11 years ago
fafb0c5
Unify indentation and little clean-up in TWRP files
by Vojtech Bocek
· 11 years ago
2727b99
Fix problem with not waiting for pigz to exit
by Dees_Troy
· 11 years ago
5612cc8
Fix permissions on backup files
by Dees_Troy
· 11 years ago
59df926
Fix backup of datadata
by Dees_Troy
· 11 years ago
83bd483
Support encrypted backup files
by Dees_Troy
· 12 years ago
2673cec
Move all AOSP code out of recovery binary
by Dees_Troy
· 12 years ago
3b51163
Add search function to libtar
by n0d3
· 12 years ago
3263e92
Fix backup of initial directory with split archives
by Dees_Troy
· 12 years ago
50d63be
Fix capturing exit status to properly display libtar results
by Dees_Troy
· 12 years ago
ee6632c
libtar - Fix extraction of hardlinks to use the prefix
by Dees_Troy
· 12 years ago
71e5aa4
fix restore on mknod Change-Id: I9fb8b927f81a8cded651e42026beb3d5c252d1e8
by bigbiff bigbiff
· 12 years ago
23aa819
using __popen segfaults, switch back to popen
by bigbiff bigbiff
· 12 years ago
e6594ab
change libtar to fork instead of pthread
by bigbiff bigbiff
· 12 years ago
8a68c31
This adds a 60 second screen timeout for TWRP. Might consider making this configurable in the future.
by bigbiff bigbiff
· 12 years ago
40bbcf8
Change popen in twrpTar to __popen
by Dees_Troy
· 12 years ago
e34c133
Add write buffer for tar writes
by Dees_Troy
· 12 years ago
3bf2b0e
change tar create to pthread
by bigbiff bigbiff
· 12 years ago
9c75405
Add libtar to TWRP instead of using busybox tar
by bigbiff bigbiff
· 12 years ago