summaryrefslogtreecommitdiff
path: root/cpio/cpio.c
Commit message (Expand)AuthorAgeFilesLines
* Optimize string processing.Joerg Sonnenberger2017-04-291-4/+7
* Explicitly free pass_destpath after processing.Joerg Sonnenberger2017-04-291-0/+1
* Free linkresolver after processing.Joerg Sonnenberger2017-04-291-0/+1
* Merge pull request #867 from praiskup/cpio-getgrgidTim Kientzle2017-03-111-24/+22
|\
| * bsdcpio: ignore ENOENT for get{grg,pwu}id()Pavel Raiskup2017-02-221-24/+22
* | Mark functions that don't return as dead.Joerg Sonnenberger2017-02-261-5/+5
|/
* Don't leak `entry` in `file_to_archive` if archive_read_disk_entry_from_fileNgie Cooper2016-12-121-0/+1
* Replace malloc + memset with calloc.Joerg Sonnenberger2016-12-061-2/+1
* Report cpio version string with one dash onlyMartin Matuska2016-06-211-1/+1
* Disable ARCHIVE_EXTRACT_SECURE_NOABSOLUTEPATHS in bsdcpio p modeMartin Matuska2016-05-151-0/+1
* Add ARCHIVE_EXTRACT_SECURE_NOABSOLUTEPATHS optionAlessandro Ghedini2015-03-041-0/+2
* Fix the following -Werror warning from clang 3.5.0, while building cpio.c on ...Dimitry Andric2014-11-221-1/+2
* Do not ask passphrases when a passphrase was already specified withMichihiro NAKAJIMA2014-10-041-20/+22
* Implement reading a passphrase from ttys.Michihiro NAKAJIMA2014-09-211-0/+33
* Add --passphrase option to bsdtar and bsdcpio.Michihiro NAKAJIMA2014-09-161-0/+19
* Add support for lz4 write filter.Michihiro NAKAJIMA2014-08-141-0/+4
* Merge branch 'archive-version-details' of github.com:rosslagerwall/libarchive...Tim Kientzle2013-12-191-1/+1
|\
| * Show third party library versions in version stringRoss Lagerwall2013-09-161-1/+1
* | Refactor lafe_setprogname slightly to avoid the repeated logic about default ...Tim Kientzle2013-12-191-3/+1
* | Hide *lafe_progname and provide getter/setter instead.Jean-Yves Migeon2013-09-061-15/+6
|/
* http://code.google.com/p/libarchive/issues/detail?id=325Tim Kientzle2013-07-121-1/+3
* 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