summaryrefslogtreecommitdiff
path: root/cpio/cmdline.c
Commit message (Expand)AuthorAgeFilesLines
* add -7 option to bsdcpio for symmetryTom Ivar Helbekkmo2021-03-061-1/+2
* add support for reading and writing PWB and V7 cpio archivesTom Ivar Helbekkmo2021-03-051-1/+2
* Fix alphabetical order, other small fixesSean Purcell2017-05-151-1/+1
* Add Zstandard write supportSean Purcell2017-05-151-0/+1
* sort ittpg2016-06-301-1/+1
* add GNU compatible blocking-factor alias, add cpio long alias for dereferencetpg2016-06-291-0/+1
* Add --passphrase option to bsdtar and bsdcpio.Michihiro NAKAJIMA2014-09-161-0/+1
* Add support for lz4 write filter.Michihiro NAKAJIMA2014-08-141-0/+1
* Add support for grzip compression.Michihiro NAKAJIMA2012-10-101-0/+1
* Introduce b64encode filter.Michihiro NAKAJIMA2012-10-081-0/+1
* Introduce uuencode filter.Michihiro NAKAJIMA2012-10-081-0/+1
* Add --lrzip option to bsdtar and bsdcpio to use lrzip compression.Michihiro NAKAJIMA2012-10-071-0/+1
* Add support for lzop.Michihiro NAKAJIMA2012-10-071-0/+1
* Fix memory leaks found with Clang Static Analyzer. Those could occur whenMichihiro NAKAJIMA2012-02-271-0/+1
* Work around broken PSXCRT unistd.h, which defines macrosTim Kientzle2011-02-131-7/+7
* From Issue 138: properly cast before assigning unsigned long to int.Tim Kientzle2011-02-111-2/+2
* When -R is specified, make sure to clear the uname/gnameTim Kientzle2010-08-151-0/+2
* Merge r203183 from svn.freebsd.org: Support -V option as in GNU cpio.Tim Kientzle2010-01-311-1/+2
* Oops. I left out the key part of the last commit.Tim Kientzle2009-09-101-11/+14
* Merge r195389 from FreeBSD-CURRENT: Rework theTim Kientzle2009-07-191-34/+24
* Sort short option list, fill in missing -I option, updateTim Kientzle2009-07-191-1/+2
* Support decimal uid/gid when parsing -R/--owner option.Tim Kientzle2009-07-021-19/+49
* Refactor common frontend code into a separate library.Joerg Sonnenberger2009-05-261-8/+9
* Add --lzma and -J options to cpio.Tim Kientzle2009-04-171-1/+3
* Add support for -n option from GNU cpio.Tim Kientzle2009-03-191-1/+2
* IFCTim Kientzle2008-12-051-1/+1
* Implement a custom command-line parser for cpio. In return forTim Kientzle2008-10-211-100/+184
* IFCTim Kientzle2008-08-031-1/+2
* IFCTim Kientzle2008-06-211-1/+1
* Gratuitous long option synonyms from GNU tar.Tim Kientzle2008-06-201-0/+8
* Callbacks are annoying. Change the callback-driven line processorTim Kientzle2008-05-281-1/+2
* Continue populating the libarchive-portable project from my local repository.Tim Kientzle2008-04-291-0/+247