summaryrefslogtreecommitdiff
path: root/tar
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* | Don't overrun `tmpdir` buffer with sprintfNgie Cooper2016-12-101-2/+2
* | Increase the size of buff by 1 and adjust the readlink(2) call toNgie Cooper2016-12-101-2/+2
* | Spelling fixes (#830)Graham Percival2016-11-305-8/+8
* | Fix extracting hardlinks over symlinksMartin Matuska2016-11-291-1/+17
* | Clarify some skipping messagesTim Kientzle2016-10-232-2/+2
* | Make test output more verbose on WindowsTim Kientzle2016-10-231-1/+2
* | Sync up the test harnesses, fix an "unused var" warning on WindowsTim Kientzle2016-10-232-2/+4
|/
* Add test case for issue #794Martin Matuska2016-10-123-1/+38
* Issue #801: close the file descriptor when testing link countsTim Kientzle2016-10-112-1/+10