summaryrefslogtreecommitdiff
path: root/cpio/cpio.c
Commit message (Expand)AuthorAgeFilesLines
* replace time64 functions with normal ones (#1830)Rosen Penev2023-01-091-3/+3
* further cleanup _localtime64_s (#1824)Rosen Penev2022-12-281-10/+1
* Memory leaks fix for tests (#1829)TERESH12022-12-271-0/+2
* cleanup _localtime64_s (#1820)Rosen Penev2022-12-201-3/+3
* update "-h" output with new formatsTom Ivar Helbekkmo2021-03-061-1/+1
* fix output format handling and symlink detection for PWBTom Ivar Helbekkmo2021-03-061-4/+6
* add -7 option to bsdcpio for symmetryTom Ivar Helbekkmo2021-03-061-3/+5
* add support for reading and writing PWB and V7 cpio archivesTom Ivar Helbekkmo2021-03-051-0/+9
* rearrange cpio output format selectionTom Ivar Helbekkmo2021-03-051-3/+1
* cpio/cpio.c: Fix off-by-one in previous commitMartin Matuska2020-03-021-1/+1
* cpio/cpio.c: avoid calling strlen() for destdir twiceMartin Matuska2020-03-021-8/+7
* Windows: use _localtime64_s and _gmtime64_s where appropriateMartin Matuska2020-01-131-3/+14
* Use localtime_r and gmtime_r if supportedMartin Matuska2020-01-131-1/+10
* Fix a few obvious resource leaks and strcpy() misusesPavel Raiskup2018-11-231-1/+3
* Correctly process and verify integer arguments passed to bsdcpio and bsdtarMartin Matuska2018-09-231-4/+11
* Add space after version to fix all unit tests besides sparse testsBenjaminTrapani2018-01-201-1/+1
* Fix alphabetical order, other small fixesSean Purcell2017-05-151-4/+4
* Add Zstandard write supportSean Purcell2017-05-151-0/+4
* 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