Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert "abuild-tar: embed checksum for symlinks" | Natanael Copa | 2009-08-17 | 1 | -29/+11 |
| | | | | | | | Tar could not handle the headers. This reverts parts of commit 8b1a53011b3aa56594e785c425b318c21fba8684. Keep the usage fixes. | ||||
* | abuild-tar: embed checksum for symlinks | Timo Teras | 2009-08-11 | 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. | ||||
* | abuild-tar: fix total counter for splice | Natanael Copa | 2009-07-21 | 1 | -0/+1 |
| | |||||
* | abuild-tar: fix splice arguments | Timo Teras | 2009-07-21 | 1 | -1/+1 |
| | |||||
* | abuild-tar: fix help message | Timo Teras | 2009-07-21 | 1 | -2/+2 |
| | |||||
* | abuild-tar: fix for full_read(), full_write() | Natanael Copa | 2009-07-20 | 1 | -0/+2 |
| | |||||
* | abuild-tar: rename cutting option to --cut, full_{read,write,splice} | Timo Teras | 2009-07-20 | 1 | -11/+72 |
| | |||||
* | abuild-tar: new utility to mangle tar files | Timo Teras | 2009-07-16 | 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 |