summaryrefslogtreecommitdiff
path: root/cpio/cpio.h
Commit message (Expand)AuthorAgeFilesLines
* add support for reading and writing PWB and V7 cpio archivesTom Ivar Helbekkmo2021-03-051-0/+1
* cpio/cpio.c: avoid calling strlen() for destdir twiceMartin Matuska2020-03-021-0/+1
* Fix alphabetical order, other small fixesSean Purcell2017-05-151-2/+2
* Add Zstandard write supportSean Purcell2017-05-151-0/+1
* Implement reading a passphrase from ttys.Michihiro NAKAJIMA2014-09-211-0/+1
* Add --passphrase option to bsdtar and bsdcpio.Michihiro NAKAJIMA2014-09-161-0/+2
* 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-1/+2
* Introduce uuencode filter.Michihiro NAKAJIMA2012-10-081-0/+2
* 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
* Introduce archive_match_exclude_pattern_from_file(_w) andMichihiro NAKAJIMA2012-02-121-2/+0
* Use archive_matching API at both bsdcpio and bsdtar instead of lafe_exclude f...Michihiro NAKAJIMA2012-01-181-1/+1
* Work around broken PSXCRT unistd.h, which defines macrosTim Kientzle2011-02-131-1/+1
* Change mode and compress to int to match other option-processing variables.Tim Kientzle2011-02-111-3/+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-0/+1
* Make the owner_parse() test quiet by having the functionTim Kientzle2009-09-101-1/+1
* Update to match changes to line_reader() and include_from_file() toTim Kientzle2009-08-231-1/+1
* Convert cpio to use archive_read_disk_entry_from_file().Tim Kientzle2009-08-061-0/+1
* Sort short option list, fill in missing -I option, updateTim Kientzle2009-07-191-0/+1
* Refactor common frontend code into a separate library.Joerg Sonnenberger2009-05-261-14/+3
* Add --lzma and -J options to cpio.Tim Kientzle2009-04-171-0/+1
* Eliminate a bunch of preprocessor symbols that aren't actuallyTim Kientzle2009-04-171-2/+0
* Add support for -n option from GNU cpio.Tim Kientzle2009-03-191-0/+1
* IFCTim Kientzle2008-12-051-1/+1
* IFCTim Kientzle2008-12-041-1/+5
* Implement a custom command-line parser for cpio. In return forTim Kientzle2008-10-211-1/+4
* Introduce __LA_DEAD to replace current unportable use ofJoerg Sonnenberger2008-10-011-1/+1
* IFC: Colin's __dead2 markersTim Kientzle2008-08-091-2/+2
* IFCTim Kientzle2008-08-031-1/+2
* IFCTim Kientzle2008-06-211-1/+1
* Callbacks are annoying. Change the callback-driven line processorTim Kientzle2008-05-281-3/+7
* Continue populating the libarchive-portable project from my local repository.Tim Kientzle2008-04-291-0/+106