]> git.ipfire.org Git - thirdparty/libarchive.git/shortlog
thirdparty/libarchive.git
2012-12-09  Andres MejiaSeparate code to set formats/filters into different... 23/head
2012-12-07  Andres MejiaImplement functions to manually set the format and...
2012-12-07  Andres MejiaImplement command to test if commands are available...
2012-12-03  Michihiro NAKAJIMAFix build failure without XATTR support on Mac.
2012-12-03  Michihiro NAKAJIMAPlug address space leaks on Windows.
2012-12-03  Michihiro NAKAJIMAFix build failure on Visutal Studio on Win32.
2012-12-03  Michihiro NAKAJIMASplit test_read_truncated_filter to know what compressi...
2012-12-03  Michihiro NAKAJIMAFix issue 257. Revise zip header offsets for reading...
2012-12-03  Michihiro NAKAJIMAAvoid arithmetic overflow warning(C6297) found by Visua...
2012-12-03  Michihiro NAKAJIMAUse a proper structure for a test for gnutar header.
2012-12-02  Michihiro NAKAJIMASplit test_read_format_7zip by a compression type in...
2012-12-02  Michihiro NAKAJIMASplit test_fuzz by a format type in order to test a...
2012-12-02  Michihiro NAKAJIMASeparate test_write_format_7zip.c into three files.
2012-12-02  Michihiro NAKAJIMAIssue 269. Stop using deprecated functions in example...
2012-12-02  Michihiro NAKAJIMAFix memory leaks in pax writer when handing mac metadata.
2012-12-02  Michihiro NAKAJIMAFix the potential for a buffer underflow.
2012-12-02  Michihiro NAKAJIMAFix a null pointer dereference bug in zip writer.
2012-12-02  Michihiro NAKAJIMASplit a test for 7-Zip writer into seven tests to know...
2012-12-02  Michihiro NAKAJIMAFix a null pointer dereference bug in ar writer.
2012-12-02  Michihiro NAKAJIMAFix a bug in 7zip writer that the writer cannot correct...
2012-12-01  Tim KientzleTweak a comment.
2012-12-01  Tim KientzleFix util.c compile, remove extraneous NULL check.
2012-12-01  Tim KientzleMerge branch 'master' of github.com:libarchive/libarchive
2012-11-30  Michihiro NAKAJIMADo not return "Unknown module name" error when a format...
2012-11-14  Michihiro NAKAJIMAFix bugs in test programs which Clang Static Analyzer...
2012-11-11  Michihiro NAKAJIMAFix build failure without HAVE_UTIMES.
2012-11-11  Michihiro NAKAJIMAFix test failure without zlib.
2012-11-11  Michihiro NAKAJIMAFix build failure without zlib.
2012-11-11  Michihiro NAKAJIMAFix build failure on linux.
2012-11-11  Michihiro NAKAJIMAFix a bug that Clang Static Analyzer complains that
2012-11-11  Michihiro NAKAJIMAPlug a memory leak.
2012-11-11  Michihiro NAKAJIMAFix build failure on FreeBSD.
2012-11-11  Michihiro NAKAJIMAAdd support for __MACOSX directory in Zip archives...
2012-11-07  Michihiro NAKAJIMAFix build failure without zlib and liblzo.
2012-11-07  Michihiro NAKAJIMAIncrease the number of data bytes reading from the...
2012-11-07  Michihiro NAKAJIMAFix build failure with zlib on Win64.
2012-11-07  Michihiro NAKAJIMAFix test failure on Windows. A '\' is a path separater...
2012-11-07  Michihiro NAKAJIMAFix build failure on Win64.
2012-11-07  Michihiro NAKAJIMAAdd support for TAR_WRITE_OPTIONS and TAR_READ_OPTIONS...
2012-11-06  Michihiro NAKAJIMAUse memcmp to check null bytes for iso9660 bidder to...
2012-11-06  Michihiro NAKAJIMAFix style. No functional changes.
2012-11-06  Michihiro NAKAJIMAFix issue 271; Handle the central directory including...
2012-11-06  Michihiro NAKAJIMAMerge pull request #29 from travitch/archive-read-open...
2012-11-05  Michihiro NAKAJIMARemove debug code for HFS+ compresison.
2012-11-05  Michihiro NAKAJIMADo not directly copy mac metadata to the data fork...
2012-11-03  Michihiro NAKAJIMACancel HFS+ compression if the compressed size is not...
2012-11-02  Tristan RavitchFix an error test on the result from fread 29/head
2012-11-02  Michihiro NAKAJIMAImprove a test for HFS+ Compression.
2012-11-02  Michihiro NAKAJIMACorrect the location the resource fork footer is added.
2012-11-01  Michihiro NAKAJIMAIf a restoring file name begins with "._" and its form is
2012-11-01  Michihiro NAKAJIMAUse mkstemp rather than tempnam for security.
2012-11-01  Michihiro NAKAJIMAChange compiling conditions for support for HFS+ Compre...
2012-11-01  Michihiro NAKAJIMAIgnore .DS_Store made by Finder on MacOS X.
2012-11-01  Michihiro NAKAJIMADo not process HFS+ compression if the file name begins...
2012-11-01  Michihiro NAKAJIMAIf ARCHIVE_EXTRACT_FFLAGS is not set, do not set file...
2012-11-01  Michihiro NAKAJIMAPlug memory leaks on Mac.
2012-10-31  Tim KientzleMerge branch 'master' of github.com:libarchive/libarchive
2012-10-31  Michihiro NAKAJIMAAdd --nopreserveHFSCompression option to bsdtar to...
2012-10-31  Michihiro NAKAJIMAIgnore a request of HFS+ Compression if the filesystem...
2012-10-30  Michihiro NAKAJIMAEarly versions of Mac OS X do not support HFS+ Compression.
2012-10-30  Michihiro NAKAJIMACorrect handling user_umask in create_filesystem_object...
2012-10-30  Michihiro NAKAJIMAFix making Resource Fork header and footer for HFS...
2012-10-30  Michihiro NAKAJIMARemove an unnecessary check of file xattrs used for...
2012-10-30  Michihiro NAKAJIMAFix a segmentation fault when files for assertionEqualF...
2012-10-30  Michihiro NAKAJIMAFix a segmentation fault when getting xattr list failed.
2012-10-30  Michihiro NAKAJIMAFix build failure on Mac OS X Mountain Lion.
2012-10-27  Michihiro NAKAJIMASimplify converting endianness of the decmpfs header...
2012-10-27  Michihiro NAKAJIMADo not depend on sys/decmpfs.h since Snow Leopard does...
2012-10-26  Michihiro NAKAJIMASet UF_COMPRESSED flag before write Resource Frok.
2012-10-26  Michihiro NAKAJIMAAdd experimental support for HFS+ Compression.
2012-10-23  Michihiro NAKAJIMAAdd lacking filter entries to the table of
2012-10-23  Michihiro NAKAJIMAUpdate a comment about lzop.
2012-10-22  Michihiro NAKAJIMAFix typo; mtree utility is section 8.
2012-10-22  Michihiro NAKAJIMADescribe lrzip:compression, lrzip:compression-level and
2012-10-22  Michihiro NAKAJIMAChange the minimum number of gzip:compression-level...
2012-10-22  Michihiro NAKAJIMAIntroduce gzip:timestamp option into gzip write filter to
2012-10-22  Michihiro NAKAJIMAIntroduce -a/--auto-compress option into bsdtar.
2012-10-21  Michihiro NAKAJIMAUse lzo_adler32 instead of using own founction when...
2012-10-21  Michihiro NAKAJIMAAdd support for writing v7 tar format.
2012-10-21  Michihiro NAKAJIMAAdd test_compat_lzop_1.tar.lzo entry into the test_fuzz...
2012-10-21  Michihiro NAKAJIMAUse liblzo2 for the lzop write filter.
2012-10-20  Michihiro NAKAJIMARemove debug lines.
2012-10-19  Michihiro NAKAJIMAAdd mtree test entries into CMakefile.txt.
2012-10-19  Michihiro NAKAJIMAUse liblzo2 for the lzop reader filter if available.
2012-10-16  Michihiro NAKAJIMAMake sure that we consume remaining data bytes before...
2012-10-16  Michihiro NAKAJIMARemove redundant initialization.
2012-10-16  Michihiro NAKAJIMAPerform 'bzip2 -d -V' instead of 'bzip2 -V' for a...
2012-10-16  Michihiro NAKAJIMAAdd test_option_j to the bsdtar_test.
2012-10-16  Michihiro NAKAJIMAAdd test_option_z to the bsdtar_test.
2012-10-16  Michihiro NAKAJIMAFix a skip message in no zlib.
2012-10-16  Michihiro NAKAJIMAFix build failure without zlib.
2012-10-16  Michihiro NAKAJIMAFix build and test failure without libbz2.
2012-10-14  Michihiro NAKAJIMAFix a handing of readdir_r on AIX. The meaning of the...
2012-10-14  Michihiro NAKAJIMAMake external programs lzip, lzma and xz be quiet when...
2012-10-14  Michihiro NAKAJIMASwitch an external program for xz decompression from...
2012-10-14  Michihiro NAKAJIMASwitch an external program for lzma decompression from...
2012-10-14  Michihiro NAKAJIMASwitch an external program for lzip decompression from...
2012-10-14  Michihiro NAKAJIMACorrect detection error messages in a lack of liblzma.
2012-10-14  Michihiro NAKAJIMAFix an external program name for lzip decompression.
2012-10-13  Michihiro NAKAJIMAFix typo.
next