summaryrefslogtreecommitdiff
path: root/tar/creation_set.c
Commit message (Collapse)AuthorAgeFilesLines
* tar: fix format name typo in creation_set.cMartin Matuska2022-02-071-1/+1
| | | | Closes #1659
* Recognize ".tzst" extension as ".tar.zst"jrmarino2017-08-221-0/+1
| | | | This follows convention establish by ".tgz", ".txz", etc. The alias array was not sorted alphabetically (the only order seems to be grouping by decomposed extension), so the new element was just added to the end.
* Fix alphabetical order, other small fixesSean Purcell2017-05-151-1/+1
|
* zstd: Address comments by @terrellnSean Purcell2017-05-151-2/+2
|
* Whitespace fixesSean Purcell2017-05-151-1/+1
|
* Add Zstandard write supportSean Purcell2017-05-151-1/+2
|
* Spelling fixes (#830)Graham Percival2016-11-301-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Spelling: previos -> previous Sponsored by: Tarsnap Backup Inc. * Spelling: Preparre -> Prepare Sponsored by: Tarsnap Backup Inc. * Spelling: Invalide -> Invalid Sponsored by: Tarsnap Backup Inc. * Spelling: leagal -> legal Sponsored by: Tarsnap Backup Inc. * Spelling: lengthe -> length Sponsored by: Tarsnap Backup Inc. * Spelling: cotents -> contents Sponsored by: Tarsnap Backup Inc. * Spelling: travesal -> traversal Sponsored by: Tarsnap Backup Inc. * Spelling: functinos -> functions Sponsored by: Tarsnap Backup Inc. * Spelling: particluar -> particular Sponsored by: Tarsnap Backup Inc. * Spelling: uncapable -> incapable Sponsored by: Tarsnap Backup Inc.
* Add support for lz4 write filter.Michihiro NAKAJIMA2014-08-141-0/+1
|
* Implant WARC support in tar's get_format_code()Sebastian Freundt2014-05-211-0/+1
|
* Plug a memory leak.Michihiro NAKAJIMA2012-11-111-0/+1
|
* Introduce -a/--auto-compress option into bsdtar.Michihiro NAKAJIMA2012-10-221-0/+313
This automatically decides on a creation format and filters by the archive suffix.