summaryrefslogtreecommitdiff
path: root/tar
Commit message (Expand)AuthorAgeFilesLines
* Having a "windows.h" header does not make you a Windows platform.Tim Kientzle2011-01-251-2/+2
* Eliminate some warnings on Visual Studio.Michihiro NAKAJIMA2011-01-212-2/+2
* We have already had GNU tar writer, and so it is unnecessary to changeMichihiro NAKAJIMA2011-01-131-7/+1
* Set PATH_MAX to the size the 2nd argument of getcwd function instead of zero.Michihiro NAKAJIMA2011-01-121-0/+5
* Change a compression type of test_option_keep_newer_files.tgz from gzipMichihiro NAKAJIMA2011-01-103-9/+8
* Skip a test if platform does not have cat command.Michihiro NAKAJIMA2011-01-051-0/+4
* If a platform cannot handle a symbolic link, do not archive a symlink file.Michihiro NAKAJIMA2011-01-031-1/+6
* Correctly detect Windows full paths.Michihiro NAKAJIMA2011-01-031-1/+8
* Extend tar/test/test_option_r to verify the bug that Michihiro foundTim Kientzle2011-01-021-5/+8
* Extend the test of bsdtar -r to exercise larger file contents.Tim Kientzle2011-01-021-25/+50
* Support --numeric-owner for tar extraction as well as archive creation.Tim Kientzle2010-12-313-6/+17
* Correctly format the value -9223372036854775808.Tim Kientzle2010-12-311-3/+2
* Fix a test that breaks on systems where GID 17 is actuallyTim Kientzle2010-12-111-12/+20
* Refactor test_basic a bit, add checks to verify the file contents.Tim Kientzle2010-11-281-49/+63
* Reconcile the test harnesses across libarchive, tar, and cpio.Tim Kientzle2010-10-312-134/+152
* Push support for writing Mac attributes into tar archivesTim Kientzle2010-07-021-78/+4
* Basic test for tar --newer-than option. So far, thisTim Kientzle2010-06-303-10/+100
* Add two more cases where wcscmp is needed. From Hauke FathJoerg Sonnenberger2010-06-281-0/+16
* Choose the copy buffer size used for reading filesTim Kientzle2010-06-262-15/+33
* Use -b setting when interpolating archives.Tim Kientzle2010-06-264-25/+17
* Add ARCHIVE_EXTRACT_MAC_METADATA flag to archive_write_disk. ThisTim Kientzle2010-06-181-0/+3
* QNX needs stdint.h in the test cases as well.Joerg Sonnenberger2010-06-171-3/+2
* Fix an overflow in the compression ratio calculation.Tim Kientzle2010-06-132-2/+13
* Add lzip write filter and --lzip option to bsdtar.Michihiro NAKAJIMA2010-05-054-0/+6
* Test tar --gid --gname --uid --uname optionsTim Kientzle2010-05-024-2/+164
* Add --gid, --gname, --uid, --uname options to tar.Tim Kientzle2010-05-016-10/+116
* Sort the list of long options.Tim Kientzle2010-04-251-4/+4
* Reorder sections to canonical order. Escape backslashes.Joerg Sonnenberger2010-04-121-3/+3
* Test tar -nTim Kientzle2010-04-112-0/+62
* --keep-newer-files is the correct option name.Tim Kientzle2010-04-113-6/+6
* Correct the documentation: -X does not obey --nullTim Kientzle2010-04-111-3/+2
* Test for tar -U and documentation corrections.Tim Kientzle2010-04-113-4/+167
* Test tar -OTim Kientzle2010-04-112-0/+88
* Fix tar -k by making it not an error if you specifyTim Kientzle2010-04-112-1/+109
* Remove a debugging shim.Tim Kientzle2010-04-111-1/+1
* Test -H and -L options to tar.Tim Kientzle2010-04-113-0/+186
* Fix tar --keep-newerTim Kientzle2010-04-113-0/+65
* Update the --exclude test to cover the cases listed inTim Kientzle2010-04-111-5/+72
* Improve the testing of tar -X and try to correctly handle some odd cases.Tim Kientzle2010-04-111-1/+78
* Remove an unused header.Tim Kientzle2010-04-111-3/+0
* Style: remove extra blank lineTim Kientzle2010-04-101-1/+0
* Style: tab follows #defineTim Kientzle2010-04-107-32/+32
* Remove an unnecessary variable.Tim Kientzle2010-04-101-3/+1
* Adjust this test slightly so it doesn't depend on aTim Kientzle2010-04-101-12/+5
* Refine the -C test a bit.Tim Kientzle2010-04-101-3/+18
* Test -CTim Kientzle2010-04-104-4/+123
* Test cleanup:Tim Kientzle2010-04-105-118/+31
* Simplify by using assertMakeFile()Tim Kientzle2010-04-101-11/+2
* Test -b optionTim Kientzle2010-04-102-0/+71
* Simple test for tar -XTim Kientzle2010-04-102-0/+69