]> git.ipfire.org Git - thirdparty/libarchive.git/shortlog
thirdparty/libarchive.git
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.
2012-10-03  Michihiro NAKAJIMARemove unnecessary build condition for a use of
2012-10-03  Michihiro NAKAJIMAAdd extraction tests for compressed files to bsdtar_test.
2012-10-03  Michihiro NAKAJIMAIncrease a registered filter bidder size to avoid tests...
2012-10-03  Michihiro NAKAJIMAFix test_option_older_than failure on linux.
2012-10-03  Tim KientzleMerge pull request #28 from graysky2/master
2012-10-03  grayskyenable lrzip support 28/head
2012-10-03  Michihiro NAKAJIMAAdd --older,--older-than,--older-mtime and --older...
2012-10-02  Michihiro NAKAJIMAFix a bug that Clang Static Analyzer claimed it is...
2012-10-02  Michihiro NAKAJIMAApply *_CLOEXEC flags to system calls which can be...
2012-10-01  Andres MejiaMerge pull request #22 from amejia1/seek-support
2012-09-29  Michihiro NAKAJIMAMerge pull request #27 from xiw/overflow
2012-09-29  Michihiro NAKAJIMAMerge pull request #26 from cmdrclueless/tar_read_buffe...
2012-09-28  Xi WangFix signed integer overflow in safe_fprintf() 27/head
2012-09-27  Andres MejiaImplement function used to seek within data blocks. 22/head
2012-09-26  Brian WeaverRefactored common code into a single function 26/head
2012-09-26  Brian WeaverAdd tighter checks to avoid reading past end of buffer
2012-09-26  Michihiro NAKAJIMAMinor improvement in the mtree bidder.
2012-09-26  Michihiro NAKAJIMABack out of b0eb750cab. It caused several tar/pax test...
2012-09-26  Michihiro NAKAJIMAMerge branch 'mtree-classic'
2012-09-25  Michihiro NAKAJIMAUse a character table to check safe characters in filen...
2012-09-25  Michihiro NAKAJIMAMerge pull request #24 from cmdrclueless/tar_read_buffe...
2012-09-25  Michihiro NAKAJIMAPlug the possibility of memory leak.
2012-09-25  Michihiro NAKAJIMAFix bugs introdueced by f87e3db94c.
2012-09-25  Brian WeaverAdd tighter checks to avoid reading past end of buffer 24/head
2012-09-25  Michihiro NAKAJIMAFix build failure on linux; remove unused variables...
2012-09-25  Michihiro NAKAJIMAReduce the amount of memory in mtree writer.
2012-09-25  Michihiro NAKAJIMADisable some mode tests on Windows. We cannot perform...
2012-09-24  Michihiro NAKAJIMAFix build failure on Clang.
2012-09-24  Michihiro NAKAJIMAAdd support for writing mtree classic format, which...
2012-09-24  Michihiro NAKAJIMAAllow FreeBSD mtree's nochange keyword.
next