summaryrefslogtreecommitdiff
path: root/cpio/cpio.c
Commit message (Expand)AuthorAgeFilesLines
* Fix build failure on Win64.Michihiro NAKAJIMA2012-11-071-7/+10
* Add support for grzip compression.Michihiro NAKAJIMA2012-10-101-0/+6
* Introduce b64encode filter.Michihiro NAKAJIMA2012-10-081-0/+6
* Introduce uuencode filter.Michihiro NAKAJIMA2012-10-081-0/+13
* Stop using deprecated functions.Michihiro NAKAJIMA2012-10-071-3/+5
* Stop using deprecated functions. Much remains to be replaced.Michihiro NAKAJIMA2012-10-071-4/+4
* Stop using deprecated functions. Much remains to be replaced.Michihiro NAKAJIMA2012-10-071-6/+6
* Add --lrzip option to bsdtar and bsdcpio to use lrzip compression.Michihiro NAKAJIMA2012-10-071-0/+4
* Add support for lzop.Michihiro NAKAJIMA2012-10-071-0/+4
* Fix a memory leak that Clang Static Analyzer pointed out.Michihiro NAKAJIMA2012-09-111-0/+1
* Fix a printf format type for id_t. FreeBSD's id_t is int64_t.Michihiro NAKAJIMA2012-02-291-2/+4
* Remove duplicate statements.Michihiro NAKAJIMA2012-02-261-3/+0
* On Windows, it is possible that the program name should have a slash '/'Michihiro NAKAJIMA2012-02-201-2/+2
* Properly remove leading slash letters and Windows drive letters in cpio.Michihiro NAKAJIMA2012-02-201-5/+45
* Correct console I/O on Windows. Use CONIN$ and CONOUT$ instead of /dev/tty.Michihiro NAKAJIMA2012-02-201-0/+12
* Introduce archive_match_exclude_pattern_from_file(_w) andMichihiro NAKAJIMA2012-02-121-3/+5
* Rename archive_matching to archive_match.Michihiro NAKAJIMA2012-02-081-6/+6
* Delete archive_matching_path_excluded and archive_matching_path_excluded_w.Michihiro NAKAJIMA2012-01-181-2/+2
* Use archive_matching API at both bsdcpio and bsdtar instead of lafe_exclude f...Michihiro NAKAJIMA2012-01-181-5/+16
* Issue 218: Suppress extracting the body only if we know the body hasTim Kientzle2011-12-301-1/+2
* Mask SIGPIPE for libarchive test, tar, and cpio.Tim Kientzle2011-11-051-0/+13
* Initialize locale on bsdcpio, and change test_option_t accordinglyMichihiro NAKAJIMA2011-04-151-0/+7
* remove stuff covered by #if ARCHIVE_VERSION_NUMBER < 3000000Roman Neuhauser2011-04-091-4/+0
* client and example programs use archive_read_support_filter_*()Roman Neuhauser2011-03-281-2/+2
* DO NOT USE C++ style comments like // in C code !Björn Jacke2011-02-171-2/+3
* Work around broken PSXCRT unistd.h, which defines macrosTim Kientzle2011-02-131-9/+9
* Eliminate some warnings on Visual Studio.Michihiro NAKAJIMA2011-01-211-2/+2
* Issue 114: Remove duplicate include.Tim Kientzle2010-11-111-3/+0
* When -R is specified, make sure to clear the uname/gnameTim Kientzle2010-08-151-4/+14
* -vV is a synonym for -vTim Kientzle2010-05-011-0/+3
* Don't try to write a body if libarchive won't accept it.Tim Kientzle2010-04-111-1/+1
* Unbreak build on mingw.Michihiro NAKAJIMA2010-02-241-0/+4
* Use archive_version_string() instead of archive_version().Tim Kientzle2010-02-171-1/+1
* Rename archive_read_finish to archive_read_free andTim Kientzle2010-02-081-5/+5
* Merge r203183 from svn.freebsd.org: Support -V option as in GNU cpio.Tim Kientzle2010-01-311-2/+18
* Return proper errors from archive_read_disk_entry_from_file() ifTim Kientzle2010-01-181-4/+10
* Windows resets atime at file close, so we can't use futimes() on Cygwin.Tim Kientzle2010-01-181-1/+1
* Don't warn if a UID can't be looked up. Apparently,Tim Kientzle2010-01-051-1/+1
* Eliminate the warnings of the conversion of types on Visual Studio.Michihiro NAKAJIMA2009-12-211-1/+1
* Avoid build error on Visual Studio 10.Michihiro NAKAJIMA2009-12-151-0/+3
* Correct some printf format strings, per Issue 52.Tim Kientzle2009-12-061-19/+19
* Clang static analysis found an error return that was beingTim Kientzle2009-11-191-5/+11
* Use consistent function storage classBrad King2009-11-161-1/+1
* Avoid %j and uintmax in cpio.Tim Kientzle2009-10-311-15/+34
* Fix some compiler warnings in VS9.Tim Kientzle2009-09-131-1/+2
* Make the owner_parse() test quiet by having the functionTim Kientzle2009-09-101-1/+5
* Update to match changes to line_reader() and include_from_file() toTim Kientzle2009-08-231-5/+5
* Clean up some build warnings in VS9.Tim Kientzle2009-08-061-15/+14
* Use portable archive_entry services instead of S_ISBLK() and S_ISCHR() macros.Tim Kientzle2009-08-061-1/+2
* Remove major()/minor() in favor of the archive_entry functions.Tim Kientzle2009-08-061-2/+2