summaryrefslogtreecommitdiff
path: root/Makefile.am
Commit message (Expand)AuthorAgeFilesLines
* Add new test case to thouroughly test multivolume RAR seek support.Andres Mejia2013-01-281-0/+10
* Reenable developer CFLAGS.Andres Mejia2013-01-141-1/+1
* Merge remote-tracking branch 'libarchive/release' into libarchive-masterAndres Mejia2013-01-131-1/+1
|\
| * Remove developer flags from release.v3.0.4Andres Mejia2012-03-271-1/+1
* | Add tests for archive_write_add_filter_by_name.Michihiro NAKAJIMA2012-12-101-0/+1
* | Add tests for archive_write_set_format_by_name.Michihiro NAKAJIMA2012-12-101-0/+1
* | Fixup paths to reference files in Makefile.am.Andres Mejia2012-12-091-2/+2
* | Separate code to set formats/filters into different source files.Andres Mejia2012-12-091-0/+2
* | Implement functions to manually set the format and filters used.Andres Mejia2012-12-071-0/+1
* | Fix issue 257. Revise zip header offsets for reading SFX.Michihiro NAKAJIMA2012-12-031-0/+2
* | Separate test_write_format_7zip.c into three files.Michihiro NAKAJIMA2012-12-031-0/+2
* | Add support for __MACOSX directory in Zip archives, which resourceMichihiro NAKAJIMA2012-11-111-0/+2
* | Fix issue 271; Handle the central directory including a zip comment.Michihiro NAKAJIMA2012-11-061-0/+3
* | Do not directly copy mac metadata to the data fork file if the fileMichihiro NAKAJIMA2012-11-051-0/+4
* | Add --nopreserveHFSCompression option to bsdtar to preventMichihiro NAKAJIMA2012-10-311-0/+2
* | Add experimental support for HFS+ Compression.Michihiro NAKAJIMA2012-10-261-0/+2
* | Introduce gzip:timestamp option into gzip write filter toMichihiro NAKAJIMA2012-10-231-0/+1
* | Introduce -a/--auto-compress option into bsdtar.Michihiro NAKAJIMA2012-10-221-0/+3
* | Add support for writing v7 tar format.Michihiro NAKAJIMA2012-10-211-0/+2
* | Use liblzo2 for the lzop reader filter if available.Michihiro NAKAJIMA2012-10-191-0/+6
* | Add test_option_j to the bsdtar_test.Michihiro NAKAJIMA2012-10-161-0/+1
* | Add test_option_z to the bsdtar_test.Michihiro NAKAJIMA2012-10-161-0/+1
* | Add a test for archive_cmdline.Michihiro NAKAJIMA2012-10-111-0/+1
* | Parse a command line instead of usingMichihiro NAKAJIMA2012-10-111-0/+2
* | Add support for grzip compression.Michihiro NAKAJIMA2012-10-101-5/+15
* | Rename test_compat_lrzip.tar.lrz.uu to test_read_filter_lrzip.tar.lrz.uuMichihiro NAKAJIMA2012-10-091-0/+1
* | Rename filter_fork.c to filter_fork_posix.c.Michihiro NAKAJIMA2012-10-091-1/+1
* | Add decompression tests to bsdcpio and bsdtar.Michihiro NAKAJIMA2012-10-081-0/+26
* | s/test_write_compress_/test_write_filter_/Michihiro NAKAJIMA2012-10-081-9/+9
* | Introduce b64encode filter.Michihiro NAKAJIMA2012-10-081-0/+4
* | Introduce uuencode filter.Michihiro NAKAJIMA2012-10-081-0/+4
* | Improve compatibility to uudecode command.Michihiro NAKAJIMA2012-10-081-0/+1
* | Rename test_compat_lrzip to test_read_filter_lrzip since lrzip readerMichihiro NAKAJIMA2012-10-071-1/+1
* | Add --lrzip option to bsdtar and bsdcpio to use lrzip compression.Michihiro NAKAJIMA2012-10-071-0/+2
* | Add a test for bsdtar --xz option.Michihiro NAKAJIMA2012-10-071-0/+2
* | Add a test for bsdtar --lzma option.Michihiro NAKAJIMA2012-10-071-0/+1
* | Add support for lzop.Michihiro NAKAJIMA2012-10-071-0/+7
* | Rename test_read_uu.c to test_read_filter_uudecode.c, andMichihiro NAKAJIMA2012-10-051-1/+1
* | Rename test_read_compress_program.c to test_read_filter_program.cMichihiro NAKAJIMA2012-10-051-1/+1
* | Make a filter program be called with its arguments.Michihiro NAKAJIMA2012-10-051-0/+1
* | Add extraction tests for compressed files to bsdtar_test.Michihiro NAKAJIMA2012-10-031-0/+6
* | Add --older,--older-than,--older-mtime and --older-mtime-than to bsdtar toMichihiro NAKAJIMA2012-10-031-0/+1
* | Implement function used to seek within data blocks.Andres Mejia2012-09-271-0/+9
* | Use a character table to check safe characters in filenames in a mtree archive,Michihiro NAKAJIMA2012-09-261-1/+2
* | Add support for writing mtree classic format, which mtree utility generates b...Michihiro NAKAJIMA2012-09-251-0/+2
* | Add test_utils.h to test_utils_SOURCES, fixes use of 'make dist'.Andres Mejia2012-09-211-1/+2
* | Do not write absolute paths to mtree archives.Michihiro NAKAJIMA2012-09-201-0/+1
* | Do not add "./" prefix to the current directory name ".", it is not necessary.Michihiro NAKAJIMA2012-09-201-0/+1
* | Merge branch 'master' of github.com:libarchive/libarchive into mtreeMichihiro NAKAJIMA2012-09-201-1/+10
|\ \
| * | Seperate get_test_set() function out into a utility source file used by all t...Andres Mejia2012-09-191-1/+10