Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-04-08 | abuild-tar: write checksum to extended header | Timo Teräs | 1 | -43/+156 | |
2013-07-08 | abuild-sudo, abuild-tar: cosmetic changes | Dubiousjim | 1 | -1/+1 | |
2009-08-17 | Revert "abuild-tar: embed checksum for symlinks" | Natanael Copa | 1 | -29/+11 | |
Tar could not handle the headers. This reverts parts of commit 8b1a53011b3aa56594e785c425b318c21fba8684. Keep the usage fixes. | |||||
2009-08-11 | abuild-tar: embed checksum for symlinks | Timo Teras | 1 | -13/+31 | |
and relocate the place of the symlink in tar header, as symlink use the linkname field. now it's split to devmajor, devminor and padding fields. | |||||
2009-07-21 | abuild-tar: fix total counter for splice | Natanael Copa | 1 | -0/+1 | |
2009-07-21 | abuild-tar: fix splice arguments | Timo Teras | 1 | -1/+1 | |
2009-07-21 | abuild-tar: fix help message | Timo Teras | 1 | -2/+2 | |
2009-07-20 | abuild-tar: fix for full_read(), full_write() | Natanael Copa | 1 | -0/+2 | |
2009-07-20 | abuild-tar: rename cutting option to --cut, full_{read,write,splice} | Timo Teras | 1 | -11/+72 | |
2009-07-16 | abuild-tar: new utility to mangle tar files | Timo Teras | 1 | -0/+213 | |
- ability to embed an checksum inside the tar header for regular files (to avoid checksumming at apk installation time) - way to remove the end-of-archive marker to create concenatable .tar.gz:s for signed apks |