]> git.ipfire.org Git - thirdparty/libarchive.git/shortlog
thirdparty/libarchive.git
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.
2012-10-13  Michihiro NAKAJIMAEnable bzip2 compression to use an external bzip2 progr...
2012-10-13  Michihiro NAKAJIMASwitch an external program for bzip2 decompression...
2012-10-13  Michihiro NAKAJIMAIntegrate __archive_write_program_set_cmd into __archiv...
2012-10-11  Michihiro NAKAJIMAUse an external gzip program when zlib is unavailable.
2012-10-11  Michihiro NAKAJIMAProperly call next filter even if the external program...
2012-10-11  Michihiro NAKAJIMAMove archive_compressor_gzip_free and archive_compresso...
2012-10-11  Michihiro NAKAJIMAFix style.
2012-10-11  Michihiro NAKAJIMAAdd a test for archive_cmdline.
2012-10-11  Michihiro NAKAJIMAFix few bugs in archive_cmdline.
2012-10-11  Michihiro NAKAJIMAcanGunzip is no longer needed. We use "gzip -d" for...
2012-10-11  Michihiro NAKAJIMASet warning messages.
2012-10-11  Michihiro NAKAJIMAParse a command line instead of using
2012-10-10  Michihiro NAKAJIMASupport lzop options for writing.
2012-10-10  Michihiro NAKAJIMASupport lrzip options for writing.
2012-10-10  Michihiro NAKAJIMAImprove archive_write_filter_program handing to be...
2012-10-10  Michihiro NAKAJIMAPlace canGrzip before canGzip.
2012-10-10  Michihiro NAKAJIMAAdd support for grzip compression.
2012-10-10  Michihiro NAKAJIMAFix matching test name to correctly check a test name...
2012-10-10  Michihiro NAKAJIMASet correct arg0; consider that arg0 may have space...
2012-10-09  Michihiro NAKAJIMAFix style and Make source files be somewhat readable.
2012-10-09  Michihiro NAKAJIMARemove outdated comments.
2012-10-09  Michihiro NAKAJIMAEnable the iso9660 reader to seek a file pointer for...
2012-10-09  Michihiro NAKAJIMA- Clean up style.
2012-10-08  Michihiro NAKAJIMASet deprecated attribute to remaining deprecated functions.
2012-10-08  Michihiro NAKAJIMAReplace deprecated archive_read_finish by archive_read_free
2012-10-08  Michihiro NAKAJIMAReplace deprecated macro ARCHIVE_COMPRESSION_* by ARCHI...
2012-10-08  Michihiro NAKAJIMAMake lrzip and lzop write filters set correct filter...
2012-10-08  Michihiro NAKAJIMARename test_compat_lrzip.tar.lrz.uu to test_read_filter...
2012-10-08  Michihiro NAKAJIMARename filter_fork.c to filter_fork_posix.c.
2012-10-08  Michihiro NAKAJIMAAdd decompression tests to bsdcpio and bsdtar.
2012-10-08  Michihiro NAKAJIMAs/test_write_compress_/test_write_filter_/
2012-10-08  Michihiro NAKAJIMAIntroduce b64encode filter.
2012-10-08  Michihiro NAKAJIMAIntroduce uuencode filter.
2012-10-08  Michihiro NAKAJIMAFix potential memory leaks found with Clang.
2012-10-08  Michihiro NAKAJIMAImprove compatibility to uudecode command.
2012-10-08  Michihiro NAKAJIMAFix decoded data loss in uudecode filter.
2012-10-07  Michihiro NAKAJIMAAdd archive_write_add_filter_lzop.c entry into CMakeLis...
2012-10-07  Michihiro NAKAJIMASurely skip test_read_filter_lrzip and test_read_filter...
2012-10-07  Michihiro NAKAJIMAarchive_read_support_filter_lrzip and archive_write_add...
2012-10-07  Michihiro NAKAJIMARename test_compat_lrzip to test_read_filter_lrzip...
2012-10-07  Michihiro NAKAJIMAApply __attribute__((deprecated)) to archive_read_open_...
2012-10-07  Michihiro NAKAJIMAStop using deprecated functions.
2012-10-07  Michihiro NAKAJIMAStop using deprecated functions. Much remains to be...
2012-10-07  Michihiro NAKAJIMAStop using deprecated functions. Much remains to be...
2012-10-07  Michihiro NAKAJIMAStop using deprecated functions. Much remains to be...
2012-10-07  Michihiro NAKAJIMAStop using deprecated functions. Much remains to be...
2012-10-07  Michihiro NAKAJIMAStop using deprecated functions. Much remains to be...
2012-10-07  Michihiro NAKAJIMAAdd --lrzip option to bsdtar and bsdcpio to use lrzip...
2012-10-07  Michihiro NAKAJIMAImprove test_write_compress_lrzip not to use deprecated...
2012-10-07  Michihiro NAKAJIMAAdd a test for bsdtar --xz option.
2012-10-07  Michihiro NAKAJIMAAdd a test for bsdtar --lzma option.
2012-10-07  Michihiro NAKAJIMAAdd support for lzop.
2012-10-07  Michihiro NAKAJIMAFix a long standing bug that archive_write_add_filter_p...
2012-10-07  Michihiro NAKAJIMAFix a filter name of the writing filter program.
2012-10-06  Michihiro NAKAJIMARemove __archive_read_program(), use __archive_read_pro...
2012-10-06  Michihiro NAKAJIMAlrunzip is no longer used.
2012-10-06  Michihiro NAKAJIMAFix comments on gunzip.
2012-10-06  Michihiro NAKAJIMATweak indent.
2012-10-06  Michihiro NAKAJIMARevert part of d1be20168 because gunzip is still used in
2012-10-06  Michihiro NAKAJIMAGet a full path of a command name for CreateProcess().
2012-10-05  Michihiro NAKAJIMAFix a cause of segmentation fault in case of creating...
2012-10-05  Michihiro NAKAJIMARename test_read_uu.c to test_read_filter_uudecode...
2012-10-05  Michihiro NAKAJIMARename test_read_compress_program.c to test_read_filter...
2012-10-05  Michihiro NAKAJIMAAvoid test_read_format_cab failure if no zlib.
2012-10-05  Michihiro NAKAJIMAWhen zlib is not available, use "gzip -d" insted of...
2012-10-05  Michihiro NAKAJIMAUse -q option to lrzip to be quiet.
2012-10-05  Michihiro NAKAJIMAAvoid infinity wait in ReadFile during running an exter...
2012-10-05  Michihiro NAKAJIMAMake a filter program be called with its arguments.
2012-10-04  Michihiro NAKAJIMAMake configure detect ARCHIVE_CRYPTO_*_WIN on mingw.
2012-10-04  Michihiro NAKAJIMAFix build failure on mingw32 for x86-64.
2012-10-04  Michihiro NAKAJIMAFix build failure on mingw32.
next