summaryrefslogtreecommitdiffstats
path: root/abuild-tar.c
Commit message (Collapse)AuthorAgeFilesLines
* abuild-tar: improve portabilityNatanael Copa2016-05-201-0/+4
| | | | splice is a linux thing.
* abuild-tar: add missing includesTimo Teräs2015-10-061-0/+2
|
* abuild-tar: Initialise memory before useAndrew Wilcox2015-10-061-0/+2
|
* abuild-tar: write checksum to extended headerTimo Teräs2015-04-081-43/+156
|
* abuild-sudo, abuild-tar: cosmetic changesDubiousjim2013-07-081-1/+1
|
* Revert "abuild-tar: embed checksum for symlinks"Natanael Copa2009-08-171-29/+11
| | | | | | | Tar could not handle the headers. This reverts parts of commit 8b1a53011b3aa56594e785c425b318c21fba8684. Keep the usage fixes.
* abuild-tar: embed checksum for symlinksTimo Teras2009-08-111-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 spliceNatanael Copa2009-07-211-0/+1
|
* abuild-tar: fix splice argumentsTimo Teras2009-07-211-1/+1
|
* abuild-tar: fix help messageTimo Teras2009-07-211-2/+2
|
* abuild-tar: fix for full_read(), full_write()Natanael Copa2009-07-201-0/+2
|
* abuild-tar: rename cutting option to --cut, full_{read,write,splice}Timo Teras2009-07-201-11/+72
|
* abuild-tar: new utility to mangle tar filesTimo Teras2009-07-161-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