summaryrefslogtreecommitdiff
path: root/tar
Commit message (Expand)AuthorAgeFilesLines
* Support POSIX regular expression support using PCRE in CMake builds.Andres Mejia2013-01-314-6/+10
* Remove error about unreachable code, fixes build on Visual Studio 12.Andres Mejia2013-01-291-1/+0
* Tweak a comment.Tim Kientzle2012-11-301-2/+2
* Fix util.c compile, remove extraneous NULL check.Tim Kientzle2012-11-301-3/+2
* Merge branch 'master' of github.com:libarchive/libarchiveTim Kientzle2012-11-3010-39/+162
|\
| * Fix bugs in test programs which Clang Static Analyzer pointed out.Michihiro NAKAJIMA2012-11-142-12/+36
| * Plug a memory leak.Michihiro NAKAJIMA2012-11-111-0/+1
| * Fix build failure on Win64.Michihiro NAKAJIMA2012-11-075-20/+20
| * Add support for TAR_WRITE_OPTIONS and TAR_READ_OPTIONS environmmentMichihiro NAKAJIMA2012-11-074-7/+105
* | Merge branch 'master' of github.com:libarchive/libarchiveTim Kientzle2012-10-3043-114/+1956
|\ \ | |/
| * Add --nopreserveHFSCompression option to bsdtar to preventMichihiro NAKAJIMA2012-10-314-3/+18
| * Fix a segmentation fault when files for assertionEqualFile do not exist.Michihiro NAKAJIMA2012-10-311-0/+5
| * Add experimental support for HFS+ Compression.Michihiro NAKAJIMA2012-10-264-0/+10
| * Describe lrzip:compression, lrzip:compression-level andMichihiro NAKAJIMA2012-10-231-0/+10
| * Change the minimum number of gzip:compression-level from 0 to 1Michihiro NAKAJIMA2012-10-231-1/+1
| * Introduce gzip:timestamp option into gzip write filter toMichihiro NAKAJIMA2012-10-231-1/+7
| * Introduce -a/--auto-compress option into bsdtar.Michihiro NAKAJIMA2012-10-2210-122/+568
| * Use liblzo2 for the lzop write filter.Michihiro NAKAJIMA2012-10-211-8/+11
| * Perform 'bzip2 -d -V' instead of 'bzip2 -V' for a bzip2 availablenessMichihiro NAKAJIMA2012-10-161-1/+1
| * Add test_option_j to the bsdtar_test.Michihiro NAKAJIMA2012-10-162-0/+57
| * Add test_option_z to the bsdtar_test.Michihiro NAKAJIMA2012-10-162-0/+56
| * Switch an external program for xz decompression from "unxz" toMichihiro NAKAJIMA2012-10-143-6/+6
| * Switch an external program for lzma decompression from "unlzma" toMichihiro NAKAJIMA2012-10-143-6/+6
| * Switch an external program for lzip decompression from "lunzip" toMichihiro NAKAJIMA2012-10-143-6/+6
| * Correct detection error messages in a lack of liblzma.Michihiro NAKAJIMA2012-10-142-4/+4
| * Fix typo.Michihiro NAKAJIMA2012-10-132-2/+2
| * Switch an external program for bzip2 decompression from "bunzip2"Michihiro NAKAJIMA2012-10-133-6/+6
| * canGunzip is no longer needed. We use "gzip -d" for gzip decompression.Michihiro NAKAJIMA2012-10-112-18/+0
| * Place canGrzip before canGzip.Michihiro NAKAJIMA2012-10-102-12/+12
| * Add support for grzip compression.Michihiro NAKAJIMA2012-10-1010-0/+139
| * Replace deprecated macro ARCHIVE_COMPRESSION_* by ARCHIVE_FILTER_*.Michihiro NAKAJIMA2012-10-091-2/+2
| * Add decompression tests to bsdcpio and bsdtar.Michihiro NAKAJIMA2012-10-086-1/+111
| * Introduce b64encode filter.Michihiro NAKAJIMA2012-10-086-2/+74
| * Introduce uuencode filter.Michihiro NAKAJIMA2012-10-086-0/+80
| * Stop using deprecated functions.Michihiro NAKAJIMA2012-10-072-3/+5
| * Stop using deprecated functions. Much remains to be replaced.Michihiro NAKAJIMA2012-10-072-3/+3
| * Stop using deprecated functions. Much remains to be replaced.Michihiro NAKAJIMA2012-10-072-2/+2
| * Stop using deprecated functions. Much remains to be replaced.Michihiro NAKAJIMA2012-10-071-1/+1
| * Stop using deprecated functions. Much remains to be replaced.Michihiro NAKAJIMA2012-10-071-2/+2
| * Stop using deprecated functions. Much remains to be replaced.Michihiro NAKAJIMA2012-10-071-7/+7
| * Add --lrzip option to bsdtar and bsdcpio to use lrzip compression.Michihiro NAKAJIMA2012-10-077-4/+64
| * Add a test for bsdtar --xz option.Michihiro NAKAJIMA2012-10-072-0/+58
| * Add a test for bsdtar --lzma option.Michihiro NAKAJIMA2012-10-072-0/+58
| * Add support for lzop.Michihiro NAKAJIMA2012-10-079-2/+88
| * lrunzip is no longer used.Michihiro NAKAJIMA2012-10-063-19/+1
| * Revert part of d1be20168 because gunzip is still used inMichihiro NAKAJIMA2012-10-062-0/+18
| * When zlib is not available, use "gzip -d" insted of gunzipMichihiro NAKAJIMA2012-10-053-19/+1
| * Fix build failure on mingw32.Michihiro NAKAJIMA2012-10-044-8/+16
| * Add extraction tests for compressed files to bsdtar_test.Michihiro NAKAJIMA2012-10-0315-3/+450
| * Fix test_option_older_than failure on linux.Michihiro NAKAJIMA2012-10-032-4/+10