summaryrefslogtreecommitdiff
path: root/cpio
Commit message (Expand)AuthorAgeFilesLines
* Fix cpio test in 2038 (#1836)Bernhard M. Wiedemann2023-01-121-3/+3
* replace time64 functions with normal ones (#1830)Rosen Penev2023-01-092-6/+6
* further cleanup _localtime64_s (#1824)Rosen Penev2022-12-282-20/+2
* Memory leaks fix for tests (#1829)TERESH12022-12-272-0/+3
* cleanup _localtime64_s (#1820)Rosen Penev2022-12-202-6/+6
* tests: silence localtime() CodeQL warningsMartin Matuska2022-12-081-2/+22
* Merge pull request #1502 from tih/cpio-bin-formatsMartin Matuška2021-05-105-7/+30
|\
| * update "-h" output with new formatsTom Ivar Helbekkmo2021-03-061-1/+1
| * update cpio documentation, add basic test of binary formatTom Ivar Helbekkmo2021-03-062-0/+9
| * 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-062-4/+7
| * add support for reading and writing PWB and V7 cpio archivesTom Ivar Helbekkmo2021-03-053-1/+12
| * rearrange cpio output format selectionTom Ivar Helbekkmo2021-03-051-3/+1
* | cpio test: add source file extensionRolf Eike Beer2021-04-061-11/+11
|/
* 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-022-8/+8
* bsdcpio_test: from_hex() needs to be an uint32_tMartin Matuska2020-02-271-15/+18
* Add printf attributes to the printflike functions used in tests and fixzoulasc2020-01-232-12/+17
* 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
* Minor corrections to the formatting of manual page.Ingo Schwarze2019-09-211-2/+1
* Windows symlink bugfixes and improvementsMartin Matuska2019-04-133-4/+4
* Fix remaining MinGW testsMartin Matuska2019-04-073-2/+16
* Fix various symlink bugs with Windows symlinksMartin Matuska2019-04-044-4/+4
* Issue 1104: Explicitly limit the printed string to 12 charactersIssue1104Tim Kientzle2018-12-151-4/+4
* 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
* Cpio test: Expected error message depends on local strerror()Tim Kientzle2018-09-022-27/+73
* Add space after version to fix all unit tests besides sparse testsBenjaminTrapani2018-01-201-1/+1
* Fix alphabetical order, other small fixesSean Purcell2017-05-155-11/+11
* Add zstd test suiteSean Purcell2017-05-154-0/+141
* Add Zstandard write supportSean Purcell2017-05-154-0/+11
* Fix use-after-free in error branch. From Ngie Cooper.Joerg Sonnenberger2017-05-111-1/+1
* Don't leak memory.Joerg Sonnenberger2017-04-2912-11/+34
* 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
* Add NFSv4 ACL support for Linux via librichaclMartin Matuska2017-03-161-1/+6
* 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
* | New tar test: test_option_aclsMartin Matuska2017-03-021-0/+5
* | Mark functions that don't return as dead.Joerg Sonnenberger2017-02-261-5/+5
|/
* test suite: use a single main test file for all testsMartin Matuska2017-02-214-3406/+16
* testsuite: allow 'dev' in versionPavel Raiskup2017-02-212-83/+3
* Merge pull request #843 from yaneurabeya/cpio-coverity-fixesMartin Matuska2016-12-301-0/+1
|\
| * Don't leak `entry` in `file_to_archive` if archive_read_disk_entry_from_fileNgie Cooper2016-12-121-0/+1
* | Spelling fixes (#846)Graham Percival2016-12-201-1/+1
|/
* Merge pull request #807 from csanchezdll/issue696Tim Kientzle2016-12-111-0/+7
|\
| * Issue 696: ppc64le mache ckech failureCarlos Sánchez de La Lama2016-10-191-0/+7
* | Free p (the memory allocated via slurpfile) when done with the contentsNgie Cooper2016-12-104-3/+15