summaryrefslogtreecommitdiff
path: root/tar
Commit message (Expand)AuthorAgeFilesLines
...
* corrected licensing, removed unnecessary variablesArshan Khanifar2018-02-061-4/+4
* Test case for using -C in conjunction with an @mtree format fileArshan Khanifar2018-02-062-0/+71
* flush pending chdirs prior to processing mtree filesArshan Khanifar2018-02-061-0/+1
* Merge pull request #986 from BenjaminTrapani/windows-fixesTim Kientzle2018-01-272-1/+5
|\
| * Fix version format to match unit testBenjaminTrapani2018-01-201-1/+1
| * Fix bsdtar test compilation on windows with platform toolset 141BenjaminTrapani2018-01-201-0/+4
* | Fix build on FreeBSD with NFS4 ACLs without ACL_ENTRY_INHERITEDMartin Matuska2018-01-241-0/+2
|/
* bsdtar manpage: unify descriptions of compression optionsMartin Matuska2017-10-011-23/+34
* Recognize ".tzst" extension as ".tar.zst"jrmarino2017-08-221-0/+1
* Merge pull request #905 from iburinoc/zstdTim Kientzle2017-08-129-5/+157
|\
| * Fix alphabetical order, other small fixesSean Purcell2017-05-155-8/+8
| * zstd: Address comments by @terrellnSean Purcell2017-05-151-2/+2
| * Whitespace fixesSean Purcell2017-05-151-1/+1
| * Add zstd test suiteSean Purcell2017-05-154-0/+141
| * Add Zstandard write supportSean Purcell2017-05-155-4/+15
* | Spelling fixesGraham Percival2017-07-301-1/+1
|/
* Plug memory leaks in xattr and acl tests.Martin Matuska2017-04-032-2/+5
* Improve extended attribute supportMartin Matuska2017-03-233-3/+91
* tar: fix conditionals and add richacl support to test_option_aclsMartin Matuska2017-03-231-46/+85
* Add NFSv4 ACL support for Linux via librichaclMartin Matuska2017-03-161-1/+6
* Darwin ACL: fix legacy support in tar/test_option_acls.cMartin Matuska2017-03-081-2/+0
* Merge pull request #879 from jwilk/spellingMartin Matuška2017-03-031-1/+1
|\
| * Fix typosJakub Wilk2017-02-281-1/+1
* | tar: test_option_fflags adjustmentsMartin Matuska2017-03-021-0/+32
* | New tar test: test_option_aclsMartin Matuska2017-03-022-0/+477
|/
* Compare full file flags in test_option_fflagsMartin Matuska2017-02-281-4/+4
* Mark function that doesn't return as dead.Joerg Sonnenberger2017-02-261-1/+1
* Add format function annotation.Joerg Sonnenberger2017-02-261-2/+2
* Mark functions that don't return as dead.Joerg Sonnenberger2017-02-261-2/+2
* bsdtar tests: add test_option_fflagsMartin Matuska2017-02-263-1/+76
* bsdtar manpage: be more precise what -p and --no-same-permissions doesMartin Matuska2017-02-251-15/+8
* Do not archive NFSv4 ACLs on Mac OS X by default.Martin Matuska2017-02-242-7/+19
* tar: add new options to allow fine-tuning of --preserve-permissionsMartin Matuska2017-02-244-32/+169
* tar: use option_flags bitfield for boolean optionsMartin Matuska2017-02-235-58/+69
* test suite: use a single main test file for all testsMartin Matuska2017-02-214-3405/+16
* testsuite: allow 'dev' in versionPavel Raiskup2017-02-212-69/+4
* Correctly report 0 compression when nothing has yet been written.Tim Kientzle2017-02-181-1/+1
* Merge branch 'master' into tar-coverity-fixesngie2017-01-163-18/+19
|\
| * Fix two tests on Solaris if compiling with -m64Alexander Pyhalov2017-01-151-4/+4
| * Use uid 18 instead of 17 for test_option_uid_unameMartin Matuska2017-01-121-4/+4
| * Compute correct size for buffer. Avoid recomputation of lengths.Joerg Sonnenberger2016-12-181-11/+10
| * Allocate memory precisely. Avoid recomputions of sizes.Joerg Sonnenberger2016-12-181-6/+5
* | Use malloc + sprintf instead of malloc + strncpy + strcpyNgie Cooper2016-12-132-9/+6
* | In the event the heap allocation fails after a successful allocation,Ngie Cooper2016-12-131-0/+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 `testprog_ustar` when doneNgie Cooper2016-12-101-0/+2
* | Free p (the memory allocated via slurpfile) when done with the contentsNgie Cooper2016-12-1017-32/+77
* | Don't leak memory if returning fromNgie Cooper2016-12-101-14/+12
* | Don't leak the file descriptor pointed to by `in` if the first call toNgie Cooper2016-12-101-1/+2