summaryrefslogtreecommitdiff
path: root/abuild-tar.c
AgeCommit message (Collapse)AuthorFilesLines
2016-05-20abuild-tar: improve portabilityNatanael Copa1-0/+4
splice is a linux thing.
2015-10-06abuild-tar: add missing includesTimo Teräs1-0/+2
2015-10-06abuild-tar: Initialise memory before useAndrew Wilcox1-0/+2
2015-04-08abuild-tar: write checksum to extended headerTimo Teräs1-43/+156
2013-07-08abuild-sudo, abuild-tar: cosmetic changesDubiousjim1-1/+1
2009-08-17Revert "abuild-tar: embed checksum for symlinks"Natanael Copa1-29/+11
Tar could not handle the headers. This reverts parts of commit 8b1a53011b3aa56594e785c425b318c21fba8684. Keep the usage fixes.
2009-08-11abuild-tar: embed checksum for symlinksTimo Teras1-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-21abuild-tar: fix total counter for spliceNatanael Copa1-0/+1
2009-07-21abuild-tar: fix splice argumentsTimo Teras1-1/+1
2009-07-21abuild-tar: fix help messageTimo Teras1-2/+2
2009-07-20abuild-tar: fix for full_read(), full_write()Natanael Copa1-0/+2
2009-07-20abuild-tar: rename cutting option to --cut, full_{read,write,splice}Timo Teras1-11/+72
2009-07-16abuild-tar: new utility to mangle tar filesTimo Teras1-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