]> git.ipfire.org Git - thirdparty/libarchive.git/shortlog
thirdparty/libarchive.git
2011-08-04  Michihiro NAKAJIMAFurther robustness to the decoding lzss of RAR.
2011-08-03  Michihiro NAKAJIMAStop extracting a RAR file if making huffman table...
2011-08-03  Michihiro NAKAJIMAFurther sanity checks and properly invoke __archive_rea...
2011-08-03  Michihiro NAKAJIMAAdd several sanity checks for a RAR header.
2011-08-03  Michihiro NAKAJIMAWhen Skipping data in a store mode, use rar->bytes_rema...
2011-08-03  Michihiro NAKAJIMACheck the return value of __archive_read_consume in...
2011-08-03  Michihiro NAKAJIMAIn case reading a RAR file in a store mode, properly...
2011-08-03  Michihiro NAKAJIMAProperly check the return value of __archive_read_consu...
2011-08-03  Michihiro NAKAJIMAProperly set a error message when memory allocation...
2011-08-03  Michihiro NAKAJIMAFix a part of r3506. It broke a RAR unicode conversion.
2011-08-03  Michihiro NAKAJIMAFix build on Visual Studio.
2011-08-03  Michihiro NAKAJIMAMerge from trunk/r3519.
2011-08-03  Michihiro NAKAJIMAFix the uu filter. That did not extract uuencoded data...
2011-08-03  Michihiro NAKAJIMAFix build failure about INTMAX_MIN and INTMAX_MAX on...
2011-08-03  Michihiro NAKAJIMACorrect lzx_le32dec.
2011-08-03  Michihiro NAKAJIMAIn archive_string_vsprintf, increase robustness. use...
2011-08-03  Michihiro NAKAJIMARework lzh and lzx decoding to improve its performance.
2011-08-02  Colin PercivalFix printing of INT(MAX|64)_MIN. In append_int we...
2011-08-02  Colin PercivalMake sure that the argument to --strip-components is...
2011-08-01  Michihiro NAKAJIMAReduce a use of memory for decoding huffman code in...
2011-08-01  Colin PercivalFix mtree_atol16. There was a missing ++(*p), with...
2011-08-01  Colin PercivalFix overflow handling in mtree_atol10. Prior to this...
2011-07-28  Michihiro NAKAJIMAImprove the performance of the mtree bidder as uudecode...
2011-07-28  Michihiro NAKAJIMAAllow 128K -1 bytes of extra data before uuencode data...
2011-07-28  Michihiro NAKAJIMAImprove the performance of the uudecode bidder when...
2011-07-27  Michihiro NAKAJIMAFix build failure on Ubuntu (with gcc 4.5.2).
2011-07-26  Michihiro NAKAJIMAImprove test_read_format_rar for a CP932 locale which...
2011-07-26  Michihiro NAKAJIMAUse assertEqualUTF8String instead of assertEqualString...
2011-07-26  Michihiro NAKAJIMAWindows platform cannot use a UTF-8 locale.
2011-07-26  Michihiro NAKAJIMAFix build error; do not use UTF-8 strings directly...
2011-07-22  Andres MejiaMake sure sizes for RAR files are valid.
2011-07-22  Andres MejiaMake parsing filters unsupported instead of skipping.
2011-07-22  Tim KientzleVarious format string fixes, thanks to GCC.
2011-07-22  Tim KientzleGCC-specific printf argument checks.
2011-07-22  Andres MejiaCatch error for all calls to read_next_symbol.
2011-07-22  Andres MejiaFixup segfault that could be generated by corrupt compr...
2011-07-22  Andres MejiaAdd unicode test file to test_fuzz.
2011-07-22  Andres MejiaImplement unicode support.
2011-07-19  Tim KientzleTest that uudecode filter won't recognize valid UUencoded
2011-07-19  Tim KientzleWhen scanning the beginning of an ASCII text file to...
2011-07-17  Michihiro NAKAJIMAImprove a test for uudecode filter in case there is...
2011-07-17  Michihiro NAKAJIMAFix issue 163.
2011-07-17  Michihiro NAKAJIMAFix issue 163.
2011-07-17  Michihiro NAKAJIMAFix build failure on Visual Studio.
2011-07-16  Tim KientzleUse uintmax_t with %ju
2011-07-16  Tim KientzleNext iteration of RAR reader.
2011-07-16  Tim Kientzle%ju ===> uintmax_t
2011-07-16  Tim Kientzle%ju requires uintmax_t
2011-07-14  Michihiro NAKAJIMAIn iso9660 writer and xar writer, always overwrite...
2011-07-14  Michihiro NAKAJIMACorrect comments.
2011-07-12  Michihiro NAKAJIMAAdd support for a pax textended keyword, "SUN.holesdata...
2011-07-12  Tim KientzleUpdate NEWS
2011-07-12  Tim KientzleTouch up the distribution list.
2011-07-12  Tim KientzleRemove dead files.
2011-07-10  Michihiro NAKAJIMAThe same changes of In the Xar writer, ignore ineffecti...
2011-07-10  Michihiro NAKAJIMAIn the ISO writer, ignore ineffective path names in...
2011-07-10  Michihiro NAKAJIMAFix warnings on Visual Studio.
2011-07-09  Michihiro NAKAJIMAIgnore a path which looks like the top of directory...
2011-07-09  Michihiro NAKAJIMAStop trimming parent directories at iso9660 writer...
2011-07-09  Michihiro NAKAJIMADo not write odd data whose size is less than 2048...
2011-06-29  Tim KientzleIssue 160: --strip-components now works in -c mode...
2011-06-29  Tim KientzleSince RAR stores timestamps in localtime, we have to...
2011-06-29  Tim KientzleAlways return paths that use '/' as path separator...
2011-06-28  Michihiro NAKAJIMAIn the fuzz test, improve the calculation of damaging...
2011-06-28  Michihiro NAKAJIMAAdd additional a sample file of rar format to the file...
2011-06-28  Michihiro NAKAJIMAFix some segmentation fault in rar reader.
2011-06-28  Michihiro NAKAJIMARAR format can be detected as well when using archive_r...
2011-06-27  Michihiro NAKAJIMAIn utf8_to_unicode function, set unicode value even...
2011-06-27  Michihiro NAKAJIMAFix a silly bug made by previous change: do not return...
2011-06-27  Michihiro NAKAJIMAarchive_string_conversion_to_charset() should be used...
2011-06-27  Michihiro NAKAJIMACanonicalize some charset-name so we can detect UTF...
2011-06-27  Michihiro NAKAJIMAFix issue 106. The original problem happned on linux...
2011-06-27  Tim KientzleFirst cut at RAR support, including RARv3.
2011-06-27  Tim KientzleRename this test to match how other tests are named.
2011-06-26  Tim KientzleIssue 153: Test failures on platforms that lack full...
2011-06-26  Tim KientzleExtend the --newer-than test to verify the behavior...
2011-06-25  Tim KientzleExtend the MacOS compatibility test to verify that...
2011-06-25  Tim KientzleExtend the old test_compat_mac_gnutar to exercise compa...
2011-06-25  Michihiro NAKAJIMAFix counting files read, dot not count it up when retur...
2011-06-25  Michihiro NAKAJIMAFix a comment about the garbage bytes of CFDATA compres...
2011-06-23  Colin PercivalFix typo: s/chekc sum/check sum/.
2011-06-22  Colin PercivalReplace a pointer to an explanation which doesn't exist...
2011-06-21  Michihiro NAKAJIMAUse CoreServices framework for Mac OS X in configure...
2011-06-21  Michihiro NAKAJIMARemove unneeded code.
2011-06-21  Michihiro NAKAJIMADo no use random data for the contents of ISO image...
2011-06-21  Michihiro NAKAJIMAFix warnings.
2011-06-21  Michihiro NAKAJIMAFix comment and style. no functional change.
2011-06-21  Michihiro NAKAJIMAThis is the final step to reduce use of both read(...
2011-06-20  Michihiro NAKAJIMAFix making a bootable iso image with zisofs option.
2011-06-20  Michihiro NAKAJIMAThis is second step to reduce use of both read() and...
2011-06-19  Michihiro NAKAJIMAThis is first step to reduce use of both read() and...
2011-06-16  Michihiro NAKAJIMAShift away "tar:utf8type=libarchive2x" option which...
2011-06-15  Michihiro NAKAJIMAIn the pax writer, do not get a filename dependent...
2011-06-13  Michihiro NAKAJIMATry to use "SJIS" character-set if use of "CP932" faile...
2011-06-09  Michihiro NAKAJIMAClean up style; no functional change.
2011-06-08  Michihiro NAKAJIMARework enabling a operation to a wrong UTF-8 string...
2011-06-07  Michihiro NAKAJIMASet SCONV_WIN_CP flag so that we use Windows API for...
2011-06-07  Michihiro NAKAJIMAProperly handle SCONV_BEST_EFFORT flag when converting...
2011-06-07  Michihiro NAKAJIMARemove unneeded conversion code translation a string...
2011-06-07  Michihiro NAKAJIMAMake sure plenty size to an output buffer for a replace...
next