Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
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 |