Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2014-02-03 | Clear the relative directory before passing on to twrpTar with the static du object. Otherwise we will not backup /system/media etc | bigbiff bigbiff | 1 | -1/+2 | |
Change-Id: Ib62af6ad8596aa18bf48cb750e2ecf442dadc627 | |||||
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 | -16/+29 | |
Moved Get_Folder_Size to this new class. Change-Id: If0a0220f900eb109581f2eeaf7b76e3f7d6886f1 | |||||
2013-10-24 | Update licenses to all match | Dees Troy | 1 | -0/+1 | |
Change-Id: I3be70a897e563658736b2dec3a9ea2697b69b225 | |||||
2013-10-22 | Update licenses to all match | Dees Troy | 1 | -0/+1 | |
2013-08-24 | Unify indentation and little clean-up in TWRP files | Vojtech Bocek | 1 | -12/+15 | |
Signed-off-by: Vojtech Bocek <vbocek@gmail.com> | |||||
2013-03-17 | trying to fix md5 | bigbiff bigbiff | 1 | -1/+1 | |
Change-Id: I4ec037f76aa965bc818afe924942adbe9a080b36 | |||||
2013-03-07 | use md5.c for computation of md5sums | bigbiff bigbiff | 1 | -11/+18 | |
create a framework for computing digests and reading digests in TWRP add space for backwards compatibility with bb md5sum Change-Id: Ia18e3f430eed5eba22e5052d39b9b8d88ecd4536 | |||||
2013-02-07 | Add write buffer for tar writes | Dees_Troy | 1 | -0/+28 | |
update fuse to 2.9.2 catch return from unlink so that we don't print error messages when things work Change-Id: I1115039a0fa5d9d73f78ef1abd79755d7ffd9d96 |